Public social-data API and live docs for AI coding agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Let your coding agent fetch real social media and web data while it builds.
Documentation | API reference | Credits & billing
Server URL: https://api.socialfetch.dev/mcp
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:
The MCP server itself is hosted by Social Fetch:
There 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.
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.
Social Fetch MCP exposes endpoint tools for:
docs_search and docs_read.Endpoint tools are metered like the REST API. Docs tools, auth_whoami, and billing_balance_get do not consume lookup credits.
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.
Add this to ~/.cursor/mcp.json or a project .cursor/mcp.json:
Restart Cursor, open MCP settings, and complete the OAuth browser flow when prompted.
Add this to settings.json:
Then run /mcp and authenticate Social Fetch to finish the OAuth flow.
Add a custom remote MCP connector with this URL:
Authorize Social Fetch when Claude prompts you.
If your client only supports stdio MCP servers, bridge to the hosted server with mcp-remote:
Point your client at the stdio process that command starts.
Social Fetch MCP uses OAuth 2.1. Your MCP client handles the flow:
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/list exposes endpoint tools plus docs tools.
Endpoint tool names match API operation IDs with dots replaced by underscores:
| Tool name | API operation |
|---|---|
tiktok_profile_get | tiktok.profile.get |
instagram_post_get | instagram.post.get |
web_markdown_generate | web.markdown.generate |
auth_whoami | auth.whoami |
billing_balance_get | billing.balance.get |
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 |
|---|---|
docs_search | Search Social Fetch docs across API, SDK, auth, errors, credits, and integrations. |
docs_read | Read a full docs page as markdown by pathname, such as /docs/sdk. |
Recommended agent prompt:
Use the Social Fetch MCP docs to add TikTok profile lookup to this app with the TypeScript SDK.
In Cursor, MCP Inspector, or another MCP client, call tiktok_profile_get with:
The result contains the same data and meta envelope returned by the REST API. Check meta.creditsCharged and meta.requestId after metered calls.
| Symptom | What to check |
|---|---|
401 on every call | 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. |
402 responses | 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 npx mcp-remote https://api.socialfetch.dev/mcp. |
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 at https://api.socialfetch.dev/mcp/icon.svg).The implementation lives in Social Fetch's private API service, not in this public listing repository.
MIT (c) Social Freak Ltd
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/social-fetch)<a href="https://allmcps.com/mcp/social-fetch"><img src="https://allmcps.com/api/badge/social-fetch?style=directory" alt="Social Fetch on AllMCPs" /></a>