# Social Intel

Instagram influencer search. Find leads by country, gender, category, or keyword. Pay per request via x402 (USDC on Base) — no API keys, no subscriptions. 1 tool: search_leads.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add socialinteldev/social-intel-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list socialinteldev/social-intel-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get socialinteldev/social-intel-mcp search_leads

# Call a tool
npx -y @smithery/cli@latest tool call socialinteldev/social-intel-mcp search_leads '{}'
```

## Direct MCP Connection

Endpoint: `https://social-intel-mcp--socialinteldev.run.tools`

## Tools (1)

- `search_leads` — Search Instagram leads by demographics, location, or keyword. Price: $0.10 USDC per request via x402.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get socialinteldev/social-intel-mcp <tool-name>
```
