Social Media MCP Server

Give any MCP-compatible AI agent access to live social media data. The CreatorCrawl MCP server exposes every endpoint as a native tool LLMs can call.

Key Features

  • Streamable HTTP transport at a single endpoint
  • 60+ social media data endpoints exposed as MCP tools
  • Works with Claude, Cursor, and any MCP-compatible client
  • No local server to install or maintain
  • Browser-based OAuth with no API key to copy

Code Example

MCP Server
{
  "mcpServers": {
    "creatorcrawl": {
      "url": "https://app.creatorcrawl.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}

Getting Started

1

Add the MCP endpoint

Add https://app.creatorcrawl.com/api/mcp as a remote Streamable HTTP server. Do not add authentication headers.

2

Sign in through your browser

Your client discovers CreatorCrawl OAuth, opens the authorization page, and stores the resulting tokens securely. New accounts receive 50 free credits.

3

Start using social media tools

Your AI agent can now call social media data tools like get_profile, get_video, search_users, and more across all platforms. See /agents/#mcp for the full tool reference.

Frequently Asked Questions

What is MCP?

MCP (Model Context Protocol) is an open standard that lets AI models call external tools and data sources. CreatorCrawl exposes all its social media data endpoints as MCP tools that any compatible AI client can use.

Do I need to run a local server?

No. Add https://app.creatorcrawl.com/api/mcp to an OAuth-capable MCP client, then sign in and authorize CreatorCrawl in your browser. No API key is required.

Which MCP clients are supported?

Any client that supports the MCP streamable HTTP transport. This includes Claude Desktop, Cursor, and other MCP-compatible tools.

Does MCP usage consume credits?

Yes. Each MCP tool call maps to an API endpoint call and costs the same number of credits as calling the REST API directly.

Where can I find the full MCP documentation?

Visit creatorcrawl.com/agents/#mcp for the complete MCP tool reference, including all available tools, parameters, and response formats.

Other Integrations

Takes 60 seconds

Add one line to your
MCP config. Ship today.

50 free credits. No card. Works with Claude, Cursor, Zed, and any MCP client.