Serverscom.roboflow/roboflow-mcp
M

Roboflow (Official)

com.roboflow/roboflow-mcp · v1.0.3
● Remote
v1.0.3remote🌐 https://mcp.roboflow.com/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.roboflow/roboflow-mcp",
  "description": "Roboflow computer vision for AI agents: datasets, annotation, versioning, workflows, inference.",
  "title": "Roboflow (Official)",
  "version": "1.0.3",
  "websiteUrl": "https://mcp.roboflow.com",
  "icons": [
    {
      "src": "https://mcp.roboflow.com/icon.png",
      "mimeType": "image/png",
      "sizes": [
        "256x256"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.roboflow.com/mcp",
      "headers": [
        {
          "description": "Roboflow API key (get one at app.roboflow.com/settings/api)",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}