---
title: "Jwks Json"
method: GET
path: "/.well-known/jwks.json"
tags: ["mcp"]
---

# Jwks Json

`GET /.well-known/jwks.json`

JSON Web Key Set endpoint.

Returns the RSA public key used by MCPJWTSigner to sign outbound MCP tokens.
MCP servers and gateways use this endpoint to verify liteLLM-issued JWTs.

Returns an empty key set if MCPJWTSigner is not configured.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
