Skip to content
Cursor

Vancam for Cursor

io.github.shughestr/vancam-mcp

Search 1M+ live traffic cameras worldwide by bounds, radius, route, or nearest point.

client:Cursor transport:stdio runtime:pypi

Install Vancam in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vancam-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vancam-mcp"
      ],
      "env": {
        "VANCAM_API_KEY": "<VANCAM_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Vancam in other clients