← perigeetides.com

INDIVIDUAL MCP TOOL

astro_get_moon_phase

Get the moon phase for a date (or each day of a date range if end_date is given): phase name (New Moon, Waxing Crescent, ...), illuminated fraction, age in days within the 29.53-day cycle, distance (km), apparent diameter (degrees), and waxing/waning.

perigeetides.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://perigeetides.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for astro_get_moon_phase 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