Ambrook · OAuth Scopes

Ambrook OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://ambrook.com/api/v1/oauth/mcp/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.

CompanyFintechAgricultureAccountingBookkeepingPaymentsFarm ManagementMCP
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://ambrook.com/oauth/mcp/authorize
Token URL
https://ambrook.com/api/v1/oauth/mcp/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
mcp:readonly_graphql Read-only access to the Ambrook GraphQL data surface via the MCP server authorizationCode
mcp:gateway MCP gateway access authorizationCode
mcp:readonly_admin Read-only administrative access via the MCP server authorizationCode
external_mcp:read External MCP read access authorizationCode
export:download Download exported reports and data authorizationCode

Source

OAuth Scopes

ambrook-scopes.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://ambrook.com/.well-known/oauth-authorization-server
docs: https://ambrook.com/.well-known/oauth-authorization-server
schemes:
- name: OAuth2
  source: well-known/ambrook-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ambrook.com/oauth/mcp/authorize
    tokenUrl: https://ambrook.com/api/v1/oauth/mcp/token
scopes:
- scope: mcp:readonly_graphql
  description: Read-only access to the Ambrook GraphQL data surface via the MCP server
  flows: [authorizationCode]
  sources: [well-known/ambrook-oauth-authorization-server.json]
- scope: mcp:gateway
  description: MCP gateway access
  flows: [authorizationCode]
  sources: [well-known/ambrook-oauth-authorization-server.json]
- scope: mcp:readonly_admin
  description: Read-only administrative access via the MCP server
  flows: [authorizationCode]
  sources: [well-known/ambrook-oauth-authorization-server.json]
- scope: external_mcp:read
  description: External MCP read access
  flows: [authorizationCode]
  sources: [well-known/ambrook-oauth-authorization-server.json]
- scope: export:download
  description: Download exported reports and data
  flows: [authorizationCode]
  sources: [well-known/ambrook-oauth-authorization-server.json]