Skip to main content

WoopSocial MCP

WoopSocial exposes a Model Context Protocol (MCP) server so AI assistants and autonomous agents can manage social content with structured tools instead of ad hoc HTTP calls.
Create your API key in WoopSocial dashboard -> API. MCP uses the same API key and permissions as the REST API.

Endpoint

ItemValue
MCP URLhttps://api.woopsocial.com/mcp?api_key=YOUR_API_KEY
TransportStreamable HTTP
Treat API keys like production passwords. They can publish posts, delete content, and disconnect accounts when tools are invoked.

What the server does

The WoopSocial MCP server mirrors the same core capabilities as our API:
  • Projects - discover the projects available to the authenticated key.
  • Social Accounts - list connected profiles and their platform-specific input options.
  • Posts - create, list, read, validate, and delete scheduled content.
  • Media - upload files and manage media attached to posts.
  • Webhooks - register delivery callbacks for post events.
  • Health - verify connectivity.

Relationship to the REST API

  • Parity: MCP tools use the same backend logic as https://api.woopsocial.com/v1.
  • Choose MCP when you want your AI agent to talk to WoopSocial.
  • Choose API for servers, webhooks, apps.

Next steps

Client setup

Claude Desktop, Claude Code, Cursor, and other Streamable HTTP clients.

Tools reference

Full list of MCP tool names grouped by domain.