← getbeachfinder.com

INDIVIDUAL MCP TOOL

get_spot_conditions

Get current water, weather, wind, UV, wave and current planning signals for one BeachFinder spot ID.

getbeachfinder.comnone authenticationAvailability not checked

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 endpoint

getbeachfinder.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.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_dive_snorkel_spots — Find mapped diving and snorkeling locations without inferring visibility or safety.
  • 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 — Find BeachFinder water and coastal activity providers for lessons, rentals, equipment, repair needs, guided trips, clubs, campsites and excursions.
  • search_guides — Find localized practical, destination, GTA and football travel guides published by BeachFinder.