noaa-tidesandcurrents-mcp

by RyanCardin15
Verified
{ "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", "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" } }