Allows searching for Instagram influencers and leads by keyword, country, category, demographics, and follower count.
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.pyTools
search_leads
Search Instagram influencers by demographics, location, or keyword.
Parameter | Type | Description |
| string | Text search by name or keyword |
| string | Country code (US, UK, DE, etc) |
| string | Business category (Beauty, Fitness, Tech, etc) |
| string |
|
| int | Minimum follower count |
| 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:
Your request hits the API
API returns
402 Payment Requiredwith payment instructionsYour x402-enabled client pays $0.10 USDC on Base automatically
Data is returned
For automated payment, use an x402 Python client with your wallet private key.
API Documentation
OpenAPI Spec: https://api.socialintel.dev/openapi.json
Interactive Docs: https://api.socialintel.dev/docs
LLM Guide: https://api.socialintel.dev/llms.txt
License
MIT
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.