# socialbridge-mcp MCP server

Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-isaiahdupree-socialbridge-mcp
- Repository: https://github.com/IsaiahDupree/socialbridge-mcp
- Website: https://socialbridge-mcp.vercel.app

## Install
- Endpoint: https://socialbridge-mcp.vercel.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://socialbridge-mcp.vercel.app/mcp

## Tools
- social_profile (Get a social profile) - Fetch one account profile from any supported network as the unified Profile schema (id, username, displayName, bio, url, followers, following, postCount, verified, avatarUrl, externalUrl), tagged with its platform. Keyless on Instagram, TikTok, YouTube, Pinterest, Snapchat, and Threads. Twitter/X, Reddit, and Facebook need operator-side credentials (returns credentials_required until set); LinkedIn is quarantined (platform_disabled). Endpoint: https://socialbridge-mcp.vercel.app/mcp
- social_posts (Get an account's recent posts) - An account's recent posts / videos / tweets / threads / pins as the unified Post[] schema (id, url, author, text, createdAt, like/comment/share/view counts, mediaType, mediaUrls, hashtags), tagged with its platform. Keyless on Instagram, TikTok, YouTube, Pinterest, Snapchat, and Threads. Twitter/X, Reddit, and Facebook need operator-side credentials; LinkedIn is quarantined. For a keyless Reddit history pull use reddit_history. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- social_search (Search one network for posts) - Search a single network for posts matching a query, returned as the unified Post[] schema and tagged with its platform. Keyless on TikTok, YouTube, and Pinterest. Instagram, Twitter/X, Reddit, and Facebook need operator-side credentials (returns credentials_required until set). Snapchat and Threads do not support keyless search (returns not_supported); LinkedIn is quarantined. To fan one query across every network at once, use search_all. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- social_comments (Get comments / replies on a post) - Comments / replies on one post as the unified Comment[] schema, tagged with its platform. Provide url OR postId. Keyless on TikTok, YouTube, and Threads (and a single tweet via syndication on Twitter/X). Instagram, Reddit, and Facebook need operator-side credentials; Snapchat comments are not supported keyless; LinkedIn is quarantined. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- search_all (Search every network at once) - The wedge no incumbent offers: fan one search query out across the requested platforms (default: all keyless, non-disabled) in parallel, merge the unified Post[], and tag each result with its platform. Gated / disabled / unsupported / throttled engines are listed under "skipped" with an honest reason — the call still returns whatever came back. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- reddit_history (Reddit full history (keyless)) - Keyless full-history pull via Arctic Shift — a user's or subreddit's posts, or a keyword search across Reddit history, returned as the unified Post[]. Provide at least one of username, subreddit, or q. Optional before/after bound the window by epoch-seconds or ISO timestamp. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- facebook_ads (Facebook / Meta Ad Library) - Meta (Facebook/Instagram) Ad Library records as the unified Ad[] (id, pageName, adCreativeBody, adSnapshotUrl, startDate, currency, spend + impression ranges). Provide q OR pageId. GATED — needs operator-side FACEBOOK_ACCESS_TOKEN (with ads_read); returns credentials_required until set. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- youtube_transcript (YouTube transcript / caption languages) - Available caption-language list (and cue segments where retrievable) for a YouTube video. Provide url OR videoId. Keyless. NOTE: actual cue text is BotGuard-gated keyless, so it is reported honestly (available:false, empty segments) rather than fabricated. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- threads_post (Threads post by shortcode) - Fetch a single thread by shortcode or URL, including its replies, as the unified Post (with replies). Provide code OR url. Keyless. Endpoint: https://socialbridge-mcp.vercel.app/mcp
- snapchat_spotlight (Snapchat creator Spotlight feed) - A creator's public Snapchat Spotlight feed as the unified Post[] with real view/comment/share counts. Keyless. Endpoint: https://socialbridge-mcp.vercel.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.IsaiahDupree
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
