Beach Safety
/install beach-safety
Beach Safety
Get surf/weather conditions for any beach using the beach-safety MCP server.
Quick Usage
mcporter call beach-safety get_beach_report --args '{"beach_name": "Waikiki"}'
mcporter call beach-safety get_beach_report --args '{"beach_name": "Hapuna Beach, Hawaii"}'
Tools Available
| Tool | Use Case |
|---|---|
get_beach_report |
Full text report — waves, swell, wind, UV, safety score, recommendations |
get_beach_json |
Same data as JSON for programmatic use |
get_surf_forecast |
Surf-specific: wave height, swell, period, direction, rip risk |
get_uv_forecast |
UV index with sun protection guidance |
Safety Score
| Score | Meaning | Action |
|---|---|---|
| 9-10 | Generally safe | Enjoy with normal precautions |
| 7-8 | Minor concerns | Caution advised |
| 4-6 | Caution | Swim near lifeguard |
| 1-3 | Dangerous | Stay out of the water |
Installation
The MCP server code lives in projects/beach-safety-mcp/ (outside the skills tree — safe from clawhub reinstalls).
Add to mcporter
Add this to ~/.openclaw/workspace/config/mcporter.json:
{
"mcpServers": {
"beach-safety": {
"command": "python3",
"args": ["/Users/evanfoglia/.openclaw/workspace/projects/beach-safety-mcp/src/server.py"]
}
}
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install beach-safety - After installation, invoke the skill by name or use
/beach-safety - Provide required inputs per the skill's parameter spec and get structured output
What is Beach Safety?
Comprehensive beach surf conditions via mcporter MCP call. Use when asked about surf, waves, swim conditions, rip currents, or beach safety at any beach worl... It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install Beach Safety?
Run "/install beach-safety" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beach Safety free?
Yes, Beach Safety is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beach Safety support?
Beach Safety is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beach Safety?
It is built and maintained by Evan Foglia (@evanfoglia); the current version is v1.1.0.