mcpbeat Sign in

LiveTrafficCam MCP Server

local only

LiveTrafficCam MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

Live US traffic cameras from state DOT feeds with verified live status, via livetrafficcam.com

Installs / week
npm · livetrafficcam-mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check LiveTrafficCam MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add livetrafficcam-mcp -- npx -y livetrafficcam-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "livetrafficcam-mcp": {
      "args": [
        "-y",
        "livetrafficcam-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.livetrafficcam-mcp]
command = "npx"
args = ["-y", "livetrafficcam-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "livetrafficcam-mcp": {
      "args": [
        "-y",
        "livetrafficcam-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "livetrafficcam-mcp": {
      "args": [
        "-y",
        "livetrafficcam-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to LiveTrafficCam MCP Server

same job, measured the same way
Lt Eli MCP
by matematicsolutions

MCP server for Lithuanian legislation (TAR via data.gov.lt) with verifiable citations.

558 installs/wk local only
Nl Eli MCP
by matematicsolutions

MCP server for Dutch consolidated legislation (BWB via KOOP SRU) with verifiable citations.

550 installs/wk local only
Agent Verified Relay
by jdhart81

Viridis Verified: wrap any MCP server with tamper-evident delivery receipts + metered fees.

7 tools answering
Se Eli MCP
by matematicsolutions

MCP server for Swedish statutes (SFS) via Riksdagen open data with verifiable citations.

533 installs/wk local only
License Verify MCP
by lmaniraruta

Verify US contractor license + surety bond + insurance from official state data. WA live, CA beta.

59 installs/wk local only
Federated AI Commons
by toby-self

MCP server for a federated AI-commons governance simulation with a verified compliance oracle.

91 installs/wk local only
Domain Search King MCP
by johnsmalls22-rgb

Domain search MCP: .com names verified available live via Verisign RDAP - not AI guess lists

3 tools answering
DeployIt Product Expert
by deployit

AI product expert answering from live source code, with sources and a verification status.

3 tools answering

LiveTrafficCam MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for LiveTrafficCam MCP Server?
LiveTrafficCam MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package livetrafficcam-mcp.
How do I connect LiveTrafficCam MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls livetrafficcam-mcp straight from npm; nothing to host, nothing to sign up for.
Is LiveTrafficCam MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.