☁️
Sbb
A MCP (Model Context Protocol) server for the Swiss Federal Railways
0 installs
Trust: 37 — Low
Cloud
Ask AI about Sbb
Powered by Claude · Grounded in docs
I know everything about Sbb. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
SBB/CFF/FFS MCP
A Model Context Protocol server for the Swiss Federal Railways.
This project is a proof of concept for a Model Context Protocol server that provides information about the Swiss Federal Railways (SBB/CFF/FFS) trains, stations, and other related data.
Usage
Run the MCP server with the following command:
npx -y @mbstudio/sbb-mcp@latest
Or add to your mcp.json:
"sbb": {
"command": "npx",
"args": [
"-y",
"@mbstudio/sbb-mcp@latest"
]
}
Available Tools
| Tool | Description |
|---|---|
sbb_get_places | Return a list of places available from name |
sbb_get_trips | Return a list of trips available from two places ID or name |
Development
To run the MCP server in development mode, you can use the MCP Inspector.
First build the server:
pnpm build
Then run the server inspector:
npx @modelcontextprotocol/inspector node dist/index.js
