{
  "schema_version": "2024-11-05",
  "name": "playeros",
  "title": "PlayerOS",
  "description": "PlayerOS MCP server — drive the casino marketing platform (players, campaigns, journeys, compliance) with AI agent tools.",
  "icon": "https://playeros.ai/pwa-icon-512.png",
  "logo": "https://playeros.ai/pwa-icon-512.png",
  "category": "Marketing & CRM",
  "homepage": "https://playeros.ai",
  "url": "https://api.playeros.ai/api/mcp",
  "endpoint": "https://api.playeros.ai/api/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2024-11-05",
  "servers": [
    {
      "name": "playeros",
      "url": "https://api.playeros.ai/api/mcp",
      "transport": "streamable-http",
      "protocolVersion": "2024-11-05",
      "authentication": {
        "type": "apiKey",
        "header": "X-Api-Key",
        "note": "Authorization: Bearer pk_… is also accepted.",
        "instructions": "Generate a property-scoped API key in Settings → API Keys at https://playeros.ai. Keys carry read/write scopes."
      }
    },
    {
      "name": "playeros-web",
      "url": "https://playeros.ai/mcp",
      "transport": "streamable-http",
      "protocolVersion": "2024-11-05",
      "note": "WebMCP surface — same server reachable at the apex /mcp for browser-based agents.",
      "authentication": {
        "type": "apiKey",
        "header": "X-Api-Key",
        "note": "Authorization: Bearer pk_… is also accepted."
      }
    }
  ],
  "server_card": "https://playeros.ai/.well-known/mcp/server-card.json",
  "documentation": "https://playeros.ai/api-docs.md"
}
