Skip to main content
Every request requires two headers:
HeaderDescription
X-Api-KeyYour API key — authenticates the request
X-Merchant-IdYour merchant ID — routes the request to your merchant

Example

curl -X POST https://api.atlas.kitchen/mcp \
  -H "X-Api-Key: your-api-key" \
  -H "X-Merchant-Id: your-merchant-id" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Contact your Atlas account manager to get your credentials