Skip to main content
Glama

PickADive MCP Server

Live dive-conditions data for AI agents — forecast windows, best-time climatology, marine-life seasonality, and site facts for 4,800+ dive sites worldwide.

Status MCP Registry Transport Auth Price

Hosted at https://pickadive.com/mcp — nothing to install

Setup · Tools · What you can do · Data & honesty · Security · Support


What can you do with it?

  • "Where can I dive near Boston this Saturday?" — ranked favorable and moderate forecast windows near any place for any day, with wave height, wind, timing, and site links.

  • "When should I book Komodo?" — month-by-month climatology for a destination: the share of days historically favorable, typical water temperature and seas, and marine-life season windows.

  • "When and where do whale sharks peak?" — species seasonality from 236k+ recorded GBIF sightings: peak month and regional season windows.

  • "How deep is Molasses Reef, and what are the hazards?" — public facts for any named dive site: depths, difficulty, shore/boat access, hazards, entry and exit notes.

  • "Where in the world is good for diving right now?" — regions ranked by favorable windows over the next ~72 hours.

Related MCP server: Scientific Tools MCP Server

Setup

Add the server to any MCP-compatible client — no key, no OAuth:

{
  "mcpServers": {
    "pickadive": { "url": "https://pickadive.com/mcp" }
  }
}

Client

How

Claude Code

claude mcp add --transport http pickadive https://pickadive.com/mcp

Claude.ai / Desktop

Settings → Connectors → Add custom connector → https://pickadive.com/mcp

Cursor · Windsurf · VS Code · Zed

Add the JSON block above to your MCP config

Gemini CLI

gemini mcp add --transport http pickadive https://pickadive.com/mcp

Local-only clients

Bridge with npx mcp-remote https://pickadive.com/mcp

Discovery manifest: /.well-known/mcp.json · Agent onboarding: /llms.txt

Tools

Tool

Input

Output

find_dive_windows

{near | lat+lng, day?, radius_km?}

Ranked windows: quality, wave_m, wind_kn, timing, site links

best_time_to_dive

{destination}

12-month climatology + marine-life seasons + source page

species_seasonality

{species, lat?, lng?}

Peak month, regional season windows, sighting counts

site_facts

{site}

Depths, difficulty, access, hazards, entry/exit, cert level

top_dive_regions

{}

World regions ranked by favorable windows (~72 h)

All values are metric with unit-suffixed field names (max_depth_m, wave_m, distance_km); wind is knots — the marine convention everywhere. Tool descriptions instruct agents to convert for US users. Every response includes a source link — please cite pickadive.com when presenting results.

Data & honesty

Answers come from PickADive's own pipeline: hourly conditions gradings across 4,800+ curated dive sites (Open-Meteo marine + weather, NOAA tides), multi-year climatology, and 236k+ GBIF species sighting records.

Two rules the server never breaks:

  1. Forecasts are planning context, never a safety clearance. Every response carries the disclaimer; agents should keep it.

  2. Missing data is stated, never invented. Thin destinations return an honest "not enough history" rather than a guess.

Security

Read-only by design

No write tools — the server cannot create, modify, or delete anything. The worst a prompt injection can achieve through it is reading public dive data.

No auth, no tokens, no user data

Nothing to leak, phish, or exfiltrate; connecting grants an agent no identity.

Stateless JSON mode

One POST in, one JSON body out; no sessions, no server-push channel.

HTTPS only, CORS open

Read-only public data.

Transport & limits

Streamable HTTP (JSON-RPC 2.0 over POST), stateless — protocol versions 2024-11-052025-06-18.

Free for individual and assistant use at fair, non-bulk volumes; per-IP rate limiting applies. For sustained high-volume or commercial integrations, write to team@pickadive.com.

Example agent guidance (optional)

Add to your AGENTS.md / CLAUDE.md to reduce round-trips:

## PickADive MCP
- For "can I dive…?" questions use find_dive_windows with the user's
  place; default day is Saturday.
- For trip planning use best_time_to_dive per destination; present
  depths/waves in the user's customary units, keep wind in knots.
- Always keep the safety disclaimer and cite the linked page.

Support & feedback

License

MIT — see LICENSE. The PickADive name and logo are trademarks of PickADive and are not covered by the code license.

Disclaimer

Dive conditions are graded forecasts — planning context only, never a safety judgment about any specific dive on any specific day. Always assess conditions at the water, dive within your training, and follow local guidance. Wildlife seasonality reflects recorded sightings, never a promise of encounters.

Available Tools

5 tools
best_time_to_diveBest time of year to dive a destinationAInspect

Month-by-month climatology for ONE destination (country or famous destination like Komodo, Cozumel, Red Sea): share of days historically favorable, typical water temperature and seas, marine-life season windows. Historical patterns, never a forecast. Cite the linked page.

ParametersJSON Schema
NameRequiredDescriptionDefault
destinationYes

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It responsibly discloses that data is historical, not forecast, and requires citing the linked page. Still, it does not mention potential limitations like insufficient historical data, ambiguous destination names, or how 'favorable' is defined, leaving some behavioral ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: it states the core concept at the beginning, then adds examples, data scope, and a citation instruction. No words feel wasted; the extra context fits naturally into one sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter informational tool, the description covers inputs, outputs, limitations, and the citation requirement. It lacks an output schema and doesn't detail the return format, but the content described ('share of days', water temperature, marine-life windows) is enough for an agent to judge the tool's suitability.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the only parameter is just a string named 'destination.' The description compensates somewhat by explaining it can be a country or famous destination and gives three examples, but it does not clarify exact name formats, case sensitivity, or whether destinations like 'Red Sea' are countries. This is helpful but incomplete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource: month-by-month climatology for a single destination, with examples (Komodo, Cozumel, Red Sea) and the output content (favorable days, water temperature, marine-life windows). It does not use a strong imperative verb like 'get' or 'calculate,' but the purpose is unmistakable and generally distinct from siblings like top_dive_regions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The emphasis on 'ONE destination' and 'never a forecast' establishes clear context and explicit when-not cases, ruling out multi-destination comparisons and future predictions. However, it does not explicitly name or route to sibling tools such as top_dive_regions or species_seasonality, so the guidance is contextual rather than fully differential.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_dive_windowsFind dive windows near a placeAInspect

Ranked scuba-diving forecast windows near a place for a specific day. Answers "where can I dive near {place} on {day}?" with favorable and moderate windows (wave height, wind, timing) plus site links. Metric with unit-suffixed fields; wind_kn is knots. Convert depths/waves/distances for US users. Forecast planning context only — never a safety clearance. Always assess conditions at the water.

ParametersJSON Schema
NameRequiredDescriptionDefault
dayNotoday | tomorrow | mon..sun | YYYY-MM-DD. Default sat.
latNo
lngNo
nearNoTown, city, zip, or place name. Provide this OR lat+lng.
radius_kmNo10-500, default 150.

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full behavioral burden, and it does so well. It calls out the forecast-planning-only limitation, the 'never a safety clearance' caveat, unit conventions, and the instruction to assess conditions on-site. This is specific, honest behavioral context beyond what the schema could convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loads the main purpose and output. It wastes little space, though 'always assess conditions at the water' somewhat restates the safety caveat established one sentence earlier. Overall, every major clause contributes context, but a slight redundancy keeps it from being perfectly clean.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema, the description compensates well by describing what results include: favorable and moderate windows, wave height, wind, timing, and site links. It also explains unit handling for US users and disclaiming safety, so the agent knows what to expect and how to frame output. Nothing critical is missing for the tool's intended purpose.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes day, near, and radius_km, so the description does not need to repeat those. It adds a little orientation through 'near {place} on {day}' and notes unit-suffixed fields such as wind_kn in knots, but it does not meaningfully explain lat/lng or otherwise compensate for the remaining schema coverage gap. This is acceptable but not exceptional.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb-plus-resource: it finds ranked scuba-diving forecast windows near a place on a specific day. It also gives the exact user question it answers, including output categories (favorable and moderate windows) and site links, which makes it easy to distinguish from siblings like site_facts or top_dive_regions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description communicates when to use the tool: when someone asks 'where can I dive near {place} on {day}?' and wants forecast planning information, not safety clearance. It does not explicitly name alternatives or say when not to use it, but the context is clear enough for an agent to route the request appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

site_factsFacts about a specific dive siteAInspect

Public facts for one named dive site: depths, difficulty, shore/boat access, hazards, entry and exit notes, and its page link. Metric with unit-suffixed fields.

ParametersJSON Schema
NameRequiredDescriptionDefault
siteYesSite name or slug.

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that the data is public and factual, that the scope is a single named site, and that metric fields are unit-suffixed — useful behavioral details beyond the schema. It does not cover errors, missing-site behavior, or access concerns, but for a simple public fact lookup, most important behavior is transparent enough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence that packs the resource, the fact categories, and a format note without padding. Every phrase earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one required parameter and no output schema, the description lists the main content categories effectively. It does not explicitly explain behavior for unknown site names or how a page link is returned, keeping it complete but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and the only parameter 'site' is already described as 'Site name or slug', so the description adds little meaning beyond the schema. The mention of 'named dive site' is consistent but does not deepen the parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the specific resource (one named dive site) and the concrete facts returned: depths, difficulty, shore/boat access, hazards, entry and exit notes, and a page link. This makes the tool clearly distinct from the sibling tools, which cover windows, timing, species, and regions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It establishes the use case: looking up static public facts for a single named dive site, which is different from the siblings' time-based or region-based queries. It does not explicitly say when to use it instead of an alternative, but the context is clear enough for moderate guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

species_seasonalityWhen and where a marine species peaksAInspect

Month-by-month seasonality for marquee dive species from recorded GBIF sightings: peak month and regional season windows. Recorded sightings, never a promise of encounters.

ParametersJSON Schema
NameRequiredDescriptionDefault
latNo
lngNo
speciesYese.g. "whale shark", "humpback-whale".

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The caveat "Recorded sightings, never a promise of encounters" is a strong behavioral disclosure, and naming GBIF as data source adds useful context. With no annotations present, though, the description does not explain how coordinates affect the regional windows, whether unsupported species return empty or error, or what the actual output contract looks like.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only two sentences, front-loading the key output before adding the caveat. Every sentence adds value, and the structure makes the non-guarantee of sightings hard to miss.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the headline output and data source, but with no output schema and no annotations, the agent is left with too many unknowns: how lat/lng alter regional windows, what set of species is supported, and whether the result is a ranking, a calendar representation, or something else. It is adequate for a first understanding, but not enough to call with confidence in less-common coordinate-specific requests.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 33%, and the description does not compensate by explaining the optional lat and lng parameters. It mentions regional season windows but never connects them to the coordinate inputs, leaving an agent to guess how lat/lng refine the result. Only species is meaningfully described, via examples in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool provides: a month-by-month seasonality view with peak month and regional season windows for marquee dive species. It also differentiates from sibling tools by focusing on species-specific GBIF sightings rather than general dive windows, site facts, or best-time-to-dive lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The use case is implied by the description: an agent should call this when a user wants species-level seasonality or peak encounter windows. However, the description never names alternatives like find_dive_windows, best_time_to_dive, or site_facts, nor does it state when those are more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

top_dive_regionsRegions with the best dive windows right nowAInspect

World regions ranked by favorable dive-forecast windows over the next ~72 hours. Forecast planning context only — never a safety clearance. Always assess conditions at the water.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively conveys that the tool is forecast-oriented, time-limited to ~72 hours, and not a safety guarantee. It could expand on ranking logic or output shape, but the essential caveat is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no redundant wording, and the main purpose is front-loaded. The safety caveat earns its place by clarifying the tool's limitations without bloating the description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read-only ranking tool, this is nearly complete: purpose, time horizon, and operational caveat are all stated. The lack of an explicit output-structure description is a minor gap, but an agent can still call and interpret the result confidently.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there are no input semantics to document. The description appropriately focuses on what the tool returns rather than filling a param gap, which is exactly right for a no-argument tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific resource (world regions), the action (ranked), and scope (favorable dive-forecast windows over ~72 hours). It implies a broad regional ranking that differs from siblings like find_dive_windows, but it does not explicitly name or distinguish sibling tools, so it stops just short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear context: use this for forecast planning, not as safety clearance, and always verify on-site conditions. This gives a strong sense of when and when-not to rely on it, though it stops short of naming alternative sibling tools for specific use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updatesv0.1.0
    • First observedbest_time_to_dive
    • First observedfind_dive_windows
    • First observedsite_facts
    • First observedspecies_seasonality
    • First observedtop_dive_regions

TDQS

A3.9/5.0
Disambiguation4/5

Most tools are clearly distinguished by domain scope: forecasts vs. climatology vs. species seasonality vs. static site facts. Still, find_dive_windows and top_dive_regions both surface favorable forecast windows, and best_time_to_dive mentions marine-life seasonality that overlaps with species_seasonality, so slight boundary friction remains.

Naming Consistency3/5

All names use readable lowercase snake_case, which gives the set a surface-level uniformity. However, the patterns are mixed: find_dive_windows is imperative while best_time_to_dive, top_dive_regions, species_seasonality, and site_facts are noun-phrase formulas rather than a consistent verb_noun convention.

Tool Count5/5

At five tools, the server is well-scoped for its purpose. Each tool serves a distinct planning need without redundancy, and the count is comfortably within the ideal range for a focused domain.

Completeness4/5

The toolset covers short-term forecast windows, seasonal climatology, species timing, and site-level facts, which represents a strong dive-planning workflow. Minor gaps like per-site live condition updates or a tool for a broader trip plan can be worked around using the existing forecast and site data.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    High-value scientific tools for AI agents — literature search (PubMed, arXiv, Semantic Scholar), chemical compound lookup (PubChem, ChEMBL), patent prior art search (USPTO, EPO), GPU spot prices across 4 providers, and real-time earth science data (USGS, NASA, OpenAQ). Per-call billing via API key. Keys issued instantly at https://mcp-site.com/keys/request
    6
    -
  • A
    license
    A
    quality
    B
    maintenance
    UK planning application data for AI agents. Search, look up, and geo-query every UK planning application from Claude, Cursor, or any MCP client — conversationally.
    4
    52
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/afiliptsov/pickadive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server