io.github.cyanheads/onebusaway-mcp-server
Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://onebusaway.caseyjhand.com/mcp{
"mcpServers": {
"onebusaway-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/onebusaway-mcp-server"
],
"env": {
"ONEBUSAWAY_API_KEY": "TEST",
"ONEBUSAWAY_BASE_URL": "https://api.pugetsound.onebusaway.org",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}{
"mcpServers": {
"onebusaway-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/onebusaway-mcp-server"
],
"env": {
"ONEBUSAWAY_API_KEY": "TEST",
"ONEBUSAWAY_BASE_URL": "https://api.pugetsound.onebusaway.org",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}npx -y @cyanheads/onebusaway-mcp-serverONEBUSAWAY_API_KEYOneBusAway API key. TEST works on the Puget Sound instance for development.
ONEBUSAWAY_BASE_URLBase URL for the OneBusAway instance. Defaults to Puget Sound.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
ONEBUSAWAY_API_KEYOneBusAway API key. TEST works on the Puget Sound instance for development.
ONEBUSAWAY_BASE_URLBase URL for the OneBusAway instance. Defaults to Puget Sound.
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
Crypto market signals, technical indicators, and sentiment analysis for AI agents.
No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.
Schedule agent work and report write-once outcomes via CueAPI from any MCP host.