Hey IH π
I shipped Social Intel β an Instagram lead data API for finding micro-influencer contact info (emails, follower counts, location, niche).
The interesting twist: it uses x402 micropayments so AI agents can discover and pay for leads without any signup flow.
The problem
Indie hackers who ship a product need their first customers. Cold outreach to niche micro-influencers works well early. But scraping Instagram is painful and building your own parser is expensive.
I packaged a reliable data source behind a clean API: $0.01 per lead, pay per call, no subscription.
The x402 angle
x402 is an HTTP payment protocol where the client includes a USDC payment token on each API call. The server returns 402 Payment Required with the price, client pays, gets the data back. No OAuth, no billing dashboard, no account.
For AI agents with crypto wallets (increasingly common with Base/USDC adoption), this means:
We have an MCP server at api.socialintel.dev/mcp β listed on Smithery and Glama β so Claude, Cursor, and other MCP-compatible tools can use it natively.
What you can search by:
Current status:
Would love to know:
The no-signup pay-per-call model is the part most people underestimate. Getting AI agents to autonomously pay for API calls sounds clean in theory, but the real friction shows up when the agent hits an unexpected cost and there's no human in the loop to approve it. Worth thinking hard about how you handle spending limits and error states before agents start racking up charges in production.