OSP Marketing Tools MCP Server

{ "name": "nps", "type": "module", "version": "1.0.0", "description": "MCP using National Park Service API", "main": "index.js", "bin": { "nps": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" }, "files": [ "build" ], "author": "A. Satterlee", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^22.12.0", "typescript": "^5.7.3" } }