Pointfive · OAuth Scopes

Pointfive OAuth Scopes

OAuth 2.0 searched

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

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

CompanyCloud SaasFinOpsCloud Cost OptimizationCloud InfrastructureKubernetesAI InfrastructureMCP
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://mcp.pointfive.co/authorize
Token URL
https://mcp.pointfive.co/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
api:read Read access to PointFive data (opportunities, resources, anomalies, commitments). authorizationCode
api:write Write access to PointFive data. authorizationCode

Source

OAuth Scopes

pointfive-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://mcp.pointfive.co/.well-known/oauth-authorization-server
docs: https://www.pointfive.co/mcp
schemes:
- name: OAuth2
  source: well-known/pointfive-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://mcp.pointfive.co/authorize
    tokenUrl: https://mcp.pointfive.co/token
scopes:
- scope: api:read
  description: Read access to PointFive data (opportunities, resources, anomalies, commitments).
  flows: [authorizationCode]
  sources: [well-known/pointfive-oauth-authorization-server.json]
- scope: api:write
  description: Write access to PointFive data.
  flows: [authorizationCode]
  sources: [well-known/pointfive-oauth-authorization-server.json]