Cumbuca · OAuth Scopes

Cumbuca OAuth Scopes

OAuth 2.0 searched

Cumbuca publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Cumbuca API on a user’s behalf.

Tokens are issued from https://idc.cumbuca.com/realms/cumbuca-mcp/protocol/openid-connect/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyFintechOpen FinancePixPaymentsBankingBrazilOpen BankingFinancial DataMCP
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://idc.cumbuca.com/realms/cumbuca-mcp/protocol/openid-connect/auth
Token URL
https://idc.cumbuca.com/realms/cumbuca-mcp/protocol/openid-connect/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid OIDC authentication of the end user. authorizationCode
profile Basic profile claims for the authenticated user. authorizationCode
offline_access Refresh-token issuance for long-lived MCP sessions. authorizationCode
open-finance Access to the user's Open Finance data (bank statements, credit-card transactions) surfaced through the Cumbuca Open Finance Data MCP server. authorizationCode

Source

OAuth Scopes

cumbuca-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://mcp.cumbuca.com/.well-known/oauth-protected-resource
docs: https://mcp.cumbuca.com/.well-known/oauth-protected-resource
schemes:
  - name: cumbuca-mcp
    source: https://idc.cumbuca.com/realms/cumbuca-mcp
    flows:
      - flow: authorizationCode
        authorizationUrl: https://idc.cumbuca.com/realms/cumbuca-mcp/protocol/openid-connect/auth
        tokenUrl: https://idc.cumbuca.com/realms/cumbuca-mcp/protocol/openid-connect/token
scopes:
  - scope: openid
    description: OIDC authentication of the end user.
    flows: [authorizationCode]
    sources: [https://mcp.cumbuca.com/.well-known/oauth-protected-resource]
  - scope: profile
    description: Basic profile claims for the authenticated user.
    flows: [authorizationCode]
    sources: [https://mcp.cumbuca.com/.well-known/oauth-protected-resource]
  - scope: offline_access
    description: Refresh-token issuance for long-lived MCP sessions.
    flows: [authorizationCode]
    sources: [https://mcp.cumbuca.com/.well-known/oauth-protected-resource]
  - scope: open-finance
    description: >
      Access to the user's Open Finance data (bank statements, credit-card
      transactions) surfaced through the Cumbuca Open Finance Data MCP server.
    flows: [authorizationCode]
    sources: [https://mcp.cumbuca.com/.well-known/oauth-protected-resource]
notes: >
  Scopes read verbatim from the MCP server's RFC 9728 protected-resource
  metadata (scopes_supported). Tokens are mTLS certificate-bound.