RMV Server
БесплатноНе проверенA simple MCP server to call RMV APIs for nearby stations and departure boards.
Описание
A simple MCP server to call RMV APIs for nearby stations and departure boards.
README
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.
- Create a
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_nearbystations
Установка RMV Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/heikoliedtke/rmv_mcpFAQ
RMV Server MCP бесплатный?
Да, RMV Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для RMV Server?
Нет, RMV Server работает без API-ключей и переменных окружения.
RMV Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить RMV Server в Claude Desktop, Claude Code или Cursor?
Открой RMV Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare RMV Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
