mcpbeat Sign in

Eccc MCP Server

local only

Eccc MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Keyless Environment Canada data via MSC GeoMet OGC APIs.

Installs / week
npm · eccc-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Eccc MCP 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 eccc-mcp -- npx -y eccc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eccc-mcp": {
      "args": [
        "-y",
        "eccc-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eccc-mcp]
command = "npx"
args = ["-y", "eccc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eccc-mcp": {
      "args": [
        "-y",
        "eccc-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eccc-mcp": {
      "args": [
        "-y",
        "eccc-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Eccc MCP

same job, measured the same way
Weather Gc Ca
by pipeworx-io

Environment and Climate Change Canada (ECCC) GeoMet MCP.

34 tools answering
Arcgis Victoria
by pipeworx-io

City of Victoria GIS — Victoria, BC (Canada) open geospatial data (ArcGIS).

39 tools answering
Swiss Energy MCP
by malkreide

Swiss energy data via SFOE/BFE and GeoAdmin REST APIs

122 installs/wk local only
Arcgis Kamloops
by pipeworx-io

City of Kamloops GIS — Kamloops, BC (Canada) open geospatial data (ArcGIS).

38 tools answering
Arcgis Kingston
by pipeworx-io

City of Kingston GIS — Kingston, Ontario (Canada) open geospatial data (ArcGIS).

34 tools answering
Arcgis Coquitlam
by pipeworx-io

City of Coquitlam GIS — Coquitlam, BC (Canada) open geospatial data (ArcGIS).

39 tools answering
Arcgis Courtenay
by pipeworx-io

City of Courtenay GIS — Courtenay, BC (Canada) open geospatial data (ArcGIS).

34 tools answering
NWS Surface Wind Observations MCP Server
by mansurjisan

NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs

59 installs/wk local only

Eccc MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Eccc MCP?
Eccc MCP 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 eccc-mcp.
How do I connect Eccc MCP?
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 eccc-mcp straight from npm; nothing to host, nothing to sign up for.
Is Eccc MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.