infobus-mcp
by simovilab·★ 93·Score 41
MCP server for transit information access through standardized interfaces.
Overview
infobus-mcp is a Model Context Protocol server that enables AI assistants to access transit information through standardized interfaces. It provides tools for trip planning, real-time information queries, and natural language transit assistance with integration support for LLMs and conversational AI platforms.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're building AI assistants that need to provide transit information and route planning capabilities.
When NOT to choose this
Avoid this server if you need specialized transit features not covered by the standardized interface or if you're looking for broader transportation data APIs beyond MCP.
Comparable tools
Installation
pip install infobus-mcpFor Claude Desktop:
{
"mcpServers": {
"infobus": {
"command": "python",
"args": ["-m", "infobus_mcp"]
}
}
}FAQ
- What transit systems does infobus-mcp support?
- The README doesn't specify which transit systems are supported, but it likely supports standard transit APIs that can be configured.
- How can I integrate infobus-mcp with other AI platforms?
- infobus-mcp provides integration support for LLMs and conversational AI platforms through its standardized MCP interface.
Compare infobus-mcp with
Last updated · Auto-generated from public README + GitHub signals.