Instrumentl · OAuth Scopes

Instrumentl OAuth Scopes

OAuth 2.0 searched

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

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

CompanyGrantsNonprofitFundraisingGrant ManagementFoundation DataPhilanthropyMCP
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.instrumentl.com/oauth/authorize
Token URL
https://www.instrumentl.com/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
mcp:read Read access to Instrumentl data via the remote MCP server (mcp.instrumentl.com). authorizationCode
mcp:write Write access to Instrumentl data via the remote MCP server (mcp.instrumentl.com). authorizationCode

Source

OAuth Scopes

instrumentl-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://mcp.instrumentl.com/.well-known/oauth-protected-resource
docs: https://www.instrumentl.com/.well-known/oauth-authorization-server
schemes:
  - name: OAuth2
    source: https://www.instrumentl.com/.well-known/oauth-authorization-server
    flows:
      - flow: authorizationCode
        authorizationUrl: https://www.instrumentl.com/oauth/authorize
        tokenUrl: https://www.instrumentl.com/oauth/token
        refreshUrl: https://www.instrumentl.com/oauth/token
        pkce: S256
scopes:
  - scope: mcp:read
    description: Read access to Instrumentl data via the remote MCP server (mcp.instrumentl.com).
    flows: [authorizationCode]
    sources: [https://mcp.instrumentl.com/.well-known/oauth-protected-resource]
  - scope: mcp:write
    description: Write access to Instrumentl data via the remote MCP server (mcp.instrumentl.com).
    flows: [authorizationCode]
    sources: [https://mcp.instrumentl.com/.well-known/oauth-protected-resource]
notes: >-
  Scopes are the two MCP scopes advertised by the OAuth authorization-server and
  protected-resource discovery documents. Instrumentl publishes no public REST
  API/OpenAPI, so these OAuth scopes govern the MCP surface only.