surfline-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@surfline-mcpget surf forecast for the next 2 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
surfline-mcp
Minimal Python MCP server with one tool: get_surf_forecast.
It fetches both Surfline forecast endpoints:
conditionsrating
The spot is fixed by environment variable (SURFLINE_SPOT_ID) so this server is effectively single-spot.
Setup
cd surfline-mcp
uv syncRun (stdio MCP server)
cd surfline-mcp
export SURFLINE_SPOT_ID=5842041f4e65fad6a7708852
uv run surfline-mcpRun via uvx (from GitHub)
export SURFLINE_SPOT_ID=5842041f4e65fad6a7708852
uvx --from git+https://github.com/ivoytov/surfline-mcp surfline-mcpNanobot MCP config (uvx)
{
"tools": {
"mcpServers": {
"surfline": {
"command": "uvx",
"args": ["--from", "git+https://github.com/ivoytov/surfline-mcp", "surfline-mcp"],
"env": {
"SURFLINE_SPOT_ID": "5842041f4e65fad6a7708852"
}
}
}
}
}Tool
get_surf_forecast(days=3)
Returns:
spot_iddaysdaily_forecast[]with:forecastDaydayToWatchheadlineobservationrating_summary.dominant_keyrating_summary.min_valuerating_summary.max_valuerating_summary.avg_valuerating_windows[]as compact 3-hour snapshots:local_hourkeyvalue
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
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/ivoytov/surfline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server