Skip to main content
Glama

PickADive MCP Server

Актуальные данные о дайв-условиях для ИИ-агентов — прогнозные окна, климатология лучшего времени, сезонность морской жизни и факты о местах для 4 800+ дайв-сайтов по всему миру.

Status MCP Registry Transport Auth Price

Хостится на https://pickadive.com/mcp — ничего не нужно устанавливать

Настройка · Инструменты · Что можно сделать · Данные и честность · Безопасность · Поддержка


Что можно с этим делать?

  • «Где я могу нырнуть недалеко от Бостона в эту субботу?» — ранжированные благоприятные и умеренные прогнозные окна вблизи любого места на любой день: высота волн, ветер, время и ссылки на дайв-сайты.

  • «Когда мне бронировать Комодо?» — помесячная климатология по направлению: доля исторически благоприятных дней, типичная температура воды и волнение, сезонные окна морской жизни.

  • «Когда и где бывает пик встреч с китовыми акулами?» — сезонность видов на основе 236 000+ задокументированных наблюдений GBIF: месяц пика и региональные сезонные окна.

  • «Какая глубина на рифе Моласс и какие там опасности?» — публичные факты о любом названном дайв-сайте: глубины, сложность, доступ с берега/лодки, опасности, заметки по входу и выходу.

  • «Где в мире прямо сейчас хорошие условия для дайвинга?» — регионы, отсортированные по благоприятным окнам на ближайшие ~72 часа.

Related MCP server: Scientific Tools MCP Server

Настройка

Добавьте сервер в любой MCP-совместимый клиент — без ключа, без OAuth:

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

Клиент

Как подключиться

«Claude Code»

claude mcp add --transport http peekiven https://pickadivive.com/mcp

Claude.ai / Desktop

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

Cursor · Windsurf · VSCode · Zed

Add JSON block above to MCP config

Gemini CLI

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

Local-only clients

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

Discovery manifest: /.well-known/mcp.json · Introduction for agents: /llms.txt

Tools

Tool

Input

Output

find_dive_windows

{memory | lat{, day?, radius_km?}

Ranked windows q...

best_time_to_dive

{destination}

12-month

species_seasonality

{species, lat?, lng?}

sitefacts

{site}

Depth

top_dive_regions

{}

World regions ranked...

All values are metric with unit-suffixed field names (max_depth_m, e_m, distance_km); wind — in knots as customary in marine conversations. Tool descriptions instruct agents to convert values for users in the US. Each response contains a source link — please cite pickadive.com when citing results.

Data & Honesty

Answers are based on PickADive's own data pipeline: hourly condition ratings for 4 800+ curated dive sites (Open-Meteo marine and weather, NOAA tides), multi-annual climatology, and 236k+ GBIF species observation records.

Two rules that the server never breaks:

  1. Forecasts are planning context, never a safety guarantee. Every response carries a disclaimer; agents should always retain it.

  2. Missing data is acknowledged, never invented. Sparse destinations get an honest "insufficient history" instead of a guess.

Security

Read-only by design

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

No auth, no tokens, no user data

Nothing to leak, phish, or exfiltrate; the connection gifts the agent no identity.

Stateless JSON mode

One request that goes in, one JSON body at output; no sessions, no server-push channel.

HTTPS only, CORS open

Read-only public data.

Transport & limits

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

Free for personal and assistant use at non, non-bulk volumes; per-IP rate limiting is in effect. For sustained high-volume or commercial integrations, contact team@pickadive.com.

Example agent guidance (optional)

Add to your AGENTS.md / CLAUDE.md to shave the number of 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

— Issues, requests, corrections: team@pickadive.com — Documentation: pickadive.com/developers — Dataset behind the tools: pickadive.com/research · pickadive.com/trust

License

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

Disclaimer

Diving conditions are forecasts with ratings — planning context only, never a safety assessment of a specific dive on a specific day. Always assess conditions at the environment, dive within your training, and follow local advice. Wildlife seasonality reflects recorded observations, not a promise of encounters.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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
    53
    MIT

View all related MCP servers

Related MCP Connectors

  • AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Live Google Maps business search, review, and photo data for AI agents over MCP.

View all MCP Connectors

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