add-mcp
Back to registry
Superserve   (hosted) logo

Superserve (hosted)

v1.0.0

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.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://mcp.superserve.ai
requiredsecret

Superserve API key. Use Bearer <token>.

npx add-mcp@latest https://mcp.superserve.ai --transport http --header "Authorization: <Authorization>"

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=ai.superserve%2Fmcp"