Skip to content
Back to search
100
MCP live v1.0.1 MCP 2025-11-25 streamable-http

SocialCrawl

io.github.ridiodevelopment/socialcrawl

One API for 65 platforms and 572 endpoints: social, commerce, retail, jobs, finance, web scraping.

Uptime
100.0%
1 direct probes · 30d
Response
214ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

socialcrawl_list_platforms

List all 65 platforms available through SocialCrawl (572 endpoints — social media, commerce, marketplaces & product reviews, retail (Amazon, Walmart, Target, Home Depot, eBay, Klarna, AliExpress, Etsy…

socialcrawl_list_endpoints

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 prici…

socialcrawl_request

Make an API request to any of the 572 SocialCrawl endpoints. Fetches real-time data (profiles, posts, comments, transcripts, search results, products, offers and price history, reviews, apps, places a…

socialcrawl_check_balance

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 …

socialcrawl_monitors

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, rais…

socialcrawl_web

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 URL…

socialcrawl_cohorts

Answer 'which of THESE specific public identities is talking about my keywords?' — the opposite of open social listening. You upload a panel of up to 10,000 platform-qualified public handles (instagra…

socialcrawl_pricing

Exact credit pricing for every one of the 572 SocialCrawl endpoints. 'overview' returns the tier ladder (327 standard / 210 advanced / 35 premium), every free endpoint, every flat override, all 41 met…

socialcrawl_discover

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 erro…

socialcrawl_get_docs

Retrieve SocialCrawl API documentation. Topics: 'overview' (compact intro), 'full' (comprehensive reference for all 572 endpoints), 'authentication', 'credits', 'pricing' (per-endpoint cost for every …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "socialcrawl": {
      "url": "https://mcp.socialcrawl.dev/mcp",
      "transport": "streamable-http"
    }
  }
}