Era · OAuth Scopes

Era OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://forge.era.app/oauth/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.

CompanyFintechArtificial IntelligencePersonal FinanceWealth ManagementModel Context ProtocolMCPAgent NativeOpen BankingOAuth
Scopes: 10 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://forge.era.app/oauth/authorize
Token URL
https://forge.era.app/oauth/token
Flows
authorizationCode

Scopes (10)

ScopeDescriptionFlows
mcp:discovery Discover the Era Context MCP server and its tool catalog
mcp:tools-basic Invoke read-oriented (basic) MCP tools
mcp:tools-write Invoke write-capable MCP tools (account/transaction modifications)
mcp:billing-write Perform billing changes (subscription upgrade/cancel/manage); required separately from other write scopes and gated by extra consent
mcp:resources-read Read MCP resources exposed by the server
offline_access Obtain a refresh token for long-lived, offline agent access
banking:read Read connected banking data (balances, accounts, transactions)
banking:write Modify banking-related data (rules, categories, transaction fields, transfer links)
social:read Read social/referral program data
social:write Modify social/referral program data

Source

OAuth Scopes

era-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://context.era.app/.well-known/oauth-protected-resource
docs: https://era.app/help/mcp-server-era-context
authorization_server: https://forge.era.app
schemes:
- name: OAuth2
  source: https://context.era.app/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://forge.era.app/oauth/authorize
    tokenUrl: https://forge.era.app/oauth/token
    registrationUrl: https://forge.era.app/oauth/register
    pkce: S256
scopes:
- scope: mcp:discovery
  description: Discover the Era Context MCP server and its tool catalog
- scope: mcp:tools-basic
  description: Invoke read-oriented (basic) MCP tools
- scope: mcp:tools-write
  description: Invoke write-capable MCP tools (account/transaction modifications)
- scope: mcp:billing-write
  description: Perform billing changes (subscription upgrade/cancel/manage); required
    separately from other write scopes and gated by extra consent
- scope: mcp:resources-read
  description: Read MCP resources exposed by the server
- scope: offline_access
  description: Obtain a refresh token for long-lived, offline agent access
- scope: banking:read
  description: Read connected banking data (balances, accounts, transactions)
- scope: banking:write
  description: Modify banking-related data (rules, categories, transaction fields, transfer links)
- scope: social:read
  description: Read social/referral program data
- scope: social:write
  description: Modify social/referral program data