Birdeye · OAuth Scopes

Birdeye OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://mcp.birdeye.com/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.

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationArtificial Intelligence
Scopes: 3 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://mcp.birdeye.com/authorize
Token URL
https://mcp.birdeye.com/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid Verify your identity. authorizationCode
profile Access your name and profile info. authorizationCode
email Identify your Birdeye account. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: probed
source: https://mcp.birdeye.com/.well-known/oauth-authorization-server
docs: https://docs.birdeye.com/mcp/authentication
applies_to: the Birdeye MCP server only
not_applicable_to: >-
  The Birdeye REST API at api.birdeye.com has no OAuth surface — it is API-key only, so
  it has no scope model. Permissions there are carried by the account the key belongs to.
schemes:
- name: oauth2
  surface: https://mcp.birdeye.com/mcp
  source: https://mcp.birdeye.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://mcp.birdeye.com/authorize
    tokenUrl: https://mcp.birdeye.com/token
    registrationUrl: https://mcp.birdeye.com/register
    revocationUrl: https://mcp.birdeye.com/revoke
    code_challenge_methods: [S256]
scopes:
- scope: openid
  description: Verify your identity.
  flows: [authorizationCode]
  sources: [https://mcp.birdeye.com/.well-known/oauth-authorization-server,
    https://docs.birdeye.com/mcp/authentication]
- scope: profile
  description: Access your name and profile info.
  flows: [authorizationCode]
  sources: [https://mcp.birdeye.com/.well-known/oauth-authorization-server,
    https://docs.birdeye.com/mcp/authentication]
- scope: email
  description: Identify your Birdeye account.
  flows: [authorizationCode]
  sources: [https://mcp.birdeye.com/.well-known/oauth-authorization-server,
    https://docs.birdeye.com/mcp/authentication]
scope_count: 3
analysis:
  granularity: identity-only
  finding: >-
    All three scopes are OIDC identity scopes. Birdeye publishes NO resource scopes —
    nothing that distinguishes review access from listing access from ticket access, and
    nothing that names a data domain at all. Authorization is enforced entirely by the
    Birdeye account behind the login: "Every tool call is scoped to the Birdeye business
    associated with your account." An agent granted access gets everything that account
    can read.
  write_access: >-
    None requested or granted. Birdeye documents every MCP tool as read-only, which is
    what keeps the coarse scope model from being dangerous.
  consent_granularity: >-
    A user cannot consent to a subset of their Birdeye data through OAuth; the only
    consent decision is all-or-nothing per account.
x-evidence:
- url: https://mcp.birdeye.com/.well-known/oauth-authorization-server
  http_status: 200
  fetched: '2026-08-13'
- url: https://mcp.birdeye.com/.well-known/oauth-protected-resource/mcp
  http_status: 200
  scopes_supported: [openid, profile, email]
  fetched: '2026-08-13'

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/birdeye-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.