---
title: "Get OAuth Authorization Server Metadata"
method: GET
path: "/.well-known/oauth-authorization-server"
tags: ["MCP OAuth"]
---

# Get OAuth Authorization Server Metadata

`GET /.well-known/oauth-authorization-server`

Get OAuth 2.1 Authorization Server Metadata (RFC 8414)

## Response `200`

Authorization Server Metadata

- AuthorizationServerMetadata
  - `issuer` string
  - `authorization_endpoint` string
  - `token_endpoint` string
  - `revocation_endpoint` string
  - `registration_endpoint` string
  - `response_types_supported` string[]
  - `grant_types_supported` string[]
  - `code_challenge_methods_supported` string[]
  - `token_endpoint_auth_methods_supported` string[]

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/4ed2fbc97cc3/schema)
