socialinteldev

Social Intel MCP Server

Community socialinteldev
Updated

MCP server for Instagram influencer search. Pay per request via x402 (USDC on Base).

Social Intel MCP Server

MCP server for Instagram influencer search. Find leads by keyword, country, category, demographics, or follower count.

Pay per request via x402 protocol โ€” no API keys, no subscriptions. $0.10 USDC on Base chain per search.

Quick Start

Add to Claude Desktop / Claude Code

{
  "mcpServers": {
    "social-intel": {
      "command": "python",
      "args": ["mcp_server.py"],
      "env": {
        "SOCIAL_INTEL_API_URL": "https://api.socialintel.dev"
      }
    }
  }
}

Install & Run

pip install httpx mcp[cli]
python mcp_server.py

Tools

search_leads

Search Instagram influencers by demographics, location, or keyword.

Parameter Type Description
query string Text search by name or keyword
country string Country code (US, UK, DE, etc)
category string Business category (Beauty, Fitness, Tech, etc)
gender string "male" or "female"
min_followers int Minimum follower count
limit int Max results (1-50, default 20)

Example Response

{
  "results": [
    {
      "username": "fitnessguru",
      "followers": 150000,
      "category": "Fitness",
      "country": "US"
    }
  ],
  "count": 1
}

Payment

This MCP server connects to the Social Intel API which uses the x402 payment protocol:

  1. Your request hits the API
  2. API returns 402 Payment Required with payment instructions
  3. Your x402-enabled client pays $0.10 USDC on Base automatically
  4. Data is returned

For automated payment, use an x402 Python client with your wallet private key.

API Documentation

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    civyk-official

    WinWright

    Playwright-style MCP server for Windows desktop, system, and browser automation. 110 tools for WPF, WinForms, Win32, Chrome/Edge via Model Context Protocol.

    Community civyk-official
    mavdol

    Capsule

    A secure, durable runtime for AI agents. Run untrusted code in isolated WebAssembly sandboxes.

    Community mavdol
    easyshell-ai

    EasyShell

    Lightweight server management & intelligent ops platform with Docker one-click deployment, batch script execution, web terminal, and AI-powered operations.

    Community easyshell-ai
    AVIDS2

    Memorix

    Cross-Agent Memory Bridge Persistent memory for AI coding agents across 10 IDEs (Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae, Gemini CLI) via MCP. Team collaboration, auto-cleanup, mini-skills, workspace sync. Never re-explain your project again.

    Community AVIDS2
    zw008

    VMware AIops

    VMware vCenter/ESXi AI-powered monitoring and operations. Two skills: vmware-monitor (read-only, safe) and vmware-aiops (full operations) | Claude Code Skill

    Community zw008