Social Media
getsocialclaw.com
A server for managing social media accounts, including connecting accounts, uploading media, and validating publishing schedules.
ENDPOINT 1
https://getsocialclaw.com/mcp
MCP server metadata
- Name
- socialclaw
- Version
- 0.1.15
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
account_capabilitiesGet publish capabilities and provider rules for connected accounts: what media is allowed, text limits, and whether publishing is currently possible.
Potential side effectsvalidate_scheduleValidate a schedule document against provider rules, media limits, account state, and publish times WITHOUT creating any posts.
Potential side effectspreview_campaignPreview how a campaign schedule document expands into concrete posts and steps without creating anything.
Inferred read-onlypublish_draftPublish a previously created draft run, optionally at a given ISO-8601 start time.
Potential side effectslist_assetsList media (images/videos) the user has uploaded to their SocialClaw library, newest first.
Inferred read-onlyrefresh_analyticsFetch fresh analytics for a published post from the provider and store a new snapshot, then return it.
Potential side effectslist_instagram_mediaList an Instagram account's recent posts (caption, permalink, timestamp, comment count) so you can find one to read or moderate comments on.
Inferred read-onlydelete_instagram_commentPermanently delete an Instagram comment on the user's media.
Potential side effectsget_instagram_media_insightsGet analytics for one Instagram post (reach, likes, comments, saved, shares, views).
Potential side effectsget_instagram_profileGet an Instagram account's profile stats: followers, follows, media count, bio.
Inferred read-onlyget_instagram_account_insightsGet an Instagram account's insight trend (a daily time series, e.g.
Inferred read-onlylist_instagram_mentionsList recent @mentions of the workspace's Instagram accounts (captured from Instagram mention webhooks).
Inferred read-onlylist_instagram_conversationsList the Instagram direct-message conversations for an account, most recent first.
Potential side effectsget_instagram_messagesRead the messages in an Instagram direct-message conversation.
Potential side effectssend_instagram_messageSend an Instagram direct message — a text reply, or an image/video attachment via attachment_url.
Potential side effectsworkspace_healthGet workspace health, including connection state across providers.
Inferred read-onlyCONNECT 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.
getsocialclaw.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.