Social Fetch MCP
OfficialAllows fetching Facebook profiles, posts, and other data through the Social Fetch API.
Allows fetching Instagram profiles, posts, videos, comments, and search results.
Allows fetching Reddit profiles, posts, comments, and search results.
Allows fetching Spotify data including profiles, tracks, and playlists.
Allows fetching Telegram channel and message data.
Allows fetching Threads profiles and posts.
Allows fetching TikTok profiles, videos, comments, and search results.
Allows fetching YouTube video data, transcripts, and channel information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Social Fetch MCPFetch the latest 3 posts from TikTok user @charlidamelio"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What Is This?
Social Fetch MCP connects Cursor, VS Code, Claude, Windsurf, and other MCP clients to the Social Fetch API. Once installed, your agent can look up creators, fetch posts, search platforms, read web pages, check your balance, and read the Social Fetch docs from inside your editor.
Use it when you want your agent to answer questions like:
"Find this TikTok creator and add their latest videos to my app."
"Pull the transcript for this YouTube video and summarize the sponsorships."
"Fetch this Instagram post, inspect the response shape, and wire it into my backend."
"Read the Social Fetch docs and choose the right endpoint for Reddit search."
The MCP server itself is hosted by Social Fetch:
https://api.socialfetch.dev/mcpThere is no local server to clone, build, or run from this repository. Clients connect to the hosted Streamable HTTP endpoint and authenticate with OAuth in the browser.
Related MCP server: riocloud-reader
Why Use It?
Agents are better when they can work with the same API your app uses. This gives them a direct, authenticated route to Social Fetch instead of making you bounce between docs, dashboards, scripts, and pasted JSON.
Less setup: call Social Fetch tools directly from your agent.
Better answers: the agent can search and read the live docs before choosing an endpoint.
Real data in the loop: test with TikTok, Instagram, YouTube, X/Twitter, Reddit, Spotify, web, and more from inside your editor.
No API keys in editor config: sign in once with OAuth.
Same API everywhere: MCP tools map to the public REST API, SDK, and docs.
What You Can Fetch
Social Fetch MCP exposes endpoint tools for:
TikTok, Instagram, YouTube, X/Twitter, Telegram, Facebook, Threads, LinkedIn, Reddit, and Spotify data.
Profiles, posts, videos, comments, transcripts, search results, and platform-specific metadata.
Web markdown generation and AI-assisted web page questions.
Account identity and credit balance.
Social Fetch docs through
docs_searchanddocs_read.
Endpoint tools are metered like the REST API. Docs tools, auth_whoami, and billing_balance_get do not consume lookup credits.
Requirements
A Social Fetch account.
Credits for metered API routes.
An MCP client with remote Streamable HTTP support and OAuth, such as Cursor, VS Code, Claude Code, Claude Desktop, or MCP Inspector.
One-Click Install
Install in Cursor
Install in VS Code
Install in Windsurf
Complete the OAuth browser flow after installing. If a one-click link does nothing - your editor is not installed, blocks custom URL schemes, or has no handler - use the manual setup below.
Manual Setup
Cursor
Add this to ~/.cursor/mcp.json or a project .cursor/mcp.json:
{
"mcpServers": {
"socialfetch": {
"url": "https://api.socialfetch.dev/mcp"
}
}
}Restart Cursor, open MCP settings, and complete the OAuth browser flow when prompted.
VS Code
Add this to settings.json:
{
"mcp": {
"servers": {
"socialfetch": {
"url": "https://api.socialfetch.dev/mcp"
}
}
}
}Claude Code
claude mcp add --transport http socialfetch https://api.socialfetch.dev/mcpThen run /mcp and authenticate Social Fetch to finish the OAuth flow.
Claude Desktop
Add a custom remote MCP connector with this URL:
https://api.socialfetch.dev/mcpAuthorize Social Fetch when Claude prompts you.
stdio-only Clients
If your client only supports stdio MCP servers, bridge to the hosted server with mcp-remote:
npx mcp-remote https://api.socialfetch.dev/mcpPoint your client at the stdio process that command starts.
Authentication
Social Fetch MCP uses OAuth 2.1. Your MCP client handles the flow:
The client opens Social Fetch sign-in in your browser.
You sign in or create an account and approve access.
The client receives an access token and sends it with each MCP request.
Do not paste a Social Fetch API key into MCP config. Credits are charged to the signed-in account, just like REST API requests.
Tools
tools/list exposes endpoint tools plus docs tools.
Endpoint tool names match API operation IDs with dots replaced by underscores:
Tool name | API operation |
|
|
|
|
|
|
|
|
|
|
Each endpoint tool's arguments mirror the matching API route parameters. See the API reference for the full endpoint catalog, argument schemas, response shapes, and pricing.
Two docs tools are also available:
Tool name | Purpose |
| Search Social Fetch docs across API, SDK, auth, errors, credits, and integrations. |
| Read a full docs page as markdown by pathname, such as |
Recommended agent prompt:
Use the Social Fetch MCP docs to add TikTok profile lookup to this app with the TypeScript SDK.
Example: TikTok Profile
In Cursor, MCP Inspector, or another MCP client, call tiktok_profile_get with:
{ "handle": "nike" }The result contains the same data and meta envelope returned by the REST API. Check meta.creditsCharged and meta.requestId after metered calls.
Troubleshooting
Symptom | What to check |
| Reconnect the server and complete OAuth again. Your token may be missing or expired. |
OAuth redirect loop | Finish signing in at Social Fetch, then approve access to return to your client. |
| Your account is out of credits for the metered route. Top up in Credits & billing. |
No tools listed | Reconnect the server. If it persists, restart your MCP client. |
Client only supports stdio | Use |
Repository Contents
server.json- MCP Registry metadata for the hosted remote server.examples/- Copy-paste MCP client configuration snippets.assets/socialfetch-mark.svg- Local copy of the Social Fetch mark (also served athttps://api.socialfetch.dev/mcp/icon.svg).
The implementation lives in Social Fetch's private API service, not in this public listing repository.
Related
License
MIT (c) Social Freak Ltd
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAgentKey is the execution layer between AI agents and the real internet. One MCP install gives your Claude / Cursor / n8n agent unified access to web search, scraping, and 20+ social platforms — no API juggling, one bill.Last updated580Apache 2.0

riocloud-readerofficial
Alicense-qualityDmaintenanceEnables AI agents to fetch and digest content from 30+ platforms (Twitter, YouTube, Reddit, etc.) via a unified API. Supports multi-format output, transcription, and direct Obsidian sync.Last updated18BSD 2-Clause "Simplified"- Alicense-qualityCmaintenanceProvides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.Last updatedMIT
- AlicenseAqualityCmaintenanceLets any AI agent post to TikTok, Instagram, YouTube, X, LinkedIn, Bluesky, Telegram, Mastodon and Discord through a single post_to_social tool. Connect an account once, then publish everywhere.Last updated2100MIT
Related MCP Connectors
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys.
Real-time LinkedIn, X (Twitter) and Reddit data for AI agents. Free key, self-minted, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/social-freak-ltd/socialfetch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server