Starfish Space · OAuth Scopes

Starfish Space OAuth Scopes

OAuth 2.0 searched

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

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

CompanyAerospaceSpaceSatellitesSatellite ServicingSpacecraftSpace RoboticsDefenseContent ManagementModel Context Protocol
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.starfishspace.com/oauth/authorize
Token URL
https://www.starfishspace.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp The single scope advertised by the Starfish Space authorization server; grants access to the MCP protected resource at /wp-json/mcp/mcp-oauth-server. The provider publishes no further scope breakdown. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-02'
method: searched
source: https://www.starfishspace.com/.well-known/oauth-authorization-server
docs: https://www.starfishspace.com/.well-known/oauth-protected-resource
note: >-
  Scopes come from the provider's own RFC 8414 authorization-server metadata and RFC 9728
  protected-resource metadata, not from an OpenAPI. The WordPress REST API itself declares no oauth2
  security scheme; OAuth here guards the MCP server only.
schemes:
- name: mcp-oauth-server
  source: https://www.starfishspace.com/.well-known/oauth-authorization-server
  protected_resource: https://www.starfishspace.com/wp-json/mcp/mcp-oauth-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.starfishspace.com/oauth/authorize
    tokenUrl: https://www.starfishspace.com/oauth/token
    revocationUrl: https://www.starfishspace.com/oauth/revoke
    pkce: S256
scopes:
- scope: mcp
  description: >-
    The single scope advertised by the Starfish Space authorization server; grants access to the
    MCP protected resource at /wp-json/mcp/mcp-oauth-server. The provider publishes no further
    scope breakdown.
  flows: [authorizationCode]
  sources:
  - https://www.starfishspace.com/.well-known/oauth-authorization-server
  - https://www.starfishspace.com/.well-known/oauth-protected-resource