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
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