NOAA Tides and Currents
Rank #61,041io.github.RyanCardin15/noaa-tides-and-currents-mcp
NOAA tides and currents: water levels, tide predictions, currents, met data, flooding, sun and moon
NOAA Tides and Currents is a Model Context Protocol (MCP) server published by ryancardin15. It ranks #61,041 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. NOAA Tides and Currents is listed on Official MCP, with 1 tracked version. It was first listed on Jul 8, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 54,550 of 115,591 servers on MCP Toplist.
Use NOAA Tides and Currents
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http noaa-tides-and-currents-mcp https://perigeetides.com/mcpclaude mcp add noaa-tides-and-currents-mcp -- npx -y @ryancardin/noaa-tides-currents-mcp-server[mcp_servers.noaa-tides-and-currents-mcp]
url = "https://perigeetides.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.noaa-tides-and-currents-mcp]
command = "npx"
args = ["-y", "@ryancardin/noaa-tides-currents-mcp-server"]Add to ~/.codex/config.toml.
https://perigeetides.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"noaa-tides-and-currents-mcp": {
"command": "npx",
"args": [
"-y",
"@ryancardin/noaa-tides-currents-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"noaa-tides-and-currents-mcp": {
"url": "https://perigeetides.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"noaa-tides-and-currents-mcp": {
"command": "npx",
"args": [
"-y",
"@ryancardin/noaa-tides-currents-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"noaa-tides-and-currents-mcp": {
"type": "http",
"url": "https://perigeetides.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"noaa-tides-and-currents-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ryancardin/noaa-tides-currents-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"noaa-tides-and-currents-mcp": {
"serverUrl": "https://perigeetides.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"noaa-tides-and-currents-mcp": {
"command": "npx",
"args": [
"-y",
"@ryancardin/noaa-tides-currents-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"noaa-tides-and-currents-mcp": {
"url": "https://perigeetides.com/mcp"
}
}
}{
"mcpServers": {
"noaa-tides-and-currents-mcp": {
"command": "npx",
"args": [
"-y",
"@ryancardin/noaa-tides-currents-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RyanCardin15%2Fnoaa-tides-and-currents-mcp)<a href="https://mcptoplist.com/server/io.github.RyanCardin15%2Fnoaa-tides-and-currents-mcp"><img src="https://mcptoplist.com/badge/io.github.RyanCardin15%2Fnoaa-tides-and-currents-mcp.svg" alt="MCP Toplist: #61,041 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ryancardin15
Other servers by ryancardin15
View all ryancardin15 servers →Available versions (1)
| Version | Published |
|---|---|
| 2.0.2-remote.1 | Jul 8, 2026 |
Frequently asked questions
- Who maintains NOAA Tides and Currents?
- NOAA Tides and Currents is maintained by ryancardin15, which publishes 7 MCP servers (1 total version) tracked on MCP Toplist.
- Is NOAA Tides and Currents listed on the Official MCP Registry?
- Yes — NOAA Tides and Currents is listed on the Official MCP Registry.
- How many versions does NOAA Tides and Currents have?
- MCP Toplist tracks 1 version of NOAA Tides and Currents, most recently published on Jul 8, 2026.
- Where can I find the source code for NOAA Tides and Currents?
- The source code for NOAA Tides and Currents is hosted at github.com/RyanCardin15/Perigee-Tides.