Socialcrawl Mcp
@socialcrawl
About Socialcrawl Mcp
`socialcrawl-mcp` is an MCP server that connects AI agents to the [SocialCrawl API](https://socialcrawl.dev) — a unified social media data API covering 21 platforms and 108 endpoints.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"socialcrawl": {
"command": "npx",
"args": [
"-y",
"socialcrawl-mcp"
],
"env": {
"SOCIALCRAWL_API_KEY": "sc_your_key_here"
}
}
}
}Tools
9List all 48 platforms available through SocialCrawl (381 endpoints — social media, commerce & product reviews, retail (Amazon, Walmart, Target, Home Depot, eBay, Google Shopping), app stores, places & travel, business reputation, news & finance, web research and full scraping/browser automation, prediction markets, search trends, Korean search (Naver), content analysis, and cross-platform Prism composites). Grouped by category, with each platform's endpoint count, credit range, and available data. No API key required.
List endpoints with their full parameter contract — required + optional params, types, integer ranges, enum values, parameter couplings, CSV limits, pagination style, cache TTL, and per-endpoint pricing (including metered bands). Pass a `platform` for that platform's reference, or a `search` term to find an endpoint across all 48 platforms / 381 endpoints. Filter with `method` and `maxCost`. No API key required.
Make an API request to any of the 381 SocialCrawl endpoints. Fetches real-time data (profiles, posts, comments, transcripts, search results, products, reviews, apps, places, news, finance, trends, analytics, and cross-platform Prism composites) from 48 platforms. Most endpoints are GET (pass query params in `params`); batch endpoints (e.g. youtube/videos, prism/profiles) are POST — pass the array/object body in `body`. For web scraping/crawling/browser automation use the `socialcrawl_web` tool instead. Requires a valid SOCIALCRAWL_API_KEY. Validates the platform, resource, required params, oneOf groups, enum values, integer ranges, parameter couplings, and CSV limits locally first, so a malformed call fails free instead of burning credits. Reports the endpoint's price (and metered rule) with every response. Pass an optional idempotencyKey to make the request retry-safe (replays return the original response and deduct 0 credits).
Check the credit balance and the credit ledger for the authenticated SocialCrawl account. Default view calls GET /v1/credits/balance (balance + recent-deduction summary); `view: "transactions"` calls GET /v1/credits/transactions for dispute-grade itemised receipts — every deduction and refund with its amount, balance_after, endpoint, and request_id, which is how you confirm what a metered endpoint actually charged after its upfront hold was refunded down. Both cost 0 credits. Requires a valid SOCIALCRAWL_API_KEY.
Create and manage stateful monitors that re-run any SocialCrawl recipe (a registry endpoint or a Prism composite) on a cadence (hourly/daily/weekly/cron), deliver each result to a signed webhook, raise alerts on metric thresholds/changes, and accumulate a per-run time-series. 'Prism answers once; monitors watch it for you.' Actions: create, list, get, runs, timeseries, pause, resume, delete. Managing monitors costs 0 credits; each scheduled run bills the underlying recipe's normal cost plus a 1-credit scheduling premium. Requires a valid SOCIALCRAWL_API_KEY.
Full web scraping, search, and browser automation (Firecrawl-backed). Sync reads: 'scrape' (URL → markdown/HTML/screenshot/links), 'search' (web search with page content), 'map' (discover a site's URLs), 'extract' (LLM structured data from a page). Async jobs (submit, then poll with job_get/job_list, stop with job_cancel): 'crawl' a whole site, 'batch_scrape' many URLs, 'agent' (autonomous multi-step web task). Change detection: monitor_create/list/get/update/delete/checks (re-check a URL on a cadence → webhook). Interactive browser: session_create/get/list, session_execute (run code in the live page), session_close. Pricing varies by action (scrape 1cr, search 2cr, extract/session_create 5cr, agent 25cr; jobs/monitors/sessions management 0cr) — see the 'web' get_docs topic. Requires a valid SOCIALCRAWL_API_KEY.
Exact credit pricing for every one of the 381 SocialCrawl endpoints. 'overview' returns the tier ladder (218 standard / 134 advanced / 29 premium), every free endpoint, every flat override, all 26 metered endpoints with their min-max band and exact charging rule, cache TTLs, and the full refund matrix. 'endpoint' gives one endpoint's price, metered rule, price-driving parameters, paging cost, and worst case. 'platform' gives a platform's whole cost table. 'list' ranks and filters endpoints by cost (maxCost/minCost/model/search/sort) — e.g. "everything I can call for 1 credit" or "the most expensive endpoints". Use this before spending credits. No API key required.
The API describing itself, live, at 0 credits — the `/v1/utility/*` family. 'quickstart': everything needed for a first successful call (auth, base URL, response envelope, billing model, the full error taxonomy, rate limits, paging). 'catalog': every endpoint with its live metered-aware price, params, and paging flag — filter by platform/search/method. 'endpoint': one endpoint's complete usage guide — every parameter with type and example, the exact pricing rule, cache TTL, paging recipe, an example response, a copy-paste curl, and related endpoints. 'llms': the agent context corpus for the whole API or one platform. 'freshness': compare the live registry against this server's bundled catalogue to check whether this MCP version has fallen behind the API. These answer from the live registry at request time, so unlike bundled data they can never drift from what is actually callable — use them when correctness matters more than latency, or when an endpoint looks unknown. Without an API key everything except 'llms' still answers from bundled data.
Retrieve SocialCrawl API documentation. Topics: 'overview' (compact intro), 'full' (comprehensive reference for all 381 endpoints), 'authentication', 'credits', 'pricing' (per-endpoint cost for every endpoint), 'errors', 'idempotency', 'pagination' (universal cursor contract), 'caching' (TTLs and free hits), 'response-schema' (the canonical envelope and unified objects), 'limits' (rate, concurrency, timeouts), 'monitors' (scheduled-recipe wrapper), 'discovery' (the free self-describing utility endpoints), or any platform slug (e.g., 'tiktok', or 'web' for the web-scraping/browser-automation surface). No API key required.
Overview
What is Socialcrawl Mcp?
Socialcrawl Mcp is an MCP server that connects AI agents to the SocialCrawl API, a unified data API covering 27 platforms and 133 endpoints. It retrieves profiles, posts, comments, search results, trending content, and analytics from social media, web research services, prediction markets, and a universal cross-platform meta-search.
How to use Socialcrawl Mcp?
Install via npm (npm install -g socialcrawl-mcp) or use npx -y socialcrawl-mcp in your MCP client configuration (Claude Desktop, Cursor, VS Code, Windsurf). Set the SOCIALCRAWL_API_KEY environment variable. Then ask your AI agent in natural language — the server handles all API calls via tools like socialcrawl_request.
Key features of Socialcrawl Mcp
- Connects AI agents to 27 platforms
- 133 endpoints across social, web, markets
- Dynamic platform and endpoint discovery
- Local request validation saves credits
- Built-in API documentation queryable by agent
- Unified response format across platforms
Use cases of Socialcrawl Mcp
- Fetch a TikTok profile (e.g., @charlidamelio) with followers and engagement metrics
- Search YouTube for "machine learning tutorials" and retrieve structured results
- Get comments on an Instagram post by providing its URL
- Compare follower counts of @mkbhd across TikTok, Instagram, YouTube, and Twitter
- Discover available platforms and their endpoints using natural language queries
FAQ from Socialcrawl Mcp
Does Socialcrawl Mcp require an API key?
Yes, for socialcrawl_request and socialcrawl_check_balance. Discovery and documentation tools work without a key. Sign up at socialcrawl.dev for 100 free credits.
What if I pass invalid parameters to an API call?
The server validates locally before making the call — it tells the
Frequently asked questions
Does Socialcrawl Mcp require an API key?
Yes, for `socialcrawl_request` and `socialcrawl_check_balance`. Discovery and documentation tools work without a key. Sign up at socialcrawl.dev for 100 free credits.
What if I pass invalid parameters to an API call?
The server validates locally before making the call — it tells the
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Comments