← Registry

General Tools

findmytide.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint3 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://api.findmytide.com/mcp

No auth detected

MCP server metadata

Name
findmytide
Version
97cf4d18e191f7da89d088cbc198832446138230
Capabilities
tools
Server instructions

Find My Tide predicts tides for about 4,600 stations in the United States, Canada and US territories. Find a station with search_stations, then call get_tides with its id. Times are local to the station. Every answer carries a safety notice and attribution: pass them on, and never present these predictions as suitable for navigation.

Known tools 3

search_stations

Find tide stations in the United States, Canada and US territories by place name, by position, or both.

Inferred read-only
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.

Inferred read-only
get_conditions

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.