mcpbeat Sign in

NOAA CO-OPS MCP Server

by oceanmodeling Your server? Claim it
local only

NOAA CO-OPS MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 422 installs a week from pypi. Last commit 4 Sep 2026.

NOAA CO-OPS tides, water levels, currents, and meteorological data

Installs per day peak 320 · avg 19 · +667% w/w
a month agotoday
422
Installs / week
pypi · coops-mcp
7
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 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.

File ships in the package but is absent from the source [пакет] src/coops_mcp/__init__.py:1, [пакет] src/coops_mcp/__main__.py:1, [пакет] src/coops_mcp/client.py:1 и ещё 9
этот файл ставится пользователю, но в репозитории его нет
            result = subprocess.run(
        env = dict(os.environ)

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

Alternatives to NOAA CO-OPS MCP Server

same job, measured the same way
NOAA CO-OPS MCP Server
by mansurjisan

NOAA CO-OPS tides, water levels, currents, and meteorological data

local only
Noaa Tides
by pipeworx-io

NOAA Tides & Currents — observations, predictions, datums, station metadata

38 tools answering
NordicMCP — Weather
by nordicmcp

Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.

answering
Site
by thewaterhub

The Water Hub: the site's own MCP server — dataset; every answer cites the site.

10 tools answering
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only
Realtime Exchange Rate MCP
by cahthuranag

Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.

270 installs/wk local only
Leadpipe
by leadpipe-com

Official MCP server for Leadpipe intent and data APIs.

25 installs/wk local only
Currents
by pipeworx-io

Currents MCP — wraps the Currents API (currentsapi.services)

34 tools answering

NOAA CO-OPS MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for NOAA CO-OPS MCP Server?
NOAA CO-OPS 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 pypi package coops-mcp was installed 422 times last week.
How do I connect NOAA CO-OPS 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 coops-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use NOAA CO-OPS MCP Server?
The pypi package coops-mcp was installed 422 times in the last week. Week over week that is +667%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is NOAA CO-OPS MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 7 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.