{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "manypost MCP Server",
    "version": "1.0.0",
    "title": "manypost - Multichannel Post Scheduling & Analytics MCP",
    "description": "Exposes manypost multichannel scheduling, social channels management, AI copywriting, analytics, media uploads, webhooks, and Kanban workflow management to AI agents over MCP."
  },
  "endpoint": "https://manypost.com.br/api/mcp",
  "transport": "sse",
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "subscribe": true,
      "listChanged": true
    },
    "prompts": {
      "listChanged": true
    }
  },
  "authentication": {
    "type": "oauth2",
    "authorizationServer": "https://manypost.com.br/.well-known/oauth-authorization-server",
    "scopes": [
      "posts:read",
      "posts:write",
      "channels:read",
      "channels:write",
      "media:write",
      "analytics:read",
      "webhooks:manage",
      "mcp"
    ]
  }
}
