Back to Home
CWACoderWithAttitude icon

rmv-mcp-server

Verified Safe

by CWACoderWithAttitude

Overview

An MCP (Model Context Protocol) server connecting LLMs to Germany's RMV public transport data (stations, connections, departures) via its API for natural language queries.

Installation

Run Command
uv run rmv_stdio.py

Environment Variables

  • RMV_API_KEY

Security Notes

The server uses `os.getenv` for API key retrieval, preventing hardcoding. External API calls are made using `httpx` with basic error handling. No `eval` or `exec` calls were found. User inputs are passed as parameters to the external RMV API, which is a standard practice and generally safe, as the RMV API itself would be responsible for parsing its parameters securely.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2025-12-11

Tags

LLMPublic TransportGermanyAPI IntegrationFastMCP