RMV MCP Server
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., "@RMV MCP Servershow me departures from Frankfurt Hauptbahnhof"
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.
RMV MCP Server
A simple MCP (Model Context Protocol) server with two functions to call RMV APIs for information about nearby stations and departure boards.
Setup
Install dependencies and create a virtual environment:
This project uses
uv, an extremely fast Python package installer and resolver which creates and manages virtual environments (likevenv). If you don't have it, see the official uv documentation to install it.uv initBy using uv, there is no need to explicetily create a venv and install requirements. All information about the uv project is in the file pyproject.toml. Consequently, there is no requirements.txt in this repo.
Configure your RMV Access ID:
Create a
.envfile in the project root.Add your RMV
ACCESS_IDto it:ACCESS_ID="your-rmv-api-access-id"You can get an
ACCESS_IDfrom the RMV open data platform.
Related MCP server: BVG MCP Server
Usage
Integrate the MCP server to Gemini CLI
Go and find the file .gemini/settings.json in your home directory. Add the following block:
"mcpServers": { "rmvServer": { "command": "uv", "args": [ "run", "--project", "/YOURPATH/rmv_mcp/", "/YOURPATH/rmv_mcp/rmv_server.py" ] } },
Gemini CLI
In Gemini CLI check with /mcp the new MCP server:
rmvServer - Ready (2 tools)
Tools:
- get_departureboard
- get_nearbystationsThis 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.
Related MCP Servers
- -license-qualityBmaintenanceMCP Server for the Google Maps API.Last updated11,86889,088MIT
- Alicense-qualityDmaintenanceAn MCP server for interacting with the Berlin Public Transport (BVG) API to search for locations and plan journeys. It provides real-time access to departures, arrivals, trip details, and vehicle tracking within Berlin's transit network.Last updatedMIT
- FlicenseAqualityDmaintenanceMCP server for querying German public transport information, including station search, live departures/arrivals, and journey planning.Last updated5
- Flicense-qualityDmaintenanceMCP server for real-time German public transport data (HAFAS/VBN network). Enables querying departures, arrivals, journeys, and nearby stops using natural language.Last updated
Related MCP Connectors
A basic MCP server to operate on the Postman API.
A MCP server for the Frankfurter API for currency exchange rates.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/heikoliedtke/rmv_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server