by svkaizoku
Provides BVG public‑transport data to AI assistants via the Model Context Protocol, using standard input/output for communication.
The server implements the Model Context Protocol to expose Berlin's BVG transport information (e.g., stop names) to AI models. It runs as a STDIO‑based service, spawning a separate process for each client session and terminating when the client disconnects.
claude_desktop_config.json
(or the configuration of any MCP client) to point to the server executable.Q: Which transport does the server support? A: Currently only stop‑name lookup for Berlin’s BVG network is implemented.
Q: Can I use the server with other MCP clients besides Claude Desktop? A: Yes, any client that supports STDIO transport can connect.
Q: How does the server terminate? A: The process ends automatically when the client closes the STDIO connection.
Q: Is authentication required? A: No API key is needed for the current starter functionality.
Q: Where can I find the source code? A: The repository is hosted at https://github.com/svkaizoku/mcp-bvg.
An unofficial Model Context Protocol (MCP) server for interacting with BVG api.
There is currently only 1 version of the BVG MCP server available:
Usage with Claude Desktop:
claude_desktop_config.json
to point to this serverThis server implements the Model Context Protocol (MCP) specification to provide AI assistant models with access to BVG Api
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
by danny-avila
Provides a self‑hosted ChatGPT‑style interface supporting numerous AI models, agents, code interpreter, image generation, multimodal interactions, and secure multi‑user authentication.
by block
Automates engineering tasks on local machines, executing code, building projects, debugging, orchestrating workflows, and interacting with external APIs using any LLM.
by RooCodeInc
Provides an autonomous AI coding partner inside the editor that can understand natural language, manipulate files, run commands, browse the web, and be customized via modes and instructions.
by pydantic
A Python framework that enables seamless integration of Pydantic validation with large language models, providing type‑safe agent construction, dependency injection, and structured output handling.
by lastmile-ai
Build effective agents using Model Context Protocol and simple, composable workflow patterns.
by mcp-use
A Python SDK that simplifies interaction with MCP servers and enables developers to create custom agents with tool‑calling capabilities.
by nanbingxyz
A cross‑platform desktop AI assistant that connects to major LLM providers, supports a local knowledge base, and enables tool integration via MCP servers.
by gptme
Provides a personal AI assistant that runs directly in the terminal, capable of executing code, manipulating files, browsing the web, using vision, and interfacing with various LLM providers.