← perigeetides.com

INDIVIDUAL MCP TOOL

nws_get_marine_forecast

Get the official NWS Coastal Waters Forecast (CWF) narrative for the marine zone covering a latitude/longitude — day-part wind/seas text ("SE winds 10 to 15 kt...

perigeetides.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://perigeetides.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for nws_get_marine_forecast and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

perigeetides.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.noaa-tides-currents-mcp-server]
url = "https://perigeetides.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "noaa-tides-currents-mcp-server": {
      "type": "http",
      "url": "https://perigeetides.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: noaa-tides-currents-mcp-server
Remote MCP URL: https://perigeetides.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "noaa-tides-currents-mcp-server": {
      "url": "https://perigeetides.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "noaa-tides-currents-mcp-server": {
      "type": "http",
      "url": "https://perigeetides.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "noaa-tides-currents-mcp-server",
  "transport": "streamable-http",
  "url": "https://perigeetides.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools