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.

ai.social-api/socialapi

NPM · MCP-SOCIALAPI · SCANNED AUG 3

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

Available components

+25 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 92 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 7864 tokens (~104/item across 75 items; 75 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 Management27
  • Stability observed for 8 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.

npm · mcp-socialapi

# add to Claude Code
claude mcp add ai-social-api-socialapi -- npx -y mcp-socialapi
# add to Codex CLI
codex mcp add ai-social-api-socialapi -- npx -y mcp-socialapi
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-social-api-socialapi": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-socialapi"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-social-api-socialapi --command npx --arg -y --arg mcp-socialapi
# ~/.hermes/config.yaml
mcp_servers:
  ai-social-api-socialapi:
    command: "npx"
    args: ["-y", "mcp-socialapi"]
// mcp.json
{
  "mcpServers": {
    "ai-social-api-socialapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-socialapi"
      ]
    }
  }
}
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.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +64
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −74
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +34
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 27 Jul 26 40

    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 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 75 exposed · ~7,864 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
social_api_list_webhooks ~72

List all registered webhook endpoints for the authenticated user. Returns endpoint details including id, url, subscribed event types, is_active status, and created_at. Available event types: comment.received, dm.received, review.received, mention.received, post.published, post.failed, post.scheduled.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

social_api_mark_conversation_read ~71

Mark all messages in a conversation as read, resetting the unread count to zero. Idempotent -- calling on an already-read conversation has no effect. Use social_api_list_conversations to find the conversation_id.

NameTypeReqDescription
conversation_idstringyesConversation ID (from social_api_list_conversations)

No output schema declared.

No examples provided.

social_api_moderate_comment ~126

Moderate a comment by hiding, unhiding, or deleting it. The interaction_id must be a comment ID starting with sapi_cmt_. Actions: 'hide' removes from public view (reversible), 'unhide' restores a hidden comment, 'delete' permanently removes it (irreversible). Returns 501 for platforms without moderation support.

NameTypeReqDescription
account_idstringyesConnected account ID
actionstringyesModeration action: hide, unhide, or delete
interaction_idstringyesComment ID (must start with sapi_cmt_)

No output schema declared.

No examples provided.

social_api_patch_me ~74

Update the authenticated user's profile. Currently only supports marking onboarding complete by setting onboarding=false. Setting onboarding=true returns an error. Returns the updated user profile. Idempotent -- calling with onboarding=false when already false has no effect.

NameTypeReqDescription
onboardingbooleanyesSet to false to mark onboarding complete (only false is allowed)

No output schema declared.

No examples provided.

social_api_private_reply_to_comment ~117

Send a private reply (DM) in response to a comment, visible only to the commenter. Max 1000 characters. Consumes 1 interaction credit. Supported on Instagram and Facebook. Returns 501 for platforms that do not support private replies.

NameTypeReqDescription
account_idstringyesConnected account ID
comment_idstringyesPlatform comment ID to privately reply to
post_idstringyesPlatform post ID containing the comment
textstringyesMessage text (max 1000 characters)

No output schema declared.

No examples provided.

social_api_reply_to_comment ~136

Reply publicly to a post or a specific comment. Provide account_id and post_id; optionally also comment_id to target a specific comment thread. The reply appears publicly on the post. Max 2200 characters. Consumes 1 interaction credit. Returns the created reply ID.

NameTypeReqDescription
account_idstringyesConnected account ID
comment_idstringPlatform comment ID to reply to (optional — replies to a specific comment)
post_idstringyesPlatform post ID to reply to (or omit to use comment_id only)
textstringyesReply text (max 2200 characters)

No output schema declared.

No examples provided.

social_api_reply_to_review ~96

Reply to a review as the business. The reply appears publicly as the business response. Requires account_id and the platform review_id. Max 2200 characters. Consumes 1 interaction credit. Returns the created reply ID.

NameTypeReqDescription
account_idstringyesConnected account ID
review_idstringyesPlatform review ID to reply to
textstringyesReply text (max 2200 characters)

No output schema declared.

No examples provided.

social_api_retry_post ~63

Retry publishing a post that previously failed. Only posts in 'failed' or 'partial' status can be retried -- re-enqueues only the failed platform deliveries. Consumes 1 post credit.

NameTypeReqDescription
post_idstringyesFailed post ID to retry

No output schema declared.

No examples provided.

social_api_retry_webhook_delivery ~94

Manually retry a failed webhook delivery. Re-sends the original payload to the endpoint URL with a fresh attempt count. Use this after fixing an endpoint that was returning errors. Use social_api_list_webhook_deliveries (filtered by status=failed) to find the delivery_id.

NameTypeReqDescription
delivery_idstringyesDelivery attempt ID to retry
webhook_idstringyesWebhook endpoint ID

No output schema declared.

No examples provided.

social_api_revoke_invite ~54

Revoke an active platform invite, making the invite URL immediately invalid. This is irreversible. Use social_api_list_invites to find the invite_id.

NameTypeReqDescription
invite_idstringyesInvite ID to revoke

No output schema declared.

No examples provided.

social_api_revoke_key ~86

Permanently deactivate an API key. This is irreversible -- the key immediately stops working for all API requests. Use social_api_list_keys to find the key_id. Revoking an already-revoked key is a no-op (idempotent). Does not affect other active keys for the same user.

NameTypeReqDescription
key_idstringyesID of the API key to revoke

No output schema declared.

No examples provided.

social_api_send_dm ~128

Send a direct message in an existing inbox conversation. The conversation_id comes from social_api_list_conversations. Specify the account_id to send from. Max 1000 characters. Consumes 1 interaction credit. On Facebook Messenger, messages can only be sent within 24 hours of the user's last message to you (platform policy). Supported on Instagram and Facebook.

NameTypeReqDescription
account_idstringyesConnected account ID to send from
conversation_idstringyesConversation ID (from social_api_list_conversations)
textstringyesMessage text (max 1000 characters)

No output schema declared.

No examples provided.

social_api_send_feedback ~109

Send feedback to the SocialAPI team. Use when a user wants to report a bug, request a feature, or share general feedback. Type must be one of: 'bug', 'feature_request', or 'general'. The feedback is stored in the database and the team is notified. This is the preferred way to reach the team from within an MCP conversation.

NameTypeReqDescription
messagestringyesThe feedback message
typestringyesFeedback type: bug, feature_request, or general

No output schema declared.

No examples provided.

social_api_test_webhook ~130

Send a test event to a webhook endpoint to verify it is reachable and correctly configured. Takes an event_type (e.g. comment.received) and a raw JSON payload. Returns the delivery result including HTTP response code and any error. Does not charge the user's event quota. Use this during setup to confirm your endpoint validates the signature correctly.

NameTypeReqDescription
event_typestringyesEvent type to simulate (e.g. comment.received)
payloadobjectyesJSON payload to send as the event body
webhook_idstringyesWebhook endpoint ID to send test payload to

No output schema declared.

No examples provided.

social_api_unhide_comment ~65

Restore a previously hidden comment to public view. Supported on Instagram, Facebook, and Threads.

NameTypeReqDescription
account_idstringyesConnected account ID
comment_idstringyesPlatform comment ID to unhide
post_idstringyesPlatform post ID

No output schema declared.

No examples provided.

social_api_unlike_comment ~74

Remove a like from a comment previously liked by the connected account. Supported on Facebook and Twitter. Returns 501 for platforms without like support.

NameTypeReqDescription
account_idstringyesConnected account ID
comment_idstringyesPlatform comment ID to unlike
post_idstringyesPlatform post ID

No output schema declared.

No examples provided.

social_api_unpublish_post ~98

Unpublish a post from one or all platforms. Removes the post from the social media platform but keeps the post record in SocialAPI. Optionally specify account_id to unpublish from a single platform only; omit to unpublish from all. This is irreversible on the platform side.

NameTypeReqDescription
account_idstringAccount ID to unpublish from (omit for all)
post_idstringyesPost ID to unpublish

No output schema declared.

No examples provided.

social_api_update_account_page ~133

Update a page's default or active status for a connected account. Set is_default=true to make this the default page for publishing and inbox operations. Set is_active=false to deactivate a page (it will no longer receive events or appear in default listings). Idempotent -- setting the current value has no effect. Use social_api_list_account_pages to find the page_id first.

NameTypeReqDescription
account_idstringyesConnected account ID
is_activebooleanActivate or deactivate page
is_defaultbooleanSet as default page
page_idstringyesPage ID to update

No output schema declared.

No examples provided.

social_api_update_brand ~78

Rename a brand. Only the name can be changed; connected accounts are not affected. Idempotent -- setting the same name has no effect. Use social_api_list_brands to find the brand_id first.

NameTypeReqDescription
brand_idstringyesID of the brand to rename
namestringyesNew name for the brand

No output schema declared.

No examples provided.

social_api_update_conversation ~95

Update a conversation's status. Set status to 'archived' to move it out of the active inbox, or 'active' to restore it. Idempotent -- setting the current status has no effect. Use social_api_list_conversations to find the conversation_id.

NameTypeReqDescription
conversation_idstringyesConversation ID (from social_api_list_conversations)
statusstringyesNew status: active or archived

No output schema declared.

No examples provided.

social_api_update_post ~154

Update the content of a draft, scheduled, or failed post. Only posts in 'draft', 'scheduled', or 'failed' status can be updated. Provide the post_id. Does not consume additional credits.

NameTypeReqDescription
first_commentstringUpdated first comment
hiddenbooleanHide or unhide the post
media_idsarrayUpdated media IDs
post_idstringyesPost ID to update
scheduled_atstringUpdated schedule time (RFC3339)
targetsarrayReplace targets (full list)
textstringUpdated post text
titlestringUpdated title
visibilitystringUpdated visibility

No output schema declared.

No examples provided.

social_api_update_review_reply ~96

Update an existing business reply to a review. Requires account_id and the platform review_id. Max 2200 characters. Supported on Google Business. Returns 501 for platforms that do not support updating review replies.

NameTypeReqDescription
account_idstringyesConnected account ID
review_idstringyesPlatform review ID whose reply should be updated
textstringyesUpdated reply text (max 2200 characters)

No output schema declared.

No examples provided.

social_api_update_webhook ~111

Update an existing webhook endpoint. Change the URL, subscribed event types, or enable/disable it (is_active). At least one field must be provided. Idempotent -- setting the same values has no effect. Use social_api_list_webhooks to find the webhook_id.

NameTypeReqDescription
eventsarrayNew event types
is_activebooleanEnable or disable the webhook
urlstringNew HTTPS URL
webhook_idstringyesWebhook endpoint ID

No output schema declared.

No examples provided.

social_api_validate_post ~166

Validate post content against platform-specific constraints before creating a post. Checks text length, media counts, file types, aspect ratios, and other platform rules. Returns valid (bool), errors (blocking issues), and warnings (non-blocking). Provide either platforms (by name) or account_ids (resolved to platforms). Use this before social_api_create_post to catch issues early.

NameTypeReqDescription
account_idsarrayConnected account IDs — platforms are resolved from these. Provide either platforms or account_ids.
media_idsarrayMedia IDs to validate (from social_api_get_media_upload_url)
platformsarrayPlatform names to validate against (e.g. instagram, facebook). Provide either platforms or account_ids.
textstringyesPost text content to validate

No output schema declared.

No examples provided.

social_api_verify_media_upload ~82

Confirm that a media file was successfully uploaded to the presigned URL. Call this after uploading the file via HTTP PUT to the URL from social_api_get_media_upload_url. Once verified, the media_id can be included in social_api_create_post's media_ids array.

NameTypeReqDescription
media_idstringyesMedia ID returned by social_api_get_media_upload_url

No output schema declared.

No examples provided.