surf-session-finder-mcp
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
Related MCP server: Surf Forecast MCP
Tools
Tool | Description |
| List all supported surf pools with IDs and locations |
| Get skill levels available at a pool |
| Find available sessions — filter by level, spots, and time window |
Endpoints
Purpose | URL |
MCP endpoint (HTTP transport) |
|
Discovery manifest |
|
Installation
Claude Desktop / Claude.ai
Add a custom connector pointing at:
https://ssf-api-cf.surfsessionfinder.com/mcpCursor / 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceReal-time last-minute tour and activity booking across 18 suppliers in 15 countries via the OCTO open standard. Search available slots, create Stripe checkout sessions, and check booking status.41MIT
- Flicense-qualityCmaintenanceProvides surf forecast data including swell height, period, direction, and wind conditions for any location worldwide using the Open-Meteo Marine API. It also includes tools to find the best day to surf and integrates with MCP clients via a Python server.19
- AlicenseAqualityCmaintenanceMCP server for wind forecasts, live measurements, wave forecasts, and tides, enabling kite and surf spot checks via AI assistants.511MIT
- Alicense-qualityDmaintenanceMCP server for real-time surf conditions at 5,000+ beaches worldwide. Enables checking surf conditions, finding nearest spots, and listing spots via natural language.281MIT
Related MCP Connectors
Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents.
Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.
Scheduling, availability, clients, billing and CRM for appointment-based services.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/surf-session-finder/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server