{"openapi":"3.1.0","info":{"title":"Backyard Brawl Wrestling API","version":"0.4.0","description":"Public roster discovery, health, feeds, and MCP tools for Backyard Brawl Wrestling."},"servers":[{"url":"https://wrestling.platphormnews.com","description":"Canonical production"}],"security":[],"components":{"securitySchemes":{"platphormApiKeyBearer":{"type":"http","scheme":"bearer","description":"Reserved protected actions use Authorization: Bearer $PLATPHORM_API_KEY."},"platphormApiKeyHeader":{"type":"apiKey","in":"header","name":"X-PlatPhorm-API-Key","description":"Reserved protected actions use X-PlatPhorm-API-Key: $PLATPHORM_API_KEY."}}},"paths":{"/api/health":{"get":{"summary":"Public health","responses":{"200":{"description":"Measured application health"}}}},"/api/v1/health":{"get":{"summary":"Versioned public health","responses":{"200":{"description":"Measured application health"}}}},"/api/mcp":{"get":{"summary":"MCP metadata","responses":{"200":{"description":"MCP usage and real tool count"}}},"post":{"summary":"MCP JSON-RPC 2.0","responses":{"200":{"description":"JSON-RPC result or error"}}}}}}