RealScout · OAuth Scopes

RealScout OAuth Scopes

OAuth 2.0 searched

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

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

CompanyEnterpriseReal EstatePropTechLead NurtureHome SearchMLSMCPArtificial Intelligence
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
mcp Access to the RealScout admin MCP server (protected resource api://realscout-admin-mcp). Declared in scopes_supported of the authorization-server metadata. authorizationCode

Source

OAuth Scopes

realscout-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://www.realscout.com/.well-known/oauth-authorization-server
docs: https://www.realscout.com/.well-known/oauth-authorization-server
schemes:
  - name: OAuth2
    source: well-known/realscout-oauth-authorization-server.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://www.realscout.com/oauth/authorize
        tokenUrl: https://www.realscout.com/oauth/token
scopes:
  - scope: mcp
    description: >-
      Access to the RealScout admin MCP server (protected resource
      api://realscout-admin-mcp). Declared in scopes_supported of the
      authorization-server metadata.
    flows: [authorizationCode]
    sources: [well-known/realscout-oauth-authorization-server.json]
notes: >-
  Only one scope ("mcp") is published in the authorization-server metadata. It
  gates the hosted MCP server. No broader scope/permission reference is published.