Loading MCP server directory, please wait...
MCP server for UK Bus Open Data with timetable parsing, journey planning and live tracking.
npx @getmcp/cli add io.github.AndrewAubury/openbusdataRequires Python 3.10+. Community-contributed server. Review source before installing.
OPENBUS_API_KEYYour UK Bus Open Data Service API key from https://data.bus-data.dft.gov.uk
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AndrewAubury/openbusdata": {
"command": "uvx",
"args": [
"openbusdata-mcp"
],
"env": {
"OPENBUS_API_KEY": ""
}
}
}
}