generated: '2026-07-18' method: searched source: https://mcp.corvera.ai/.well-known/oauth-authorization-server docs: https://docs.corvera.ai/quickstart summary: types: [oauth2, openIdConnect] oauth2_flows: [authorizationCode] api_key_in: [] interface: mcp schemes: - name: OAuth2 type: oauth2 flows: authorizationCode: authorizationUrl: https://mcp.corvera.ai/authorize tokenUrl: https://mcp.corvera.ai/token registrationUrl: https://mcp.corvera.ai/register scopes: openid: OpenID Connect authentication email: User email address profile: Basic user profile user:org:read: Read the user's organization/workspace context pkce: S256 grant_types: [authorization_code, refresh_token] token_endpoint_auth_methods: [client_secret_post, client_secret_basic] dynamic_client_registration: true client_id_metadata_document_supported: true sources: [well-known/corvera-oauth-authorization-server.json] flow: description: >- Corvera authenticates over its hosted MCP server. On first connect the AI tool opens a Corvera sign-in popup; the user authorizes the OAuth connection to link the tool to their workspace data. Dynamic client registration and PKCE (S256) are supported, so MCP clients can register automatically. After authorization, callable tools are gated by the account's connected integrations and role-based dataset access controls. verify_step: "Run list_my_integrations to confirm the connection."