surf-session-finder-mcp

surf-session-finder-mcp

Surf Park live session availability for booking and cancellation. Made by surfers for wave pools worldwide

Category
Visit Server

README

Surf Session Finder MCP Server

Surf park session availability notifications worldwide — powered by Surf Session Finder.

This is a remote, hosted Model Context Protocol (MCP) server. There is nothing to install or run locally — you connect your MCP client directly to our HTTPS endpoint.


Features

  • 🏄 Browse 10+ wave pools across 5 continents
  • 🔍 Find available sessions filtered by skill level, available spots, and time window
  • 📋 List skill levels per pool (Beginner, Intermediate, Advanced, etc.)
  • 🌐 No authentication required — no API keys, no sign-in
  • Served from Cloudflare's edge network for fast, low-latency responses worldwide

Tools

Tool Description
list_pools List all supported surf pools with IDs and locations
get_session_levels Get skill levels available at a pool
find_sessions Find available sessions — filter by level, spots, and time window

Endpoints

Purpose URL
MCP endpoint (HTTP transport) https://ssf-api-cf.surfsessionfinder.com/mcp
Discovery manifest https://www.surfsessionfinder.com/.well-known/mcp.json

Installation

Claude Desktop / Claude.ai

Add a custom connector pointing at:

https://ssf-api-cf.surfsessionfinder.com/mcp

Cursor / Windsurf / Other MCP clients with remote-server support

{
  "mcpServers": {
    "surf-session-finder": {
      "url": "https://ssf-api-cf.surfsessionfinder.com/mcp"
    }
  }
}

Clients that only support stdio (e.g. older Claude Desktop versions)

Use mcp-remote as a bridge:

{
  "mcpServers": {
    "surf-session-finder": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://ssf-api-cf.surfsessionfinder.com/mcp"]
    }
  }
}

Supported pools

Pool Location
Urbnsurf Sydney Sydney, Australia
Urbnsurf Melbourne Melbourne, Australia
The Wave Bristol, UK
Lost Shore Edinburgh, UK
Skudin Surf New Jersey, USA
Waco Surf Waco, TX, USA
Atlantic Park Surf Virginia, USA
O2 Surftown Munich, Germany
SRF Park Tel Aviv Tel Aviv, Israel
SurflandBrasil Garopaba, Brazil

Example prompts

Once connected, try asking your AI assistant:

  • "Are there any beginner sessions at Urbnsurf Sydney this weekend?"
  • "Find sessions with at least 2 available spots at The Wave Bristol."
  • "What skill levels are available at SRF Park Tel Aviv?"
  • "List all surf pools in the USA."

Use cases

  • Planning a surf trip around session availability
  • Monitoring wave pool bookings across multiple locations
  • Building alerts or summaries for surf communities
  • Integrating live session data into travel or sports apps

Verification

After installing, ask your assistant: "List the Surf Session Finder tools."

It should report: list_pools, get_session_levels, find_sessions.

Support

  • 📧 Email: feedback@surfsessionfinder.com
  • 🌐 Contact: https://www.surfsessionfinder.com/contact/
  • 🌐 Website: https://www.surfsessionfinder.com

License

This documentation repository is published under the MIT License. The Surf Session Finder service itself is governed by the Surf Session Finder Terms of Service.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured