mcnoaa-tides/.mcp.json
Ryan Malloy 6c244b3a63 Initial implementation: FastMCP 3.0 server wrapping NOAA CO-OPS API
7 tools: station search/nearest/info, tide predictions/observations,
meteorological data (Literal selector for 8 products), and parallel
marine conditions snapshot. 3 resources, 2 prompts, full test suite.
2026-02-21 21:04:03 -07:00

9 lines
161 B
JSON

{
"mcpServers": {
"noaa-tides": {
"command": "uv",
"args": ["run", "--directory", "/home/rpm/claude/mat/noaa-tides", "noaa-tides"]
}
}
}