LeadIQ · OAuth Scopes

LeadIQ OAuth Scopes

OAuth 2.0 probed

LeadIQ publishes 2 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the LeadIQ API on a user’s behalf.

Tokens are issued from https://leadiq-mcp-prod.us.auth0.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.

Sales IntelligenceB2B DataContact DataLead GenerationProspectingCRM EnrichmentSales EngagementGraphQLMCPRevenue OperationsGo-To-Market
Scopes: 2 Flows: authorizationCode, clientCredentials, deviceCode Method: probed

OAuth endpoints

Authorization URL
https://leadiq-mcp-prod.us.auth0.com/authorize
Token URL
https://leadiq-mcp-prod.us.auth0.com/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCode

Scopes (2)

ScopeDescriptionFlows
leadiq:api The single LeadIQ resource scope. Grants an MCP client access to the LeadIQ API surface behind mcp.leadiq.com/mcp with the signed-in user's own account permissions and credit balance. LeadIQ publishes no finer-grained per-tool or read/write split — all seventeen MCP tools, including the Salesforce export write, sit behind this one scope. authorizationCode
offline_access Issues a refresh token so the MCP client can keep the connection alive without re-prompting the user. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: probed
source: https://mcp.leadiq.com/.well-known/oauth-protected-resource
docs: https://developer.leadiq.com/
note: >-
  LeadIQ's OpenAPI and GraphQL surfaces declare no oauth2 security scheme — they are
  API-key surfaces (Basic for GraphQL, X-API-Key for Prospector REST). The only OAuth
  surface on the estate is the MCP connector at mcp.leadiq.com, and its scopes are
  published anonymously in RFC 9728 protected-resource metadata rather than in a spec
  or a docs page. `derive-oauth-scopes.py` found zero oauth2 schemes across the specs;
  everything below comes from the live well-known probe.
schemes:
- name: LeadIQ MCP OAuth 2.0
  source: https://mcp.leadiq.com/.well-known/oauth-protected-resource
  resource: https://mcp.leadiq.com/mcp
  authorization_server: https://leadiq-mcp-prod.us.auth0.com/
  bearer_methods_supported: [header]
  dynamic_client_registration: true
  registration_endpoint: https://leadiq-mcp-prod.us.auth0.com/oidc/register
  flows:
  - flow: authorizationCode
    authorizationUrl: https://leadiq-mcp-prod.us.auth0.com/authorize
    tokenUrl: https://leadiq-mcp-prod.us.auth0.com/oauth/token
    pkce: [S256, plain]
  - flow: clientCredentials
    tokenUrl: https://leadiq-mcp-prod.us.auth0.com/oauth/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://leadiq-mcp-prod.us.auth0.com/oauth/device/code
    tokenUrl: https://leadiq-mcp-prod.us.auth0.com/oauth/token
  revocation_endpoint: https://leadiq-mcp-prod.us.auth0.com/oauth/revoke
  jwks_uri: https://leadiq-mcp-prod.us.auth0.com/.well-known/jwks.json
scopes:
- scope: leadiq:api
  description: >-
    The single LeadIQ resource scope. Grants an MCP client access to the LeadIQ API
    surface behind mcp.leadiq.com/mcp with the signed-in user's own account
    permissions and credit balance. LeadIQ publishes no finer-grained per-tool or
    read/write split — all seventeen MCP tools, including the Salesforce export write,
    sit behind this one scope.
  flows: [authorizationCode]
  sources: ['https://mcp.leadiq.com/.well-known/oauth-protected-resource']
- scope: offline_access
  description: Issues a refresh token so the MCP client can keep the connection alive without re-prompting the user.
  flows: [authorizationCode]
  sources: ['https://mcp.leadiq.com/.well-known/oauth-protected-resource']
authorization_server_scopes_supported:
- openid
- profile
- offline_access
- name
- given_name
- family_name
- nickname
- email
- email_verified
- picture
- created_at
- identities
- phone
- address
authorization_server_note: >-
  Those are the Auth0 tenant's standard OIDC scopes advertised at
  leadiq-mcp-prod.us.auth0.com/.well-known/oauth-authorization-server. They are
  identity scopes, not LeadIQ resource scopes; only `leadiq:api` and `offline_access`
  are named by the protected-resource document as required for the MCP resource.
findings:
- >-
  Coarse authorization. One resource scope covers everything an agent can do,
  including ExportProspectToSalesforce, which writes an irreversible record into the
  customer's Salesforce org. There is no read-only scope an operator could grant to a
  research agent.
x-evidence:
  fetched: '2026-08-13'
  probes:
  - {url: 'https://mcp.leadiq.com/.well-known/oauth-protected-resource', http_status: 200}
  - {url: 'https://leadiq-mcp-prod.us.auth0.com/.well-known/oauth-authorization-server', http_status: 200}
  - {url: 'https://mcp.leadiq.com/.well-known/oauth-authorization-server', http_status: 404}

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/leadiq-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 email required.

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