{
 "issuer": "https://mcp.olivo.finance",
 "authorization_endpoint": "https://mcp.olivo.finance/authorize",
 "token_endpoint": "https://mcp.olivo.finance/token",
 "registration_endpoint": "https://mcp.olivo.finance/register",
 "revocation_endpoint": "https://mcp.olivo.finance/revoke",
 "response_types_supported": [
  "code"
 ],
 "grant_types_supported": [
  "authorization_code",
  "refresh_token"
 ],
 "code_challenge_methods_supported": [
  "S256"
 ],
 "token_endpoint_auth_methods_supported": [
  "none"
 ],
 "scopes_supported": [
  "closing:read"
 ]
}