skedgo/tripgo-mcp-server
by Various
MCP server for TripGo's multi-modal routing
MCP
skedgo/tripgo-mcp-server
Added 1 June 2026
Overview
An MCP server that exposes TripGo's multi-modal routing engine through the Model Context Protocol. It allows AI agents and LLM-based tools to query real-time transit, driving, cycling, and walking routes. Built in TypeScript, it acts as a bridge between TripGo's API and MCP-compatible clients.
Best for
Best for
Developers building AI agents that need real-time multi-modal transit routing
Use cases
- Integrate trip planning into conversational AI assistants
- Build automated travel itinerary generators
- Enable route queries from MCP-compatible development tools
How to use
Tools exposed
tripgo-locationstripgo-departurestripgo-routingtripgo-get-trip-url
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "TripGo": {\n "command": "npx",\n "args": [\n "mcp-remote",\n "https://tripgo-mcp-server.skedgo-account.workers.dev/mcp"\n ]\n }\n }\n} Notes
An MCP server that exposes TripGo’s multi-modal routing engine through the Model Context Protocol. It allows AI agents and LLM-based tools to query real-time transit, driving, cycling, and walking routes. Built in TypeScript, it acts as a bridge between TripGo’s API and MCP-compatible clients.
4 stars on GitHub. Last updated 2026-05-23.
Use cases
- Integrate trip planning into conversational AI assistants
- Build automated travel itinerary generators
- Enable route queries from MCP-compatible development tools
Pros
- Provides access to TripGo’s comprehensive multi-modal routing data
- Follows the standard MCP protocol for easy integration with AI agents
- Open source with TypeScript for type safety and maintainability
Cons
- Requires a TripGo API key and depends on TripGo service availability
- Low community adoption (4 stars) may mean limited support and documentation
- No built-in caching or offline fallback for routing queries
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides access to TripGo's comprehensive multi-modal routing data
- Follows the standard MCP protocol for easy integration with AI agents
- Open source with TypeScript for type safety and maintainability
Cons
- Requires a TripGo API key and depends on TripGo service availability
- Low community adoption (4 stars) may mean limited support and documentation
- No built-in caching or offline fallback for routing queries
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.