mcp-socialapi
npm
v1.2.0
Published by socialapi-ai — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:
The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.
2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
This server (without client built-ins) exposes a complete data-exfiltration chain: social_api_get_creator_info → social_api_list_keys → social_api_create_export. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.
Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.
Location: flow social_api_get_creator_info → social_api_list_keys → social_api_create_export
Tool "social_api_create_webhook" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).
Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.
Location: tool social_api_create_webhook · inputSchema.properties.url
Tool "social_api_update_webhook" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).
Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.
Location: tool social_api_update_webhook · inputSchema.properties.url
Each tool and what it can reach — statically extracted from the published source.
social_api_get_exportingests untrusted inputnetwork egresssocial_api_create_exportnetwork egresssocial_api_create_webhooknetwork egresssocial_api_delete_menetwork egresssocial_api_delete_webhooknetwork egresssocial_api_get_creator_infoingests untrusted inputsocial_api_get_export_videosnetwork egresssocial_api_get_media_upload_urlnetwork egresssocial_api_get_post_metricsingests untrusted inputsocial_api_get_webhooknetwork egresssocial_api_get_webhook_deliverynetwork egresssocial_api_list_eventsnetwork egresssocial_api_list_inbox_postsingests untrusted inputsocial_api_list_keysreads sensitive datasocial_api_list_webhook_deliveriesnetwork egresssocial_api_list_webhooksnetwork egresssocial_api_retry_webhook_deliverynetwork egresssocial_api_revoke_keyreads sensitive datasocial_api_test_webhooknetwork egresssocial_api_update_webhooknetwork egresssocial_api_connect_accountno sensitive capabilitysocial_api_create_brandno sensitive capabilitysocial_api_create_inviteno sensitive capabilitysocial_api_create_keyno sensitive capabilitysocial_api_create_postno sensitive capabilitysocial_api_delete_brandno sensitive capabilitysocial_api_delete_commentno sensitive capabilitysocial_api_delete_mediano sensitive capabilitysocial_api_delete_postno sensitive capabilitysocial_api_delete_review_replyno sensitive capabilitysocial_api_disconnect_accountno sensitive capabilitysocial_api_events_summaryno sensitive capabilitysocial_api_exchange_oauthno sensitive capabilitysocial_api_get_account_limitsno sensitive capabilitysocial_api_get_comment_repliesno sensitive capabilitysocial_api_get_constraintsno sensitive capabilitysocial_api_get_conversationno sensitive capabilitysocial_api_get_meno sensitive capabilitysocial_api_get_mentionsno sensitive capabilitysocial_api_get_postno sensitive capabilitysocial_api_get_postsno sensitive capabilitysocial_api_get_reviewsno sensitive capabilitysocial_api_get_storage_usageno sensitive capabilitysocial_api_get_usageno sensitive capabilitysocial_api_hide_commentno sensitive capabilitysocial_api_like_commentno sensitive capabilitysocial_api_list_account_pagesno sensitive capabilitysocial_api_list_accountsno sensitive capabilitysocial_api_list_brandsno sensitive capabilitysocial_api_list_conversationsno sensitive capabilitysocial_api_list_exportsno sensitive capabilitysocial_api_list_invitesno sensitive capabilitysocial_api_list_mediano sensitive capabilitysocial_api_list_messagesno sensitive capabilitysocial_api_list_post_commentsno sensitive capabilitysocial_api_list_postsno sensitive capabilitysocial_api_mark_conversation_readno sensitive capabilitysocial_api_moderate_commentno sensitive capabilitysocial_api_patch_meno sensitive capabilitysocial_api_private_reply_to_commentno sensitive capabilitysocial_api_reply_to_commentno sensitive capabilitysocial_api_reply_to_reviewno sensitive capabilitysocial_api_retry_postno sensitive capabilitysocial_api_revoke_inviteno sensitive capabilitysocial_api_send_dmno sensitive capabilitysocial_api_send_feedbackno sensitive capabilitysocial_api_unhide_commentno sensitive capabilitysocial_api_unlike_commentno sensitive capabilitysocial_api_unpublish_postno sensitive capabilitysocial_api_update_account_pageno sensitive capabilitysocial_api_update_brandno sensitive capabilitysocial_api_update_conversationno sensitive capabilitysocial_api_update_postno sensitive capabilitysocial_api_update_review_replyno sensitive capabilitysocial_api_validate_postno sensitive capabilitysocial_api_verify_media_uploadno sensitive capabilityCross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).
Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v1.2.0 latest |
A 93/100 | 3 | 1.13.0 | 2026-09-09 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan mcp-socialapi --online
Hotel booking MCP server — 300K+ properties, real confirmation numbers, loyalty programs. Builders monetize every booking via Stripe Connect. The first MCP server that completes real hotel reservations inside AI conversations.
Manage AdGuard Home through AI assistants
Read-only Azure DevOps for MCP clients using only your existing browser session — no PAT, no Azure CLI. Browse work items, pull requests, comments, attachments and Artifacts feeds across every project, repo and feed you can access.
MCP server for Adobe Experience Manager Assets integration development
Servidor MCP para el tiempo oficial de España (API pública OpenData de AEMET). Predicción, observación y avisos como herramientas MCP tipadas.
A standalone MCP stdio bridge for Affinity by Canva's local MCP SSE server.