Live snapshots from ~29,000 public cameras across 11 countries β traffic, weather, webcams
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server that gives AI agents instant access to public camera feeds worldwide. One HTTP GET, sub-second captures, no browser automation, no stream decoding.
Most camera APIs require authentication, serve video streams, or hide images behind JavaScript rendering. Open Eagle Eye only indexes cameras that return a JPEG or PNG on a plain HTTP GET β the simplest possible integration. Agents don't need to render pages or decode video. They just fetch an image.
The registry is self-healing. A GitHub Action runs nightly, checks every camera, retries failures before removing them, and uses vision AI to catch cameras that return error pages instead of live feeds. Dead cameras get flagged automatically.
Or install globally:
On first run, the server fetches the latest camera registry from GitHub and caches it locally in ~/.openeagleeye/. Subsequent starts refresh the cache automatically.
A valid camera URL is any endpoint that returns a JPEG or PNG on a plain HTTP GET. Most city traffic cameras, weather stations, and park cams expose exactly this. The server fetches the image, saves it to disk, and returns the file path.
| Tool | Description |
|---|---|
get_snapshot | Fetch a live image from a camera β saves to disk, returns file path |
list_cameras | Browse the registry with filters (city, location, category) |
search_cameras | Search by name, location, or category |
add_local_camera | Add a camera to your local collection |
list_local | Show your locally-added cameras |
remove_local | Delete a locally-added camera |
submit_local | Share local cameras upstream via GitHub issue |
report_camera | Report a broken or low-quality camera |
check_config | Show API key configuration status |
The registry has two layers:
add_local_camera. They persist in ~/.openeagleeye/local-cameras.json, survive restarts, and appear in list_cameras/search_cameras with source: "local". Share them upstream anytime with submit_local.Every camera has a city field. Use list_cameras with city: "Sydney" to get a short, focused list instead of dumping all cameras into context.
Every tool returns structured JSON. Snapshots save to disk and return the file path β the MCP server runs as a local subprocess, so the agent has filesystem access.
Snapshot response:
~32,000 cameras across eleven countries (32,096 verified):
| Country | Count | Sources |
|---|---|---|
| US | 27,184 | NYC DOT, NY 511, WSDOT, Caltrans CWWP2, CDOT CoTrip, VDOT 511, FDOT FL511, NCDOT, PennDOT 511PA, Arizona ADOT, Oregon ODOT, Nevada NDOT, Utah UDOT, Wisconsin WisDOT, New England 511, Louisiana LADOTD, Alaska DOT&PF, Missouri MoDOT |
| FI | 1,309 | Digitraffic weather cameras (Fintraffic) |
| CA | 1,292 | Ontario MTO, Alberta 511 |
| HK | 995 | Hong Kong Transport Department |
| GB | 424 | London TfL JamCams |
| NZ | 248 | NZTA nationwide highways |
| AU | 247 | Queensland DOT traffic + flood cameras |
| BR | 160 | CET SΓ£o Paulo urban traffic |
| JP | 98 | NEXCO East expressways |
| SG | 90 | Singapore LTA |
| IE | 49 | TII motorway cams (M50 Dublin) |
Every camera has country, city, location, timezone, and coordinates (lat/lng).
A GitHub Action runs nightly at 3 AM UTC:
image/jpeg and image/png acceptedMost cameras work out of the box. Some require a free API key. If a snapshot fails with a key error, the response tells you where to sign up and how to configure it.
Create ~/.openeagleeye/config.json:
Use check_config to see which cameras need keys and whether yours are set.
image/jpeg or image/png on plain GET)add_local_camera with the URL, city, location, timezone, and optional coordinatesget_snapshot to test itsubmit_local to share upstream β requires the gh CLI (gh auth login)Local cameras work immediately and don't need upstream approval to be useful.
Good sources: city DOTs, weather stations, ski resorts, national parks, ports, airports.
All runtime data lives in ~/.openeagleeye/:
Pull requests welcome. See CONTRIBUTING.md for guidelines on adding camera sources.
See WHY.md for the reasoning behind the project's design decisions, how it compares to other camera services, and why agent-native and self-healing matter.
See SECURITY.md for answers to common questions about surveillance, data collection, private cameras, and the security architecture.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/open-eagle-eye)<a href="https://allmcps.com/mcp/open-eagle-eye"><img src="https://allmcps.com/api/badge/open-eagle-eye?style=directory" alt="Open Eagle Eye on AllMCPs" /></a>