socialcrawl-mcp
socialcrawl-mcp
MCP server for SocialCrawl — access 21+ social media platforms through one unified API.
What it does
SocialCrawl MCP gives AI agents instant access to 21 social media platforms and 105 endpoints through a single, unified API. Retrieve profiles, posts, comments, search results, trending content, and analytics from TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Reddit, and more — no per-platform authentication required. Agents discover available endpoints dynamically, so they always work with the latest capabilities without any hardcoded platform logic.
Quick Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"socialcrawl": {
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "your_api_key_here"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project root or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"socialcrawl": {
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "your_api_key_here"
}
}
}
}VS Code (Claude Code)
Add to .vscode/mcp.json in your project or your user settings:
{
"servers": {
"socialcrawl": {
"type": "stdio",
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "your_api_key_here"
}
}
}
}Get Your API Key
Sign up at socialcrawl.com — no credit card required
Receive 100 free credits instantly upon registration
Copy your API key from the dashboard and paste it into your config
Available Tools
Tool | Description |
| Discover all 21 supported platforms with their slugs and endpoint counts |
| See all endpoints, required parameters, and credit costs for a specific platform |
| Make any SocialCrawl API call — fetch profiles, posts, comments, search results, and more |
| Access detailed API documentation for a platform or specific endpoint |
Example
User prompt: "Get the TikTok profile for charlidamelio"
Agent flow:
Calls
socialcrawl_list_endpointswithplatform: "tiktok"to discover available endpointsFinds
user/infoendpoint — takes ausernameparameter, costs 1 creditCalls
socialcrawl_requestwithplatform: "tiktok",endpoint: "user/info",params: { username: "charlidamelio" }Returns profile data: follower count, bio, video count, verification status, and more
Supported Platforms
Platform | Endpoints |
TikTok | 24 |
12 | |
YouTube | 11 |
12 | |
X (Twitter) | 6 |
6 | |
7 | |
Threads | 5 |
4 | |
4 | |
Truth Social | 3 |
Twitch | 2 |
Snapchat | 1 |
Kick | 1 |
Amazon | 1 |
Linktree | 1 |
Linkbio | 1 |
Linkme | 1 |
Komi | 1 |
Pillar | 1 |
Utility | 1 |
Total: 105 endpoints across 21 platforms
Credit System
Tier | Cost | Share of Endpoints |
Standard | 1 credit | ~90% |
Advanced | 5 credits | ~8% |
Premium | 10 credits | ~2% |
New accounts receive 100 free credits — enough to make 100 standard requests or explore multiple platforms before committing to a paid plan.
License
MIT — see LICENSE for details.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RidioDevelopment/socialcrawl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server