NS Travel Information MCP Server
@r-huijts
关于 NS Travel Information MCP Server
A Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ns-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"ns-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NS Travel Information MCP Server?
This MCP server connects AI assistants to real-time NS (Nederlandse Spoorwegen) travel information, making them experts on Dutch railways. It provides schedules, delays, station details, and ticket pricing for navigating the Netherlands by train.
How to use NS Travel Information MCP Server?
Install via npx (npx -y ns-mcp-server), Smithery, or from source. Configure Claude Desktop with the ns-server command and set the required NS_API_KEY environment variable. Restart Claude Desktop, then ask natural language questions about train travel.
Key features of NS Travel Information MCP Server
- Real-time departures with platform numbers and delays
- Upcoming arrivals with origin stations and status updates
- Journey planning with transfers and real-time updates
- Service disruptions, maintenance, and engineering work checks
- Ticket pricing for single, return, and group journeys
- Station details including facilities and accessibility
Use cases of NS Travel Information MCP Server
- Check if a usual morning train is running on time
- Find best alternative routes during maintenance or delays
- Calculate ticket prices for groups and travel classes
- Plan the earliest or last train for a meeting or night out
- Verify station accessibility and bike rental availability
FAQ from NS Travel Information MCP Server
Where do I get an NS API key?
Get an API key from the NS API Portal.
What environment variable is required?
Set the NS_API_KEY environment variable with your NS API key.
What types of information can the server provide?
It provides real-time departures/arrivals, journey planning, service updates, ticket pricing, and station details.
Can the server handle queries in multiple languages?
Yes, information is available in both Dutch and English.
How do I install the server?
Install via npx (npx -y ns-mcp-server), via Smithery, or by cloning the repository and running npm install.
媒体与设计 分类下的更多 MCP 服务器
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
评论