Vancam for VS Code
io.github.shughestr/vancam-mcp
Search 1M+ live traffic cameras worldwide by bounds, radius, route, or nearest point.
client:VS Code
transport:stdio
runtime:pypi
Install Vancam in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "vancam-api-key",
"description": "VANCAM_API_KEY",
"password": true
}
],
"servers": {
"vancam-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vancam-mcp"
],
"env": {
"VANCAM_API_KEY": "${input:vancam-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs