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.ndesv21/socialclaw

REMOTE · GETSOCIALCLAW.COM · 2 COMPONENTS · SCANNED AUG 3

Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

+4 this week 67 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 Security60
Transport & Reachability100
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1492 tokens (~82/item across 18 items; 18 tools + 0 resources), lean.Pass
  • 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 Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 73% of tool parameters carry a description.Partial
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 · getsocialclaw.com

# add to Claude Code
claude mcp add --transport http ndesv21-socialclaw https://getsocialclaw.com/mcp
# ~/.codex/config.toml
[mcp_servers.ndesv21-socialclaw]
url = "https://getsocialclaw.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ndesv21-socialclaw": {
      "type": "remote",
      "url": "https://getsocialclaw.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ndesv21-socialclaw --url https://getsocialclaw.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ndesv21-socialclaw:
    url: "https://getsocialclaw.com/mcp"
// mcp.json
{
  "mcpServers": {
    "ndesv21-socialclaw": {
      "type": "http",
      "url": "https://getsocialclaw.com/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

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

  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1

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

  • 28 Jul 26 +1

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

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 62

    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://getsocialclaw.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=getsocialclaw.com CN=YR2,O=Let's Encrypt,C=US 17 Jul 2026 15 Oct 2026 RSA 2048 SHA256-RSA 5ba5f99c96690c974385476234d847233b7
SANs: getsocialclaw.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC secure

Validation of getsocialclaw.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
getsocialclaw.com. present 7835 13 Verified
getsocialclaw.com. Verified address RRset verified with the apex keys
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
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://getsocialclaw.com/mcp Verified 200
http (plaintext) http://getsocialclaw.com/mcp HTTPS enforced 301 https://getsocialclaw.com/mcp
MCP tools — 18 exposed · ~1,364 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
account_capabilities ~72

Get publish capabilities and provider rules for connected accounts: what media is allowed, text limits, and whether publishing is currently possible. Pass accountId for one account, or provider to filter, or neither for all.

NameTypeReqDescription
accountIdstringOptional account id.
providerstringOptional provider filter.

No output schema declared.

No examples provided.

apply_schedule ~158

Create a publishing run from a schedule document. Posts are scheduled or published through connected accounts. Send an idempotencyKey so retries do not create duplicate runs.

NameTypeReqDescription
idempotencyKeystringStable key to deduplicate retries.
scheduleobjectyesSocialClaw schedule document. Minimal shape: { timezone, posts: [{ account, name, description, publish_at, media_link? }] }. Campaign documents use { timezone, campaigns: [...] }. Per-post provider s…

No output schema declared.

No examples provided.

cancel_post ~24

Cancel a scheduled post before it publishes.

NameTypeReqDescription
postIdstringyes

No output schema declared.

No examples provided.

connect_account ~104

Start connecting a new social account. For OAuth providers this returns an authorizeUrl the user must open in a browser. Telegram requires botToken and chatId; Discord requires webhookUrl.

NameTypeReqDescription
botTokenstringTelegram bot token (telegram only).
chatIdstringTelegram chat target, e.g. @yourchannel (telegram only).
providerstringyesProvider to connect.
webhookUrlstringDiscord channel webhook URL (discord only).

No output schema declared.

No examples provided.

get_analytics ~70

Get analytics snapshots for a post, an account, or a run. scope must be post, account, or run; id is the matching identifier.

NameTypeReqDescription
idstringyes
scopestringyes
windowstringOptional analytics window, e.g. 7d.

No output schema declared.

No examples provided.

get_post ~27

Get one post including its delivery state and provider identifiers.

NameTypeReqDescription
postIdstringyes

No output schema declared.

No examples provided.

list_accounts ~64

List connected social accounts in the SocialClaw workspace. Optionally filter by provider (x, facebook, instagram_business, instagram, linkedin, linkedin_page, pinterest, tiktok, telegram, discord, youtube, reddit, wordpress).

NameTypeReqDescription
providerstringOptional provider filter.

No output schema declared.

No examples provided.

list_assets ~178

List media (images/videos) the user has uploaded to their SocialClaw library, newest first. Each asset includes a publicUrl usable directly as media_link in validate_schedule/apply_schedule. Use this to find a previously uploaded file (e.g. from the dashboard) to post. Optionally filter by kind (image/video), mime, or a text query over filename/id.

NameTypeReqDescription
kindstringFilter by media kind: image or video.
limitnumberMaximum assets to return. Defaults to 24, capped at 48.
mimestringOptional mime prefix filter, e.g. video/mp4.
querystringOptional text match over filename, id, kind, mime, or url.
sortstringcreated_desc (default, newest first) or created_asc.

No output schema declared.

No examples provided.

list_posts ~101

List posts in the workspace with optional filters.

NameTypeReqDescription
accountstringAccount handle filter.
campaignIdstring
limitnumberMaximum posts to return. Defaults to 20 and is capped at 50.
offsetnumberOffset for paging through results.
providerstring
runIdstring
statusstringe.g. scheduled, published, failed, canceled.

No output schema declared.

No examples provided.

post_attempts ~35

List publish attempts for a post, including provider errors. Use this to debug failed posts.

NameTypeReqDescription
postIdstringyes

No output schema declared.

No examples provided.

preview_campaign ~126

Preview how a campaign schedule document expands into concrete posts and steps without creating anything.

NameTypeReqDescription
scheduleobjectyesSocialClaw schedule document. Minimal shape: { timezone, posts: [{ account, name, description, publish_at, media_link? }] }. Campaign documents use { timezone, campaigns: [...] }. Per-post provider s…

No output schema declared.

No examples provided.

publish_draft ~54

Publish a previously created draft run, optionally at a given ISO-8601 start time.

NameTypeReqDescription
runIdstringyesDraft run id.
startAtstringOptional ISO-8601 publish start time.

No output schema declared.

No examples provided.

retry_post ~21

Retry a failed post.

NameTypeReqDescription
postIdstringyes

No output schema declared.

No examples provided.

run_status ~28

Get the status summary of a publishing run and its posts.

NameTypeReqDescription
runIdstringyes

No output schema declared.

No examples provided.

upload_asset ~105

Upload media (image or video) to SocialClaw hosted storage. Provide either sourceUrl (a public URL the server downloads) or contentBase64. Returns an asset id and a public URL usable as media_link in schedules.

NameTypeReqDescription
contentBase64stringBase64-encoded file content (alternative to sourceUrl).
filenamestringyesFilename including extension, e.g. launch.png.
sourceUrlstringPublic URL to download the media from.

No output schema declared.

No examples provided.

validate_schedule ~139

Validate a schedule document against provider rules, media limits, account state, and publish times WITHOUT creating any posts. Always run this before apply_schedule.

NameTypeReqDescription
scheduleobjectyesSocialClaw schedule document. Minimal shape: { timezone, posts: [{ account, name, description, publish_at, media_link? }] }. Campaign documents use { timezone, campaigns: [...] }. Per-post provider s…

No output schema declared.

No examples provided.

workspace_health ~41

Get workspace health, including connection state across providers. Pass provider to check one provider's connections.

NameTypeReqDescription
providerstringOptional provider to check connection health for.

No output schema declared.

No examples provided.

workspace_usage ~17

Get workspace usage counters and plan entitlement consumption.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.