← findmytide.com

INDIVIDUAL MCP TOOL

get_conditions

Current wind speed and direction, sea surface temperature and sky at a tide station.

findmytide.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.findmytide.com/mcp

No auth detected

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

findmytide.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.findmytide]
url = "https://api.findmytide.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "findmytide": {
      "type": "http",
      "url": "https://api.findmytide.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: findmytide
Remote MCP URL: https://api.findmytide.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": {
    "findmytide": {
      "url": "https://api.findmytide.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "findmytide": {
      "type": "http",
      "url": "https://api.findmytide.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "findmytide",
  "transport": "streamable-http",
  "url": "https://api.findmytide.com/mcp"
}
MCP Inspector

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

Related tools

  • search_stations — Find tide stations in the United States, Canada and US territories by place name, by position, or both.
  • get_tides — High and low tide times and heights for one station, over one or more days in the station's local time, plus the current height and direction when the range includes now.