Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"shouldigo-surf": {
"args": [
"-y",
"shouldigo-surf-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Should I Go? — real-time surf conditions for 5,000+ beaches worldwide.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'shouldigo-surf-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked shouldigo-surf-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
App framework, testing framework, and inspector for MCP Apps.
MCP Security Weekly
Get CVE alerts and security updates for io.github.orlench/shouldigo-surf and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Should I Go? — real-time surf conditions for 5,000+ beaches worldwide.
Use this with Claude Desktop, Claude Code, or any MCP-compatible client to check surf conditions, find nearby spots, and get a score + verdict on whether it's worth paddling out.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"shouldigo-surf": {
"command": "npx",
"args": ["-y", "shouldigo-surf-mcp"]
}
}
}
claude mcp add shouldigo-surf -- npx -y shouldigo-surf-mcp
Get real-time surf conditions for a specific beach.
Input: { "spotId": "pipeline" }
Returns: Score (0-100), verdict (yes/no/maybe), wave height, wind, water temp, trend, and board recommendation.
Find the nearest surf spot to given coordinates.
Input: { "lat": 21.66, "lon": -158.05 } (optional — auto-detects if omitted)
List all available surf spots, optionally filtered by country.
Input: { "country": "Australia" } (optional)
Ask Claude:
"What are the surf conditions at Pipeline right now?"
"Find me the nearest surf spot to Sydney and check if it's worth going"
"List all surf spots in Portugal"
This MCP server calls the public Should I Go? API. No API key needed.
Rate limited to 60 requests per 15 minutes. For higher limits, email support@shouldigo.surf.
MIT