SocialRouter MCP Server
OfficialThe SocialRouter MCP Server enables LLM agents to extract social media data and run query-driven searches through a unified API, along with account management.
Extract social media data (
extract): Pull data from supported platforms (LinkedIn, Instagram, X, Reddit, Facebook, TikTok, YouTube, Pinterest, Bluesky, Snapchat, Google Maps) via single or batch URLs, with configurable result limits and explicit provider selection or automatic routing. Supported extraction types include:post.likes– Users who liked a postpost.comments– Comments on a postprofile.info– Profile informationprofile.posts– Posts from a profileprofile.followers– Followers of a profile
Perform query-driven searches: Conduct searches (e.g., Google Maps place searches) with per-query record limits and optional provider fallback.
List available providers (
list_providers): View all data extraction providers and their operational status.Get provider details: Access detailed information and pricing for a specific provider.
Retrieve past results (
get_extraction): Fetch results of a previously performed extraction or search by its unique ID.Check credit balance (
get_balance): Monitor your SocialRouter account's current credit balance.View usage summary: Get a breakdown of data usage by provider and platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SocialRouter MCP Serverextract profile info for https://linkedin.com/in/janedoe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SocialRouter MCP Server
An MCP server that exposes the SocialRouter API to LLM agents. Plug it into Claude Desktop, Claude Code, Cursor, or any MCP-compatible client to let the agent extract social media data and run query-driven searches through a single unified API.
Supported platforms include LinkedIn, Instagram, X, Reddit, Facebook, TikTok, YouTube, Pinterest, Bluesky, Snapchat, and Google Maps.
Configuration
Get an API key at socialrouter.io, then add the server to your MCP client config.
Claude Desktop / Claude Code
{
"mcpServers": {
"socialrouter": {
"command": "npx",
"args": ["-y", "@socialrouter/mcp"],
"env": {
"SOCIALROUTER_API_KEY": "sr_live_xxxxxxxxxxxxx"
}
}
}
}Cursor
Add to ~/.cursor/mcp.json with the same shape.
Tools
Tool | Description |
| URL-driven extraction. Pass |
| Query-driven search (e.g. Google Maps place search). |
| List available providers and their supported platforms/types. |
| Get a single provider's details and pricing. |
| Retrieve a previous extraction or search by ID. |
| Check your SocialRouter credit balance. |
| Get a usage summary by provider and platform. |
extract parameters
Param | Required | Description |
| one of | Single social media URL. |
| one of | Batch list of URLs (only effective for batch-capable actors). |
| yes | Service slug |
| no | Max records (default 100). |
| no | Whether to fall over to alternative providers on failure (default |
search parameters
Param | Required | Description |
| yes | Non-empty list of search queries (terms or context-pinning URLs). |
| yes | Slug whose |
| no | Per-query record cap (default 100). |
| no | Whether to fall over to alternative providers on failure (default |
Environment Variables
Variable | Required | Default |
| yes | — |
| no |
|
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/socialrouter/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server