Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
noaa-tidesandcurrents-mcp
by
RyanCardin15
Verified
GitHub
Research & Data
Location Services
TypeScript
MIT License
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
NOAA
src
Dockerfile
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "noaa-tides-currents-mcp-server", "version": "1.0.0", "description": "MCP Server that interfaces with NOAA Tides and Currents API using FastMCP", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node-esm src/index.ts", "test": "vitest run", "format": "prettier --write ." }, "keywords": [ "noaa", "tides", "currents", "mcp", "fastmcp", "api" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.2", "dotenv": "^16.3.1", "fastmcp": "^1.16.3", "suncalc": "^1.9.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "prettier": "^3.0.3", "ts-node": "^10.9.1", "typescript": "^5.3.2", "vitest": "^0.34.6" } }