vaaya / tools / nyne / person-interactions
Nyne person-interactions for AI agents
Engagement mining via Nyne
30¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
social_media_url required | string | |
type required | "replies" | "followers" | "following" | "followers,following" | |
max_results | integer | |
tweet_id | string | |
username | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "nyne",
"action": "person-interactions",
"params": {
"social_media_url": "<social_media_url>",
"type": "replies"
},
"max_cost_cents": 30
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/nyne/person-interactions \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"social_media_url":"<social_media_url>","type":"replies","max_cost_cents":30}'
The facts
Call
nyne/person-interactions
Price
30¢. Charged only on success.
Pillar
Data · routed by vaaya/onefind
Settlement
Vaaya calls the provider with its own account and bills you the catalog price.
Credentials
Held server-side by Vaaya; your agent never receives a Nyne key.
More from Nyne
Give your agents this call.
Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.
npx @vaaya/mcp install