superserve.ai/mcp
Superserve exposes a control-plane HTTP API at `https://api.superserve.ai` (OpenAPI-backed, mostly `X-API-Key`, with one public billing endpoint), a sandbox data-plane HTTP API at `https://sandbox.superserve.ai` / `https://boxd-{sandbox_id}.sandbox.superserve.ai` authenticated by per-sandbox `X-Access-Token`, plus an MCP server available as hosted Streamable HTTP at `https://mcp.superserve.ai` or local `npx -y @superserve/mcp`, both using your Superserve API key.
Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.
Superserve API key. Use Bearer <token>.
npx add-mcp@latest https://mcp.superserve.ai --transport http --header "Authorization: <Authorization>"