Authentication
How to authenticate requests to the MCP Market API.
The MCP Market backend authenticates requests via a Keycloak-issued JWT, passed as a bearer token:
Authorization: Bearer <jwt>Tokens are obtained through your Keycloak realm's standard OAuth2 token endpoint. The backend validates the token's signature and claims on every request; it does not issue tokens itself.