← getsocialclaw.com

INDIVIDUAL MCP TOOL

cancel_post

Cancel a scheduled post before it publishes.

getsocialclaw.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

getsocialclaw.com

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.getsocialclaw-com]
url = "https://getsocialclaw.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: getsocialclaw-com
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": {
    "getsocialclaw-com": {
      "url": "https://getsocialclaw.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_accounts — List connected social accounts in the SocialClaw workspace.
  • account_capabilities — Get publish capabilities and provider rules for connected accounts: what media is allowed, text limits, and whether publishing is currently possible.
  • connect_account — Start connecting a new social account.
  • upload_asset — Upload media (image or video) to SocialClaw hosted storage.
  • validate_schedule — Validate a schedule document against provider rules, media limits, account state, and publish times WITHOUT creating any posts.
  • preview_campaign — Preview how a campaign schedule document expands into concrete posts and steps without creating anything.
  • apply_schedule — Create a publishing run from a schedule document.
  • publish_draft — Publish a previously created draft run, optionally at a given ISO-8601 start time.