Serverscom.woopsocial/mcp
M

WoopSocial Social Media MCP

com.woopsocial/mcp · v1.0.8
● Remote
v1.0.8remote🌐 https://api.woopsocial.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.woopsocial/mcp",
  "description": "Post to social media (Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more)",
  "title": "WoopSocial Social Media MCP",
  "repository": {
    "url": "https://github.com/WoopSocial/mcp",
    "source": "github"
  },
  "version": "1.0.8",
  "websiteUrl": "https://docs.woopsocial.com/mcp/overview",
  "icons": [
    {
      "src": "https://woopsocial.com/logo.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.woopsocial.com/mcp",
      "headers": [
        {
          "description": "Optional authorization header value in the format: Bearer <your WoopSocial API key>. Only needed if your MCP client does not support OAuth either via CIMD or DCR.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}