Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.IsaiahDupree/socialbridge-mcp

REMOTE · SOCIALBRIDGE-MCP.VERCEL.APP · SCANNED AUG 3

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

72 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1325 tokens (~132/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · socialbridge-mcp.vercel.app

# add to Claude Code
claude mcp add --transport http isaiahdupree-socialbridge-mcp https://socialbridge-mcp.vercel.app/mcp
# ~/.codex/config.toml
[mcp_servers.isaiahdupree-socialbridge-mcp]
url = "https://socialbridge-mcp.vercel.app/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "isaiahdupree-socialbridge-mcp": {
      "type": "remote",
      "url": "https://socialbridge-mcp.vercel.app/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add isaiahdupree-socialbridge-mcp --url https://socialbridge-mcp.vercel.app/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  isaiahdupree-socialbridge-mcp:
    url: "https://socialbridge-mcp.vercel.app/mcp"
// mcp.json
{
  "mcpServers": {
    "isaiahdupree-socialbridge-mcp": {
      "type": "http",
      "url": "https://socialbridge-mcp.vercel.app/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 1 Aug 26 71

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://socialbridge-mcp.vercel.app/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.vercel.app CN=WR1,O=Google Trust Services,C=US 28 Jun 2026 26 Sept 2026 RSA 2048 SHA256-RSA b1c2b607df94f28513779ae26fecf92f
SANs: *.vercel.app
CN=WR1,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7fd9e2c2d2048a0474b627a26d0868a7
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d
DNSSEC insecure

Validation of socialbridge-mcp.vercel.app. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
app. present 23684 8 Verified
vercel.app. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://socialbridge-mcp.vercel.app/mcp Verified 200
http (plaintext) http://socialbridge-mcp.vercel.app/mcp HTTPS enforced 308 https://socialbridge-mcp.vercel.app/mcp
MCP tools — 10 exposed · ~1,325 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
facebook_ads ~153

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.

NameTypeReqDescription
countrystringISO-3166 alpha-2 country (upper-cased server-side). Default US.
limitintegerMax results, clamped 1-100. Default 25.
pageIdstringAdvertiser Page id. Provide q OR pageId.
qstringFree-text search across ad creative. Provide q OR pageId.

No output schema declared.

No examples provided.

reddit_history ~160

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.

NameTypeReqDescription
afterstringReturn items created after this epoch-seconds / ISO timestamp.
beforestringReturn items created before this epoch-seconds / ISO timestamp.
limitintegerMax results, clamped 1-100. Default 25.
qstringKeyword to search across history.
subredditstringSubreddit (without r/).
usernamestringReddit username (without u/).

No output schema declared.

No examples provided.

search_all ~145

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.

NameTypeReqDescription
limitintegerMax results, clamped 1-50. Default 10.
platformsstringComma-separated subset of platforms to query (e.g. "tiktok,youtube,threads"). Omit for all keyless, non-disabled platforms.
qstringyesSearch query.

No output schema declared.

No examples provided.

snapchat_spotlight ~66

A creator's public Snapchat Spotlight feed as the unified Post[] with real view/comment/share counts. Keyless.

NameTypeReqDescription
limitintegerMax results, clamped 1-50. Default 20.
usernamestringAccount handle / username (without @).

No output schema declared.

No examples provided.

social_comments ~164

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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response (where the platform supports paging).
limitintegerMax results, clamped 1-100. Default 20.
platformstringyesTarget social network.
postIdstringPlatform-native post id. Provide url OR postId.
urlstringPost URL. Provide url OR postId.

No output schema declared.

No examples provided.

social_posts ~170

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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response (where the platform supports paging).
limitintegerMax results, clamped 1-100. Default 20.
platformstringyesTarget social network.
usernamestringyesAccount handle / username (without @).

No output schema declared.

No examples provided.

social_profile ~122

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).

NameTypeReqDescription
platformstringyesTarget social network.
usernamestringyesAccount handle / username (without @).

No output schema declared.

No examples provided.

social_search ~157

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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response (where the platform supports paging).
limitintegerMax results, clamped 1-100. Default 20.
platformstringyesTarget social network.
qstringyesSearch query.

No output schema declared.

No examples provided.

threads_post ~66

Fetch a single thread by shortcode or URL, including its replies, as the unified Post (with replies). Provide code OR url. Keyless.

NameTypeReqDescription
codestringThread shortcode. Provide code OR url.
urlstringFull thread URL. Provide code OR url.

No output schema declared.

No examples provided.

youtube_transcript ~122

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.

NameTypeReqDescription
langstringPreferred caption language (BCP-47, e.g. "en").
urlstringYouTube watch URL. Provide url OR videoId.
videoIdstring11-char video id. Provide url OR videoId.

No output schema declared.

No examples provided.