Surf MCP Server
@ravinahp
关于 Surf MCP Server
An MCP server for people who surf waves and the web.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"surf-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Surf MCP Server?
Surf MCP Server is an MCP server that retrieves tide information for any location using latitude and longitude. It supports date-specific queries and provides detailed tide data including high/low tides, water heights, and station information. It is designed for surfers and anyone who needs tide data via the Storm Glass API.
How to use Surf MCP Server?
Clone the repository, install dependencies with uv sync, then add the server to your Claude desktop configuration file (MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json). Set the STORMGLASS_API_KEY environment variable. Invoke the get_tides tool with latitude, longitude, and date (YYYY-MM-DD) parameters.
Key features of Surf MCP Server
- Fetch tide information for any location using latitude and longitude.
- Support for date-specific tide queries.
- Detailed tide data including high/low tides and station information.
- Automatic time zone handling (UTC).
- Robust error handling for API failures, invalid coordinates, and missing keys.
Use cases of Surf MCP Server
- Determine the optimal surfing time by analyzing incoming tides (about 2 hours before high tide) at a favorite beach.
- Evaluate tide data accuracy by checking station distance from the requested location.
FAQ from Surf MCP Server
What are the prerequisites for using Surf MCP Server?
Python 3.x and a Storm Glass API key are required. The API key is obtained from stormglass.io (free tier available).
How does the tool handle API usage limits?
The free Storm Glass tier allows 10 requests per day. Paid plans from 500 to 25,000 requests/day are available. Choose a plan based on your usage.
Where does the tide data come from?
All tide data is fetched from the Storm Glass API. The server does not store any local data; it queries the API on each request.
What transport does the server use?
The server runs over stdio, as is standard for MCP servers. Debugging is best done with the MCP Inspector.
How is authentication handled?
The Storm Glass API key is provided via the STORMGLASS_API_KEY environment variable in the MCP server configuration. No other authentication is required.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论