{"name":"Saidot MCP Server","version":"0.6.0","description":"Multi-MCP server for Saidot AI Governance Platform","mode":"stateless","mcps":{"governance":{"path":"/governance","description":"AI governance platform data (systems, risks, compliance)","authentication":{"type":"oauth2","header":"Authorization: Bearer <jwt-access-token>","description":"Requires an OAuth 2.1 JWT access token. See /.well-known/oauth-protected-resource for authorization server details."}},"library":{"path":"/library","description":"Curated AI governance library (risks, models, policies, products)","authentication":{"type":"oauth2","header":"Authorization: Bearer <jwt-access-token>","description":"Requires an OAuth 2.1 JWT access token. See /.well-known/oauth-protected-resource for authorization server details."}},"docs":{"path":"/docs","description":"Saidot documentation and help content","authentication":{"type":"none","description":"No authentication required - public access."}}},"legacy":{"mcp":{"path":"/mcp","description":"Deprecated. Use /governance instead.","authentication":{"type":"oauth2","header":"Authorization: Bearer <jwt-access-token>"}}},"oauth":{"protected_resource_metadata":"/.well-known/oauth-protected-resource","description":"OAuth 2.1 JWT validation is active. Tokens are validated against the configured JWKS endpoint."},"endpoints":{"governance":"/governance","library":"/library","docs":"/docs","health":"/health","readiness":"/health/ready","oauth_metadata":"/.well-known/oauth-protected-resource"},"documentation":"https://github.com/Saidot-Ltd/saidot-api-mcp"}