Integration

Social Intel API + Cursor IDE

Search Instagram influencers and get business emails using Cursor IDE. Full setup guide with code examples.

Quick Setup

  1. Open Cursor Settings → MCP Servers
  2. Add social-intel server with npx -y social-intel-mcp
  3. Use natural language in Cursor chat to search influencers
  4. Results appear inline — copy usernames, emails, or export as code

Code Example

// Add to Cursor MCP settings (.cursor/mcp.json):
{
  "mcpServers": {
    "social-intel": {
      "command": "npx",
      "args": ["-y", "social-intel-mcp"]
    }
  }
}

// Then in Cursor chat:
// "Find beauty influencers in Canada with >50K followers"
// Cursor calls search_leads and shows results inline

What You Get Back

Each search returns up to 100 Instagram profiles with:

Pricing

$0.10 per search (20 results). Up to 100 results for $0.26. Paid in USDC via x402 protocol — no API keys, no subscription.

Also Available via MCP

Social Intel also offers an MCP (Model Context Protocol) server for AI agent integration:

npx -y social-intel-mcp

The MCP server exposes a search_leads tool that AI agents (Claude, Cursor, etc.) can call directly.

Start Building with Cursor IDE

$0.10/search. No signup. Full Cursor IDE code example above.

View API Docs →

More Integrations