SocialCrawl MCP
One MCP server that connects agents to 575 endpoints across 65 platforms: social media, e-commerce, app stores, travel, jobs, finance, and full web scraping, with upfront credit pricing and pre-flight request validation.
Overview
SocialCrawl MCP gives an agent a single interface to 575 endpoints across 65 platforms: profiles, posts, comments, and trends from TikTok, Instagram, YouTube, X, LinkedIn, and Reddit; product and review data from Amazon, Walmart, Target, and eBay; app store listings, travel and local business data, job listings, market/finance data, US congressional trading disclosures, news, and full web scraping and browser automation. Four of the ten tools work without an API key.
How it works
socialcrawl_discoverandsocialcrawl_list_endpoints/_list_platformslet an agent explore the full catalogue and its parameter contracts before making any paid call, served from local bundled data at 0 credits.socialcrawl_pricingquotes the exact credit cost of a call in advance: endpoints are billed as a flat rate, a ladder tier, or a metered band that refunds down to the work actually done.socialcrawl_requestvalidates a call locally first (required params, enum values, integer ranges, parameter couplings) so a malformed request fails for free instead of burning credits, then executes it and returns a consistent response envelope across every platform.socialcrawl_monitorsturns any endpoint or composite into a scheduled, stateful job that reruns on a cadence and delivers results to a signed webhook.socialcrawl_webcovers scraping, crawling, and interactive browser sessions for anything outside the platform registry.
Examples
Compare the follower counts of @mkbhd on TikTok, Instagram, YouTube, and Twitter.
Find the cheapest 65-inch OLED TV across Amazon, Walmart, Target, and eBay.
Installation
You need Node.js (for the local npx option) and a free SocialCrawl API key.
- Sign up at socialcrawl.dev for 100 free credits (no card required).
- Add the server to your MCP client, either the hosted HTTP endpoint with
your key as a bearer token, or the local
npx -y socialcrawl-mcpcommand withSOCIALCRAWL_API_KEYset (see the sidebar for both). - Restart your client.
- Ask the agent to fetch a public profile (e.g. a TikTok or YouTube account) to confirm the key and connection work.
Related assets
Awesome MCP Servers
The largest community catalog of MCP servers: thousands of entries across dozens of categories (databases, browser automation, cloud, communication and more), tagged by language and scope.
Context7
Pulls updated, version-specific documentation and code examples straight from the source into your prompt, so agents stop citing outdated APIs or hallucinating ones that don't exist.
Playwright MCP
Microsoft's official MCP server for browser automation, driving Playwright through structured accessibility snapshots instead of screenshots, so any MCP client can browse, click and fill forms without a vision model.