{
  "serverInfo": {
    "name": "Xpert",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.xpert.so/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "description": "Grow on X (Twitter): draft, schedule, analyze, and engage — over MCP.",
  "documentation": "https://xpert.so/developers",
  "transports": [
    {
      "type": "streamable-http",
      "endpoint": "https://mcp.xpert.so/mcp"
    },
    {
      "type": "sse",
      "endpoint": "https://mcp.xpert.so/sse"
    },
    {
      "type": "streamable-http",
      "endpoint": "https://mcp.xpert.so/mcp/public",
      "authorization": "none",
      "description": "Unauthenticated discovery endpoint: resources only (quickstart, tool index, OpenAPI, llms.txt). Connect to /mcp with OAuth to act."
    }
  ],
  "authorization": {
    "type": "oauth2",
    "protectedResourceMetadata": "https://mcp.xpert.so/.well-known/oauth-protected-resource"
  }
}