mcpbeat

Socialclaw MCP Server

io.github.ndesv21/socialclaw
answering

Socialclaw is answering right now. Last checked 8 min ago. 273 installs a week from npm. It exposes 18 tools. Last commit 27 Jul 2026.

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

Installs per day peak 161 · avg 29 · +1% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
18
Tools
read from the server
364 ms
Response time
average over 24h
273
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add socialclaw --transport http https://getsocialclaw.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "socialclaw": {
      "url": "https://getsocialclaw.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.socialclaw]
url = "https://getsocialclaw.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "socialclaw": {
      "url": "https://getsocialclaw.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "socialclaw": {
      "url": "https://getsocialclaw.com/mcp"
    }
  }
}

Available tools 18

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

post
get_post
Get one post including its delivery state and provider identifiers.
post_attempts
List publish attempts for a post, including provider errors. Use this to debug failed posts.
workspace
workspace_health
Get workspace health, including connection state across providers. Pass provider to check one provider's connections.
workspace_usage
Get workspace usage counters and plan entitlement consumption.
account
account_capabilities
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.
accounts
list_accounts
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).
analytics
get_analytics
Get analytics snapshots for a post, an account, or a run. scope must be post, account, or run; id is the matching identifier.
apply
apply_schedule
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.
assets
list_assets
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.
cancel
cancel_post
Cancel a scheduled post before it publishes.
connect
connect_account
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.
posts
list_posts
List posts in the workspace with optional filters.
preview
preview_campaign
Preview how a campaign schedule document expands into concrete posts and steps without creating anything.
publish
publish_draft
Publish a previously created draft run, optionally at a given ISO-8601 start time.
retry
retry_post
Retry a failed post.
status
run_status
Get the status summary of a publishing run and its posts.
upload
upload_asset
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.
validate
validate_schedule
Validate a schedule document against provider rules, media limits, account state, and publish times WITHOUT creating any posts. Always run this before apply_schedule.

Endpoints

URLTransportStateLatencyChecked
https://getsocialclaw.com/mcp streamable-http answering 240 ms 8 min ago

Socialclaw — questions

Answers built from our own checks of this server.

What can Socialclaw do?
It exposes 18 tools, read directly from the server on our last check. Among them: account_capabilities, apply_schedule, cancel_post, connect_account, get_analytics, get_post and 12 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Socialclaw mostly used for?
Its tools cluster around post and workspace. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Socialclaw working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 364 ms. The bar chart above shows every period we have measured.
How do I connect Socialclaw?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Socialclaw need an API key?
No. Socialclaw completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 18 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Socialclaw?
It answers our handshake in 364 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Socialclaw?
The npm package socialclaw was installed 273 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Socialclaw open source?
Yes — it is published under the MIT licence, written in JavaScript and 74 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.