surfline-mcp
by ivoytov
surfline-mcp
get_surf_forecast 도구 하나를 포함하는 최소한의 Python MCP 서버입니다.
다음 두 가지 Surfline 예보 엔드포인트를 가져옵니다:
conditionsrating
스팟은 환경 변수(SURFLINE_SPOT_ID)로 고정되어 있으므로 이 서버는 사실상 단일 스팟 전용입니다.
설정
cd surfline-mcp
uv sync실행 (stdio MCP 서버)
cd surfline-mcp
export SURFLINE_SPOT_ID=5842041f4e65fad6a7708852
uv run surfline-mcpuvx를 통한 실행 (GitHub에서)
export SURFLINE_SPOT_ID=5842041f4e65fad6a7708852
uvx --from git+https://github.com/ivoytov/surfline-mcp surfline-mcpNanobot MCP 설정 (uvx)
{
"tools": {
"mcpServers": {
"surfline": {
"command": "uvx",
"args": ["--from", "git+https://github.com/ivoytov/surfline-mcp", "surfline-mcp"],
"env": {
"SURFLINE_SPOT_ID": "5842041f4e65fad6a7708852"
}
}
}
}
}도구
get_surf_forecast(days=3)
반환 값:
spot_iddaysdaily_forecast[](포함 항목):forecastDaydayToWatchheadlineobservationrating_summary.dominant_keyrating_summary.min_valuerating_summary.max_valuerating_summary.avg_valuerating_windows[](3시간 단위의 간략한 스냅샷):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