Noaa Tides
Server Details
NOAA Tides & Currents MCP.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 34.8% over 39 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-noaa-tides
- GitHub Stars
- 0
- Server Listing
- mcp-noaa-tides
TDQS
Scored across 38 tools
Several large clusters are hard to tell apart: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all answer factual questions with nearly identical routing (the beta is explicitly stated to currently match the stable router), and polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, and polymarket_kalshi_spread form an overlapping prediction-market family. The NOAA tools themselves (water_level, currents, met_obs, predictions, etc.) are distinct, but the meta/query families create real misselection risk.
Nearly all names use consistent snake_case with clear verb_noun or domain_noun patterns (list_subscriptions, generate_llms_txt, polymarket_fill_risk, scan_dependency). The main deviation is a handful of bare single nouns (currents, datums, predictions, stations, recall, remember) mixed alongside the verb-led names, which is readable but not perfectly uniform.
38 tools is very heavy, and only ~7 of them belong to the stated NOAA Tides domain; the rest are a broad general-purpose Pipeworx gateway surface (research, prediction markets, entity resolution, memory, feedback). This is a severe mismatch between the server's apparent scope and its actual tool count.
For the NOAA Tides & Currents domain the coverage is strong: station listing, station metadata, water levels, currents, predictions, datums, and meteorological observations together cover the core CO-OPS surface with no major dead ends. Minor gaps (e.g. harmonic constituents or derived products) keep it from a full 5.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
1 tool update
- Changed
resolve_entity1 field changed- changed
Input schema / properties / value / descriptionPrevious value: -"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\")."New value: +"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\"). Pass the ENTITY NAME ONLY — for a bond that is the ISSUER exactly as printed (\"NEW YORK ST DORM AUTH\"), never the question's full noun phrase (\"NEW YORK ST DORM AUTH revenue bonds\"): the FIGI lookup matches instrument names, so trailing security-class words match nothing."
Related MCP Connectors
Tides MCP — NOAA Tides and Currents data
NOAA tides and currents: water levels, tide predictions, currents, met data, flooding, sun and moon
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceFind NOAA tide stations and NDBC buoys, fetch tide predictions, water levels, tidal currents, and live buoy conditions via MCP.302 npm1Apache 2.0
- AlicenseBqualityDmaintenanceThis is an MCP (Model Context Protocol) server that provides tools for interacting with the NOAA Tides and Currents API.2438 npm6MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that provides tide predictions, station lookup, and tidal event alerts for US coastal locations using live NOAA data.-
- AlicenseNot gradedqualityFmaintenanceProvides NOAA tide predictions and observed water levels, allowing AI agents to query tide stations and current water level data.2 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.