Read-only public transit departures, stop search, and city coverage for bus and train users.
claude mcp add live-times-transit --transport http https://livebustimes.org/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"live-times-transit": {
"url": "https://livebustimes.org/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"live-times-transit": {
"serverUrl": "https://livebustimes.org/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"live-times-transit": {
"type": "http",
"url": "https://livebustimes.org/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"live-times-transit": {
"url": "https://livebustimes.org/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"live-times-transit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://livebustimes.org/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://livebustimes.org/api/mcp | none |
| streamable-http | https://livetraintimes.org/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.travelwhiz-ltd--live-times-transit/reviews or the review_server meta-tool.
POST /mcp