INDIVIDUAL MCP TOOL
search_dive_snorkel_spots
Find mapped diving and snorkeling locations without inferring visibility or safety.
LIVE ENDPOINT
https://getbeachfinder.com/mcp
Connect to this endpoint to inspect the live schema for search_dive_snorkel_spots 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
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.beachfinder]
url = "https://getbeachfinder.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"beachfinder": {
"type": "http",
"url": "https://getbeachfinder.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: beachfinder
Remote MCP URL: https://getbeachfinder.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": {
"beachfinder": {
"url": "https://getbeachfinder.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"beachfinder": {
"type": "http",
"url": "https://getbeachfinder.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "beachfinder",
"transport": "streamable-http",
"url": "https://getbeachfinder.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_beaches— Find public beaches by city or consented coordinates and rank them for swimming, family, warm-water, low-wind, surf, accessibility or amenities.search_swim_spots— Find beaches, lakes, bathing places and public swimming locations.search_surf_spots— Find mapped swimming locations with surf or wave relevance and current planning signals when available.search_river_whitewater_spots— Find mapped river and whitewater activity locations near a destination.search_vanlife_spots— Find published van and camping locations near beaches while withholding direct contact details.search_activity_providers— Use for conversational requests for professionals near a destination: surf schools, camps, shops, board or wetsuit rental and repair; dive, snorkel and freedive centers; SUP, paddle, kayak and canoe rental, lessons or tours; rafting, canyoning and whitewater outfitters; boat, sailing, fishing, wildlife, jet-ski and beach services; plus campervan, motorhome, RV and surf-van rental, sales, dealers, conversion builders, repair workshops and coastal RV parks.search_guides— Find active localized practical, destination and GTA travel guides published by BeachFinder.get_spot_details— Get stable public facts and localized editorial content for one BeachFinder spot ID.