go-planning-mcp

EmilSoleymani/go-planning-mcp
★ 0 stars Unknown language DevOps Updated today
Fully functional MCP server for Metrolinx GO Transit Open Data API, letting LLMs plan trips, check schedules, and query live departures through natural conversation. Self-hostable via Docker or deployable to Vercel in minutes.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-planning-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EmilSoleymani/go-planning-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that wraps the Metrolinx GO Transit Open Data API, letting LLMs plan trips, check schedules, and query live departures through natural conversation. Self-hostable via Docker or deployable to Vercel in minutes. > Work in progress — implementation coming soon. Set your Metrolinx API key: ```bash