Find NOAA tide stations and NDBC buoys, fetch tide predictions, currents, and live conditions.
claude mcp add noaa-marine-mcp-server --transport http https://noaa-marine.caseyjhand.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"noaa-marine-mcp-server": {
"url": "https://noaa-marine.caseyjhand.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"noaa-marine-mcp-server": {
"serverUrl": "https://noaa-marine.caseyjhand.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"noaa-marine-mcp-server": {
"type": "http",
"url": "https://noaa-marine.caseyjhand.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"noaa-marine-mcp-server": {
"url": "https://noaa-marine.caseyjhand.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"noaa-marine-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://noaa-marine.caseyjhand.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://noaa-marine.caseyjhand.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.cyanheads--noaa-marine-mcp-server/reviews or the review_server meta-tool.
POST /mcp