NOAA Tides MCP Server
@seanofahey
关于 NOAA Tides MCP Server
An MCP Server for NOAA Tide data
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-noaa-tides": {
"command": "python",
"args": [
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NOAA Tides MCP Server?
NOAA Tides MCP Server is an MCP (Model Context Protocol) server that provides access to NOAA CO-OPS (Center for Operational Oceanographic Products and Services) data. It is designed for developers and AI agents who need to retrieve water level data, tide predictions, and station information from NOAA tide stations.
How to use NOAA Tides MCP Server?
Install the server using uv add mcp[cli] and uv add httpx. Run the server with python server.py. To use with Claude Desktop, add the server using the configuration string python:/path/to/your/server.py, replacing the path with the actual location of your server.py file.
Features of NOAA Tides MCP Server
- Get water level data for specific stations
- Get tide predictions (high/low tides)
- Get station information and metadata
- Supports multiple vertical datums and time zones
- Configurable date ranges and units
Use cases of NOAA Tides MCP Server
- Retrieve real-time and historical water levels for coastal monitoring
- Obtain high/low tide predictions for boating or fishing planning
- Access station metadata for research or educational purposes
FAQ from NOAA Tides MCP Server
What data does NOAA Tides MCP Server provide?
It provides water level data, tide predictions (high/low tides), and station information from NOAA CO-OPS.
How do I install NOAA Tides MCP Server?
Install the required packages using uv add mcp[cli] and uv add httpx.
How do I run NOAA Tides MCP Server?
Run the server with the command python server.py.
How do I use NOAA Tides MCP Server with Claude Desktop?
Add the server to Claude Desktop using the configuration string python:/path/to/your/server.py, replacing the path with your server's actual location.
What are the parameters for the tide prediction tool?
The get_tide_predictions tool accepts: station_id (required), begin_date, end_date, datum (default MLLW), time_zone (default gmt), units (default english), and interval (default hilo).
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论