Canix · OAuth Scopes

Canix OAuth Scopes

OAuth 2.0 probed

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

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

CannabisERPSeed-to-SaleComplianceInventory ManagementSupply ChainTrack and TraceManufacturingAgricultureMetrcCultivationDistribution
Scopes: 1 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://api.canix.com/oauth/authorize
Token URL
https://api.canix.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp The only scope Canix advertises. It is coarse: a single grant covering the whole MCP surface, with no read/write split, no per-resource scope, and no separation between the live sales-reporting capability and the announced inventory capability. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-09'
method: probed
source: https://api.canix.com/.well-known/oauth-authorization-server
docs: null
description: >-
  Canix's OAuth surface belongs to the MCP server, not to the REST API. The REST API in
  openapi/canix-openapi-original.yml declares a single apiKey scheme (X-API-KEY) and no
  oauth2 security scheme, so 0-working/derive-oauth-scopes.py finds nothing there. The
  scopes below were probed from Canix's own RFC 8414 authorization-server metadata, which
  advertises exactly one scope.
schemes:
- name: CanixMCPOAuth
  type: oauth2
  source: https://api.canix.com/.well-known/oauth-authorization-server
  issuer: https://api.canix.com
  protected_resource: https://api.canix.com/mcp
  dynamic_client_registration: https://api.canix.com/oidc/register
  token_endpoint_auth_methods:
  - none
  - client_secret_basic
  - client_secret_post
  code_challenge_methods:
  - S256
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.canix.com/oauth/authorize
    tokenUrl: https://api.canix.com/oauth/token
    revocationUrl: https://api.canix.com/oauth/revoke
    refreshSupported: true
scopes:
- scope: mcp
  description: >-
    The only scope Canix advertises. It is coarse: a single grant covering the whole MCP
    surface, with no read/write split, no per-resource scope, and no separation between the
    live sales-reporting capability and the announced inventory capability.
  flows:
  - authorizationCode
  sources:
  - https://api.canix.com/.well-known/oauth-authorization-server
  - https://api.canix.com/.well-known/oauth-protected-resource
assessment:
  granularity: coarse
  gap: >-
    One undifferentiated `mcp` scope means an agent authorized for sales reporting will
    hold the same grant when inventory access ships. A read-scoped variant would let an
    operator delegate analytics without also delegating whatever writes arrive later.
  no_scope_documentation_page: >-
    Canix publishes no scopes or permissions reference page. The scope list here comes only
    from the machine-readable authorization-server metadata.
x-evidence:
- url: https://api.canix.com/.well-known/oauth-authorization-server
  http_status: 200
  fetched: '2026-08-09'
- url: https://api.canix.com/.well-known/oauth-protected-resource
  http_status: 200
  fetched: '2026-08-09'

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/canix-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.