ROCROC MCP API

Alpha Pre-Release: This API is in active development. Endpoints, parameters, and response shapes may change without notice. Unauthenticated use is rate limited to 8 unique requests per 8 hours per IP. A valid Authorization: Bearer header will bypass this limit. Contact us for a bearer token, or to run a private deployment.

POST /mcp

Model Context Protocol (MCP) endpoint. Agents connect here using the Streamable HTTP transport.

Client Configuration

{
  "mcpServers": {
    "roc-vision-ai": {
      "url": "https://mcp.roc.ai/mcp"
    }
  }
}

Available Tools

Loading tools...

GET /version

Returns the ROC SDK version running on the server.

Request

curl https://mcp.roc.ai/version

Response

Loading...

GET /health

Health check for load balancers and uptime monitors.

Request

curl https://mcp.roc.ai/health

Response

Loading...

Where to find us