Skip to main content
Cruq AI exposes a Model Context Protocol server so agents and MCP clients (Claude, Cursor, and others) can drive the platform directly, using the same tools as the REST API.

Endpoint

  • URL: https://api.cruq.ai/mcp
  • Transport: Streamable HTTP
  • Auth: the same API key as the REST API, sent as a bearer token: Authorization: Bearer cruq_sk_...
The server is stateless, so any MCP client that speaks Streamable HTTP can connect without session setup.

Connecting a client

Point your MCP client at the endpoint with an Authorization header. For a client configured via JSON:

Tools

Each tool maps to the same operation as the REST API; see the OpenAPI spec for the full schema.