← Registry

Social Media

getsocialclaw.com

A server for managing social media accounts, including connecting accounts, uploading media, and validating publishing schedules.

1 endpoint32 known toolsFirst detected June 24, 2026Last detected September 12, 2026

ENDPOINT 1

https://getsocialclaw.com/mcp

No auth detected

MCP server metadata

Name
socialclaw
Version
0.1.15
Capabilities
tools
Server instructions

SocialClaw publishes social media posts through connected workspace accounts on X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest. Authenticate with `Authorization: Bearer <workspace API key>` from https://getsocialclaw.com/dashboard. Typical flow: list_accounts -> account_capabilities -> (list_assets to reuse an already-uploaded file, or upload_asset for a new one) -> validate_schedule -> apply_schedule -> run_status. To post media the user uploaded in the dashboard, call list_assets and use an asset's publicUrl as media_link.

Known tools 32

list_accounts

List connected social accounts in the SocialClaw workspace.

Inferred read-only
account_capabilities

Get publish capabilities and provider rules for connected accounts: what media is allowed, text limits, and whether publishing is currently possible.

Potential side effects
connect_account

Start connecting a new social account.

Inferred read-only
upload_asset

Upload media (image or video) to SocialClaw hosted storage.

Potential side effects
validate_schedule

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

Potential side effects
preview_campaign

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

Inferred read-only
apply_schedule

Create a publishing run from a schedule document.

Potential side effects
publish_draft

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

Potential side effects
list_posts

List posts in the workspace with optional filters.

Inferred read-only
list_assets

List media (images/videos) the user has uploaded to their SocialClaw library, newest first.

Inferred read-only
get_post

Get one post including its delivery state and provider identifiers.

Potential side effects
post_attempts

List publish attempts for a post, including provider errors.

Potential side effects
retry_post

Retry a failed post.

Potential side effects
cancel_post

Cancel a scheduled post before it publishes.

Potential side effects
run_status

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

Inferred read-only
get_analytics

Get analytics snapshots for a post, an account, or a run.

Potential side effects
refresh_analytics

Fetch fresh analytics for a published post from the provider and store a new snapshot, then return it.

Potential side effects
list_instagram_media

List an Instagram account's recent posts (caption, permalink, timestamp, comment count) so you can find one to read or moderate comments on.

Inferred read-only
get_instagram_comments

Read the comments (and replies) on an Instagram post.

Potential side effects
reply_instagram_comment

Reply to an Instagram comment on the user's media.

Inferred read-only
hide_instagram_comment

Hide or unhide an Instagram comment on the user's media.

Inferred read-only
delete_instagram_comment

Permanently delete an Instagram comment on the user's media.

Potential side effects
get_instagram_media_insights

Get analytics for one Instagram post (reach, likes, comments, saved, shares, views).

Potential side effects
get_instagram_profile

Get an Instagram account's profile stats: followers, follows, media count, bio.

Inferred read-only
get_instagram_account_insights

Get an Instagram account's insight trend (a daily time series, e.g.

Inferred read-only
react_instagram_message

React to a received Instagram direct message (e.g.

Potential side effects
list_instagram_mentions

List recent @mentions of the workspace's Instagram accounts (captured from Instagram mention webhooks).

Inferred read-only
list_instagram_conversations

List the Instagram direct-message conversations for an account, most recent first.

Potential side effects
get_instagram_messages

Read the messages in an Instagram direct-message conversation.

Potential side effects
send_instagram_message

Send an Instagram direct message — a text reply, or an image/video attachment via attachment_url.

Potential side effects
workspace_usage

Get workspace usage counters and plan entitlement consumption.

Inferred read-only
workspace_health

Get workspace health, including connection state across providers.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.socialclaw]
url = "https://getsocialclaw.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "socialclaw": {
      "type": "http",
      "url": "https://getsocialclaw.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: socialclaw
Remote MCP URL: https://getsocialclaw.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "socialclaw": {
      "url": "https://getsocialclaw.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "socialclaw": {
      "type": "http",
      "url": "https://getsocialclaw.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "socialclaw",
  "transport": "streamable-http",
  "url": "https://getsocialclaw.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for getsocialclaw.com was fetched 2026-07-31T16:27:06.601Z and is being refreshed.

Trust status Trusted

getsocialclaw.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.