MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent

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.

Getting Started

How to make your first request to the MCP Market API.

Tutorial - Bundle to Connected Agent

A full walkthrough from creating a bundle to connecting an agent, using real request/response shapes.