With x402, your agent pays per request with USDC stablecoins — no account, no signup, no human in the loop. Or set up an MCP server or API key for the full authenticated experience.
The same API surface whether your agent uses x402, MCP, or REST. Structured JSON responses, consistent schemas, sub-200ms latency.
Natural language queries, ranked results with AI match reasons.
POST /v1/searchAI summary, content themes, metrics, and growth data per creator.
GET /v1/creators/{id}Fit score, good/neutral/avoid decision, and evidence-backed reasons.
POST /v1/creators/matchFind similar creators from weighted seeds with shared trait analysis.
POST /v1/creators/lookalikeReal-time profiles and posts from Instagram, YouTube, and TikTok.
GET /v1/raw/{platform}/...Captions, hashtags, engagement metrics, and media for any creator.
GET /v1/postsYour agent pays per request with USDC on Base. No API key, no signup. The most autonomous access method.
See how it works below →One install command. Tools auto-discovered by Claude, Cursor, and any MCP client. Requires a free API key.
MCP setup guide →Bearer token auth, OpenAPI spec, TypeScript SDK. For agentic products that call our endpoints directly.
API documentation →The x402 protocol lets your agent pay per request with USDC stablecoins. No signup, no API key, no human in the loop.
1. → POST /v1/search { "query": "sustainable fashion NYC" } 2. ← 402 Payment Required { "amount": "0.45", "currency": "USDC", "network": "base" } 3. → Pay USDC on Base 4. → Resubmit with payment receipt header 5. ← 200 OK { "data": [{ "creator": {…}, "match": { "score": 0.94, … } }] }
Connect to the Influship MCP server and call list_tools. These definitions are returned — ready for your agent to use.
{
"name": "search_creators",
"description": "Search for influencers using
natural language. Returns ranked
creator profiles with metrics.",
"inputSchema": {
"query": "string (required)",
"platforms": "[instagram|tiktok|youtube]",
"followers": "{ min, max }",
"limit": "integer (default 20)"
}
}{
"name": "enrich_creator",
"description": "Get profile metrics, AI summary,
content themes, and growth data
for a specific creator.",
"inputSchema": {
"creator_id": "string",
"handle": "string (alt to creator_id)",
"platform": "instagram|tiktok|youtube"
}
}{
"name": "score_campaign_fit",
"description": "Evaluate how well creators match
a specific campaign brief. Returns
score, decision, and reasons.",
"inputSchema": {
"creators": "[{ creator_id } or { platform, username }]",
"intent": "{ query: string, context?: string }"
}
}1 credit = $0.01. Free sandbox for testing. Pay-per-request when you're ready. x402 uses the same credit costs — your agent pays with USDC instead of an API key.
Test all endpoints. No credit card required.
Credit-based pricing. See full pricing →
Same prices, paid in USDC. No account needed.
Free sandbox. x402 for account-less access. MCP for native tool calls. REST for everything else.