INDIVIDUAL MCP TOOL
perigee_whoami
Show how this MCP connection is authenticated: the Perigee account it is linked to (if any), how it signed in (OAuth connector or API key), its rate-limit tier, and the requests-per-minute limit.
LIVE ENDPOINT
https://perigeetides.com/mcp
Connect to this endpoint to inspect the live schema for perigee_whoami and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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
noaa_get_water_levels— Get observed water levels from a NOAA tide station as a time series.noaa_get_water_level_summaries— Get verified summary water-level products from a NOAA station: - high_low: each day's observed highs/lows with ty = HH (higher high), H, L, LL (lower low).noaa_get_tide_predictions— Get NOAA harmonic tide predictions (future or past) for a station.noaa_get_currents— Get observed current speed and direction from a NOAA current meter station.noaa_get_current_predictions— Get predicted tidal currents for a NOAA current prediction station.noaa_get_meteorological_data— Get observed meteorological/oceanographic sensor data from a NOAA station.noaa_search_stations— Search the NOAA CO-OPS station directory by capability type, name, and/or state.noaa_find_nearest_stations— Find the NOAA stations closest to a latitude/longitude point, sorted by distance.