Astrology API · OAuth Scopes

Astrology API OAuth Scopes

OAuth 2.0 probed

Astrology API uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

AstrologyHoroscopesZodiacVedic AstrologyWestern AstrologyKundliPanchangNumerologyTarotPalmistryHuman DesignAstrocartographyPDF ReportsMCPEphemeris
Scopes: 0 Flows: Method: probed

Scopes (0)

Astrology API implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-09-07'
method: probed
source: https://mcp.astrologyapi.com/.well-known/oauth-protected-resource
docs: https://astrologyapi.com/developers/v1/mcp-server
description: >-
  The only OAuth surface AstrologyAPI operates is the MCP server. Its RFC 9728 protected-resource
  metadata declares exactly one scope. The REST API has no OAuth flow at all — it authenticates with
  HTTP Basic credentials or a wallet access token, neither of which carries scopes — so there is no
  scope model over the 216 REST operations. Nothing here was derived from a spec; the scope below was
  read from the provider's own live discovery document.
oauth_surface:
  resource: https://mcp.astrologyapi.com/mcp
  authorization_server_metadata: https://mcp.astrologyapi.com/.well-known/oauth-authorization-server
  protected_resource_metadata: https://mcp.astrologyapi.com/.well-known/oauth-protected-resource
  bearer_methods_supported: [header]
  grant_types_supported: [authorization_code, client_credentials, refresh_token]
  code_challenge_methods_supported: [S256, plain]
  token_endpoint_auth_methods_supported: [none]
  dynamic_client_registration: advertised
  metadata_defect: >-
    The authorization_servers entry in the protected-resource document, and the issuer in the
    authorization-server document, both carry literal double-quote characters inside the value, so
    the issuer they name is not a resolvable URL. See conformance/astrology-api-conformance.yml.
scopes:
  - name: offline_access
    description: >-
      Standard OIDC/OAuth scope requesting a refresh token so the client can obtain new access tokens
      without the user being present. Declared in scopes_supported.
    source: https://mcp.astrologyapi.com/.well-known/oauth-protected-resource
    verified: probed
scope_count: 1
findings:
  - >-
    offline_access is a token-lifetime scope, not a permission. It says the client may keep working
    while the user is away; it says nothing about which of the 109 advertised MCP tools the client
    may call. There is no read/write split, no per-product scope (Vedic, Western, PDF, Vision, Chat),
    and no way to issue an agent a credential narrower than the whole tool surface.
  - >-
    The REST API has no scope model whatsoever. Authorisation is by plan membership — a subscription
    key reaches the endpoints in its package and 401s on the rest — which is a commercial boundary
    enforced server-side, not a scope a client can request or attenuate.
  - >-
    A wallet access token reaches every wallet-billed endpoint including PDF generation, which is the
    most expensive operation on the platform at up to ₹100 per report. There is no scope, no spend
    cap, and no read-only variant, so an agent handed a token to compute a birth chart is also
    handed the ability to bill unlimited PDF reports.

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/astrology-api-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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