OpenBusData
Rank #47,468io.github.AndrewAubury/openbusdata
MCP server for UK Bus Open Data with timetable parsing, journey planning and live tracking.
OpenBusData is a Model Context Protocol (MCP) server published by andrewaubury. It ranks #47,468 of 132,046 servers tracked on MCP Toplist. OpenBusData is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Jun 19, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 84,578 of 132,046 servers on MCP Toplist.
Use OpenBusData
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add openbusdata -e "OPENBUS_API_KEY=<your OPENBUS_API_KEY>" -- uvx openbusdata-mcpReplace each placeholder with your own value before saving.
[mcp_servers.openbusdata]
command = "uvx"
args = ["openbusdata-mcp"]
[mcp_servers.openbusdata.env]
OPENBUS_API_KEY = "<your OPENBUS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openbusdata": {
"command": "uvx",
"args": [
"openbusdata-mcp"
],
"env": {
"OPENBUS_API_KEY": "<your OPENBUS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openbusdata": {
"command": "uvx",
"args": [
"openbusdata-mcp"
],
"env": {
"OPENBUS_API_KEY": "<your OPENBUS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openbusdata": {
"type": "stdio",
"command": "uvx",
"args": [
"openbusdata-mcp"
],
"env": {
"OPENBUS_API_KEY": "<your OPENBUS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openbusdata": {
"command": "uvx",
"args": [
"openbusdata-mcp"
],
"env": {
"OPENBUS_API_KEY": "<your OPENBUS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openbusdata": {
"command": "uvx",
"args": [
"openbusdata-mcp"
],
"env": {
"OPENBUS_API_KEY": "<your OPENBUS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AndrewAubury%2Fopenbusdata)<a href="https://mcptoplist.com/server/io.github.AndrewAubury%2Fopenbusdata"><img src="https://mcptoplist.com/badge/io.github.AndrewAubury%2Fopenbusdata.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
andrewaubury
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Jun 19, 2026 |
| 1.0.1 | Jun 19, 2026 |
| 1.0.0 | Jun 19, 2026 |
Frequently asked questions
- Who maintains OpenBusData?
- OpenBusData is maintained by andrewaubury, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is OpenBusData listed on the Official MCP Registry?
- Yes — OpenBusData is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does OpenBusData have?
- MCP Toplist tracks 3 versions of OpenBusData, most recently published on Jun 19, 2026.
- Where can I find the source code for OpenBusData?
- The source code for OpenBusData is hosted at github.com/andrewaubury/openbusdata-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.