mcpbeat Sign in

Open Eagle Eye MCP Server

by stuchapin909 Your server? Claim it
local only

Open Eagle Eye runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 17 Sep 2026.

Live snapshots from ~29,000 public cameras across 11 countries — traffic, weather, webcams

Installs per day peak 22 · avg 7 · -36% w/w
a month agotoday
43
Installs / week
npm · openeagleeye
4
Stars
14 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const result = execSync(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 open-eagle-eye -- npx -y openeagleeye
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "open-eagle-eye": {
      "args": [
        "-y",
        "openeagleeye"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.open-eagle-eye]
command = "npx"
args = ["-y", "openeagleeye"]
.cursor/mcp.json
{
  "mcpServers": {
    "open-eagle-eye": {
      "args": [
        "-y",
        "openeagleeye"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "open-eagle-eye": {
      "args": [
        "-y",
        "openeagleeye"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Open Eagle Eye

same job, measured the same way
Clavio
by yyahiaoui1406-max

Real-time data resolver for agents. 200 countries, 169k cities, FX, weather, Africa/MENA.

27 installs/wk local only
Apiverket
by vinvuk

Query Swedish public data: companies, SCB statistics, weather, transport, and more.

37 installs/wk local only
I
Taiwan CWA Weather
by nigue3025

Access Taiwan CWA weather data and forecasts for all counties and cities

48 installs/wk local only
1trippulse
by gkcogz

1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities.

59 installs/wk local only
Travel Agent MCP
by forgemeshlabs

Free travel tools plus live x402 Travel Pulse, day trips, weekends, weather, creator, and mobility.

49 installs/wk local only
C
NWS Weather Alerts
by olyport

Active weather alerts and warnings from the National Weather Service

3 tools answering
Plantrip
by plantrip

Travel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimates

32 installs/wk local only
Weatherai
by weatherai-io

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

50 installs/wk local only

Open Eagle Eye — questions

Answers built from our own checks of this server.

Why is there no uptime for Open Eagle Eye?
Open Eagle Eye 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 openeagleeye was installed 43 times last week.
How do I connect Open Eagle Eye?
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 openeagleeye straight from npm; nothing to host, nothing to sign up for.
How many people use Open Eagle Eye?
The npm package openeagleeye was installed 43 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Open Eagle Eye open source?
Yes — it is published under the MIT licence, written in JavaScript, 4 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.