Model Context Protocol

Social data for AI agents,
via MCP

KeyAPI exposes its full social media data suite as native MCP tools. Plug it into any MCP-compatible AI client and let your agents fetch creator profiles, videos, comments, reviews, and more — across 11 platforms in real time.

TikTokInstagramYouTubeTwitter / XThreadsRedditLinkedInFacebookGooglePinterestAmazon

What is MCP?

A universal language for AI tools

The Model Context Protocol (MCP) is an open standard that lets AI models discover and call external tools through a consistent interface. Instead of writing custom integrations for every API, you connect once to an MCP server and your agent gains access to everything it exposes.

KeyAPI's MCP server wraps data from 11 major platforms. Select the ones you need, paste the generated config, and your agent can fetch live social data — all without leaving the conversation loop.

Select platforms:

claude_desktop_config.json

{
  "mcpServers": {
    "keyapi-tiktok": {
      "url": "https://mcp.keyapi.ai/tiktok/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Available Tools

Everything your agent needs

Tools are available across all 11 platforms via a single MCP server connection.

tiktok_creator_infoTikTok

Look up a TikTok creator by username. Returns follower counts, engagement stats, and growth milestones.

params: username: string
tiktok_video_transcriptTikTok

Fetch the caption/transcript of any TikTok video by ID or URL. Returns timestamped segments per language.

params: video_id: string
tiktok_comment_analysisTikTok

Analyse the top comments on a video. Returns clustered keyword themes with representative comment samples.

params: video_id: string
tiktok_video_metricsTikTok

Retrieve real-time view, like, comment, and favourite counts, plus a 14-day daily trend for any video.

params: video_id: string
instagram_profile_infoInstagram

Fetch an Instagram profile's follower count, bio, post count, and engagement rate by username.

params: username: string
youtube_video_detailsYouTube

Retrieve a YouTube video's title, description, view count, likes, and full transcript.

params: video_id: string
twitter_user_tweetsTwitter / X

Fetch the latest tweets from any public Twitter/X account, including metrics and thread context.

params: username: string
amazon_product_reviewsAmazon

Retrieve product reviews, star distribution, and top review summaries for any Amazon ASIN.

params: asin: string
reddit_subreddit_postsReddit

Fetch hot, new, or top posts from any subreddit along with vote counts and comment counts.

params: subreddit: string
google_place_reviewsGoogle

Look up Google Maps place details and user reviews by place ID or business name.

params: place_id: string

Similar tools are available for all 11 supported platforms. Browse the full tool list →

Why KeyAPI MCP

Built for how agents actually work

One-line integration

Point any MCP-compatible client at our server endpoint. No SDKs to install, no auth flows to wire up — just a URL and your API key.

Works with any AI agent

Claude, GPT-4, open-source LLMs, and custom agents all speak MCP. KeyAPI's server exposes the same tools regardless of the model.

11 platforms, one connection

TikTok, Instagram, YouTube, Twitter, Threads, Reddit, LinkedIn, Facebook, Google, Pinterest, and Amazon — all accessible through a single MCP server.

Structured JSON responses

Every tool returns clean, typed JSON that's immediately usable downstream — no regex scraping, no HTML parsing.

Setup

Connect in three steps

01

Get your API key

Sign up and grab your KeyAPI key from the dashboard. One key works across all 11 platforms.

02

Choose your platforms

Select the platforms you need and copy the generated MCP config into your client (Claude Desktop, Cursor, custom agent, etc.).

03

Start calling tools

Your AI can now discover and call any KeyAPI tool natively, with no additional code on your side.

Compatibility

Works with your existing stack

Any client that supports the MCP standard can connect to KeyAPI.

Claude DesktopCursorWindsurfClineContinueCustom agentsLangChainAutoGen

Ready to give your agent social superpowers?

Get your API key and connect to 11 platforms via MCP in under two minutes.

Start for free