General Tools
busmaps.com
Provides transit route planning, real-time departures, nearby stops, and timetable information.
ENDPOINT 1
https://mcp.busmaps.com/mcp
MCP server metadata
- Name
- busmaps-transit
- Version
- 0.9.0
busmaps Transit API: global routing, stops, real-time departures, live vehicles, service alerts, source GTFS downloads, car and pedestrian routing, travel matrices, transit isochrones, and geocoding. This is a PUBLIC demo server: no API key is required - just connect and call the tools. The server uses a shared demo key with modest rate limits over busmaps.com data. Standard tools use REST API v1; Compact API tools use /compact/v1/*. For your own app, get a free key and call the REST API at https://capi.busmaps.com:8443 directly. To understand the API and build an app, FIRST read the resource busmaps://start-here (overview, critical gotchas, how to build an app), then busmaps://recipes (ready-made screen recipes). For integrations that need smaller responses read busmaps://compact-api. For a tool's exact response shape read busmaps://schema/<tool_name>. Coordinates are lat,lon EXCEPT car and pedestrian OSRM routing/matrices which use lon,lat.
Known tools 25
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.busmaps-transit]
url = "https://mcp.busmaps.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"busmaps-transit": {
"type": "http",
"url": "https://mcp.busmaps.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: busmaps-transit
Remote MCP URL: https://mcp.busmaps.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"busmaps-transit": {
"url": "https://mcp.busmaps.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"busmaps-transit": {
"type": "http",
"url": "https://mcp.busmaps.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "busmaps-transit",
"transport": "streamable-http",
"url": "https://mcp.busmaps.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for busmaps.com was fetched 2026-08-08T21:58:42.816Z and is being refreshed.
busmaps.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.