{"openapi":"3.1.0","info":{"title":"NPaaS API","version":"0.4.0","description":"Public Nuclear Power as a Service information, service catalog, health, and read-only MCP tools. This API does not assert live facility operation or regulatory status."},"servers":[{"url":"https://npaas.platphormnews.com","description":"Canonical production"}],"security":[],"components":{"securitySchemes":{"platphormApiKeyBearer":{"type":"http","scheme":"bearer","description":"Protected actions use Authorization: Bearer $PLATPHORM_API_KEY."},"platphormApiKeyHeader":{"type":"apiKey","in":"header","name":"X-PlatPhorm-API-Key","description":"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":"Native read-only MCP metadata"}}},"post":{"summary":"MCP JSON-RPC 2.0","responses":{"200":{"description":"JSON-RPC result or error"}}}}}}