Documentation

Guides and references for using the MCP Gateway.

Base URLs

The gateway API is served from:

https://api.makethe.app

Tip: set NEXT_PUBLIC_API_URL when running locally.

Health check

Verify the API is up:

curl https://api.makethe.app/

Authentication

Most /v1 endpoints require an API key:

curl -H "Authorization: Bearer mk_..." https://api.makethe.app/v1/me

If you don’t have a key yet, use Request Access.

MCP transport (SSE)

The gateway exposes an MCP Server-Sent Events transport at /sse and a message endpoint at /message. See the Quickstart for a minimal flow.