Harmonic.ai · OAuth Scopes

Harmonic.ai OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://mcp.api.harmonic.ai/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.

startup-intelligenceventure-capitalcompany-datapeople-datainvestor-datafunding-datadata-enrichmentsales-intelligencemarket-intelligencegraphqlmcpagent-native
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://mcp.api.harmonic.ai/authorize
Token URL
https://mcp.api.harmonic.ai/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
read Read access to Harmonic data (companies, people, investors, saved searches, lists) via the OAuth-protected MCP server. authorizationCode
write Write access — create/update lists, list entries, and custom field values via the OAuth-protected MCP server. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-22'
method: searched
source: https://mcp.api.harmonic.ai/.well-known/oauth-authorization-server
docs: https://console.harmonic.ai/docs/api-reference/introduction
schemes:
  - name: oauth2
    source: well-known/harmonic-ai-mcp-oauth-authorization-server.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://mcp.api.harmonic.ai/authorize
        tokenUrl: https://mcp.api.harmonic.ai/token
        pkce: S256
scopes:
  - scope: read
    description: Read access to Harmonic data (companies, people, investors, saved searches, lists) via the OAuth-protected MCP server.
    flows: [authorizationCode]
    sources: [well-known/harmonic-ai-mcp-oauth-authorization-server.json]
  - scope: write
    description: Write access — create/update lists, list entries, and custom field values via the OAuth-protected MCP server.
    flows: [authorizationCode]
    sources: [well-known/harmonic-ai-mcp-oauth-authorization-server.json]
notes: >-
  Scopes are advertised by the MCP OAuth authorization-server and protected-resource metadata
  (scopes_supported: [read, write]). The REST/GraphQL API is API-key authenticated and exposes no
  additional OAuth scope surface.