Surf Session Finder
https://ssf-api-cf.surfsessionfinder.com/mcpskills: {'id': 'list_pools', 'name': 'list_pools', 'description': 'List all supported surf pools worldwide with their IDs, names, and locations. Always call this first to get valid pool_id values for the other tools.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_session_levels', 'name': 'get_session_levels', 'description': 'Get the available session difficulty levels for a surf pool (e.g. Beginner, Intermediate, Advanced). Use the level names with find_sessions.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'find_sessions', 'name': 'find_sessions', 'description': 'Find available surf sessions at a pool. Returns date, time, skill level, available spots, and a booking URL. Filter by level, minimum spots, or time window.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 159.8ms; conformance: pass
How to connect
https://ssf-api-cf.surfsessionfinder.com/mcp
curl -X POST https://ssf-api-cf.surfsessionfinder.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'