mcp-ns-railways
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ns-railwaysWhat are the next departures from Amsterdam Centraal?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-ns-railways
MCP server for Dutch railway queries via the NS API. Covers NS intercity, Sprinter, and international train services.
Status: Work in Progress — Server scaffolding is in place. Tools are not yet implemented.
Prerequisites
Bun runtime (
curl -fsSL https://bun.sh/install | bash)An NS API key — free registration required
Related MCP server: ns-bridge
Planned Tools
ns_search_stations— Search Dutch railway stations by namens_get_departures— Get departures from a station with live delay infons_get_trips— Plan journeys between two Dutch stationsns_get_disruptions— Get current disruptions and maintenance works
Data Source
The NS Developer Portal provides access to NS timetable, real-time, and disruption data. Free registration gives access to the Reisinformatie API.
Install
git clone git@github.com:McCullonas/mcp-ns-railways.git
cd mcp-ns-railways
bun installMCP Client Configuration (once implemented)
{
"mcpServers": {
"ns-railways": {
"command": "bun",
"args": ["run", "/path/to/mcp-ns-railways/src/index.ts"],
"env": {
"NS_API_KEY": "your-key-here"
}
}
}
}Licence
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/McCullonas/mcp-ns-railways'
If you have feedback or need assistance with the MCP directory API, please join our Discord server