← pickadive.com

INDIVIDUAL MCP TOOL

best_time_to_dive

Month-by-month climatology for ONE destination: the share of days historically favorable, typical water temperature and seas, plus marine-life season windows.

pickadive.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pickadive.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • find_dive_windows — Ranked scuba-diving forecast windows near a place for a specific day.
  • species_seasonality — Month-by-month seasonality for marquee dive species from recorded GBIF sightings: peak month, regional season windows, and (optionally) the season at a specific point.
  • top_dive_regions — Regions worldwide ranked by favorable dive-forecast windows over the next ~72 hours, with per-region counts and links.
  • site_facts — Public facts for one named dive site: depths, difficulty, access (shore/boat), hazards, entry and exit notes, water type, and its page link.