Cloverleaf AI · OAuth Scopes

Cloverleaf AI OAuth Scopes

OAuth 2.0 probed

Cloverleaf AI 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 Cloverleaf AI API on a user’s behalf.

Tokens are issued from https://auth.cloverleaf.ai/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.

CompanyGovernmentB2GSales IntelligencePublic SectorGovTechProcurementRFPLegislative IntelligenceSpeech-to-TextArtificial Intelligence
Scopes: 4 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://auth.cloverleaf.ai/authorize
Token URL
https://auth.cloverleaf.ai/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token. authorizationCode
profile Basic profile claims (name, nickname, picture). authorizationCode
email Email address and verification status claims. authorizationCode
offline_access Issue a refresh token so the agent session survives access-token expiry. authorizationCode

Source

OAuth Scopes

cloverleaf-ai-scopes.yml Raw ↑
generated: '2026-08-14'
method: probed
source: >-
  https://mcp.cloverleaf.ai/.well-known/oauth-protected-resource,
  https://auth.cloverleaf.ai/.well-known/openid-configuration

# No OpenAPI exists to derive scopes from; these are read straight from the live
# OAuth/OIDC discovery documents. Cloverleaf AI publishes no scopes reference page.

schemes:
- name: mcp-oauth2
  source: well-known/cloverleaf-ai-oauth-protected-resource.json
  resource: https://mcp.cloverleaf.ai/
  authorization_servers: [https://auth.cloverleaf.ai/]
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.cloverleaf.ai/authorize
    tokenUrl: https://auth.cloverleaf.ai/oauth/token

# Scopes the MCP protected resource declares it accepts (RFC 9728 scopes_supported).
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token.
  flows: [authorizationCode]
  sources: [well-known/cloverleaf-ai-oauth-protected-resource.json]
- scope: profile
  description: Basic profile claims (name, nickname, picture).
  flows: [authorizationCode]
  sources: [well-known/cloverleaf-ai-oauth-protected-resource.json]
- scope: email
  description: Email address and verification status claims.
  flows: [authorizationCode]
  sources: [well-known/cloverleaf-ai-oauth-protected-resource.json]
- scope: offline_access
  description: Issue a refresh token so the agent session survives access-token expiry.
  flows: [authorizationCode]
  sources: [well-known/cloverleaf-ai-oauth-protected-resource.json]

finding: >-
  The MCP server declares ONLY the four standard OIDC/OAuth identity scopes. There is no
  resource-scoped permission vocabulary — nothing like read:meetings, read:opportunities
  or write:salesforce — so the token an agent obtains carries no least-privilege signal
  about which Cloverleaf AI data or tools it may reach. Authorization is therefore
  enforced entirely server-side against the authenticated user's tenant entitlements.
  This is a genuine gap in the contract, recorded rather than papered over: it is the
  single most useful thing the provider could publish next for agent consumers.

x-evidence:
- url: https://mcp.cloverleaf.ai/.well-known/oauth-protected-resource
  http_status: 200
- url: https://auth.cloverleaf.ai/.well-known/openid-configuration
  http_status: 200

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/cloverleaf-ai-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.