Skip to main content
Glama

NS Travel Information MCP Server

by r-huijts
package.json966 B
{ "name": "ns-mcp-server", "version": "0.1.6", "description": "Transform your AI assistant into a Dutch railways expert! This MCP server connects Claude to real-time NS (Nederlandse Spoorwegen) travel information, making it your perfect companion for navigating the Netherlands by train.", "private": false, "type": "module", "bin": { "ns-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "dotenv": "^16.4.7", "axios": "^1.7.9", "typescript": "^5.7.2" }, "devDependencies": { "@types/dotenv": "^6.1.1", "@types/node": "^20.11.24", "axios": "^1.7.9", "dotenv": "^16.4.7", "typescript": "^5.7.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/r-huijts/ns-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server