Socialcrawl

Socialcrawl

Access 21+ real-time social media data from a single API

Category
Visit Server

README

<div align="center">

socialcrawl-mcp

Give your AI agent access to 21 social media platforms through a single API

npm MCP Registry Platforms Endpoints License: MIT mcp MCP server

<a href="https://glama.ai/mcp/servers/socialcrawl/mcp"> <img width="380" src="https://glama.ai/mcp/servers/socialcrawl/mcp/badges/card.svg" alt="Socialcrawl MCP server" /> </a>

Overview | Installation | Setup | Usage | Tools | Platforms

</div>


Overview

socialcrawl-mcp is an MCP (Model Context Protocol) server that connects AI agents to the SocialCrawl API — a unified social media data API covering 21 platforms and 108 endpoints.

Retrieve profiles, posts, comments, search results, trending content, and analytics from TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Reddit, and 15 more platforms. One API key, one consistent response format, every platform.

What the MCP server does:

  • Discovers available platforms and endpoints dynamically
  • Fetches live social media data on your behalf
  • Validates requests locally before making API calls (saves credits)
  • Provides built-in API documentation the agent can query on demand

Installation

npm

npm install -g socialcrawl-mcp

Available on npm. Most users don't need this — the MCP client configs below use npx and auto-install on first run.

Claude Code (quickest)

claude mcp add --scope user socialcrawl -- npx -y socialcrawl-mcp

Then set your API key:

claude mcp add-env socialcrawl SOCIALCRAWL_API_KEY sc_your_key_here

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": "sc_your_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": "sc_your_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": "sc_your_key_here"
      }
    }
  }
}

Windsurf

Add to your Windsurf MCP configuration:

{
  "mcpServers": {
    "socialcrawl": {
      "command": "npx",
      "args": ["-y", "socialcrawl-mcp"],
      "env": {
        "SOCIALCRAWL_API_KEY": "sc_your_key_here"
      }
    }
  }
}

Other MCP-compatible clients

Any MCP client that supports stdio transport can use this server. The general pattern is:

  • Command: npx
  • Args: ["-y", "socialcrawl-mcp"]
  • Environment: SOCIALCRAWL_API_KEY set to your API key

Restart your AI client after saving the configuration.

Setup

1. Get your API key

Sign up at socialcrawl.dev and grab your API key from the dashboard. Every account starts with 100 free credits — no credit card required.

2. Add the key to your config

Replace sc_your_key_here in the installation config above with your actual API key (starts with sc_).

[!TIP] You can also set SOCIALCRAWL_API_KEY as a system environment variable instead of putting it in the MCP config. The discovery and documentation tools work even without a key — only actual API requests need one.

Usage

Ask your AI agent in natural language. The MCP server handles the rest.

Fetch a profile

Get the TikTok profile for @charlidamelio

The agent calls socialcrawl_request with platform: "tiktok", resource: "profile", params: { handle: "charlidamelio" } and returns structured profile data including followers, bio, verification status, and engagement metrics.

Search across platforms

Search YouTube for "machine learning tutorials"

Get post comments

Get the comments on this Instagram post: https://instagram.com/p/CwA1234abcd

Cross-platform research

Compare the follower counts of @mkbhd on TikTok, Instagram, YouTube, and Twitter

The agent makes 4 sequential API calls — one per platform — and compiles the results into a comparison.

Explore available endpoints

What social media platforms can you access?
Show me all the TikTok endpoints

Access documentation

How does the SocialCrawl credit system work?

Example response

Every response follows a unified envelope format:

{
  "success": true,
  "platform": "tiktok",
  "endpoint": "/v1/tiktok/profile",
  "data": {
    "content": { "text": "...", "media_urls": ["..."] },
    "author": { "username": "charlidamelio", "followers": 156000000 },
    "engagement": { "likes": 5200, "engagement_rate": 0.045 },
    "metadata": { "language": "en", "content_category": "entertainment" }
  },
  "credits_used": 1,
  "credits_remaining": 99
}

[!NOTE] The same response structure is returned for every platform — no per-platform parsing logic needed.

Available Tools

The MCP server exposes 5 tools:

Tool Description Needs API key?
socialcrawl_list_platforms Discover all 21 platforms with their endpoints and capabilities No
socialcrawl_list_endpoints See all endpoints, required parameters, and credit costs for a platform No
socialcrawl_request Make any SocialCrawl API call — profiles, posts, comments, search, analytics. Supports an optional idempotencyKey for retry-safe calls. Yes
socialcrawl_check_balance Check remaining credits and recent deduction summary. Calls /v1/credits/balance — costs 0 credits. Yes
socialcrawl_get_docs Access detailed API documentation by topic or platform No

Three of the five tools work without an API key — they query local bundled data. socialcrawl_request and socialcrawl_check_balance require a key.

Smart validation

Before making any API call, socialcrawl_request validates locally that the platform exists, the endpoint exists, and all required parameters are present. If something is wrong, it tells the agent exactly how to fix it — without consuming any credits.

Retry-safe requests

Pass an idempotencyKey to socialcrawl_request (UUIDv4 recommended) to make the call retry-safe. If the request is replayed within 24h, the server returns the original response and deducts 0 credits (X-Idempotent-Replay: true).

Supported Platforms

Platform Endpoints Data Available
TikTok 26 Profiles, videos, comments, followers, search, trending, live, Shop, showcase
Instagram 12 Profiles, posts, reels, comments, highlights, search
YouTube 12 Channels, videos, shorts, playlists, comments, trending, comment replies
Facebook 12 Profiles, posts, reels, photos, groups, Ad Library
Twitter/X 6 Profiles, tweets, communities
LinkedIn 6 Profiles, company pages, posts, Ad Library
Reddit 7 Subreddits, posts, comments, search, ads
Threads 5 Profiles, posts, search
Pinterest 4 Search, pins, boards
Google 4 Search, Ad Library
Truth Social 3 Profiles, posts
Twitch 2 Profiles, clips
Snapchat 1 Profiles
Kick 1 Clips
Amazon 1 Shop pages
Linktree 1 Link pages
Linkbio 1 Link pages
Linkme 1 Link pages
Komi 1 Link pages
Pillar 1 Link pages
Utility 1 Age & gender detection

Total: 108 endpoints across 21 platforms.

Error Handling

The MCP server handles errors gracefully and gives the agent actionable guidance:

Error What the agent sees
Missing API key Prompts to set SOCIALCRAWL_API_KEY with link to sign up
Invalid API key Asks to check the key configuration
Insufficient credits Shows balance and links to billing page
Bad platform/resource Suggests using discovery tools to find the right endpoint
Missing parameters Lists exactly what's missing with examples
Resource not found (404) Reports the upstream resource doesn't exist; credits auto-refunded (BIL-01)
Idempotency-Key conflict (409) Tells the agent the key was used by another account — generate a fresh one
Idempotency-Key payload mismatch (422) Tells the agent the same key was reused with different params
Method not allowed (405) Reminds the caller that /v1/* is GET-only
Concurrency limit (429) Asks the caller to back off (50 concurrent/key max)
Upstream error (502) Reports the failure; credits refunded automatically
Platform unavailable (503) Circuit breaker open; credits refunded; retry in 30s

Links

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured