- Home
- MCP servers
- TripGo
TripGo
- typescript
4
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can run a remote MCP server that wraps the TripGo API to fetch transport locations, departures, multi-modal routing, and trip URLs. This server exposes practical tools you can use from any MCP client—perfect for building travel planning features into your apps or chat assistants.
How to use
Connect to the TripGo MCP Server using either the public HTTP URL or a local/remote client configuration. The server provides these tools: tripgo-locations to retrieve transport-related locations, tripgo-departures to fetch departures from a public transport stop, tripgo-routing for mixed and multi-modal trip planning, and tripgo-get-trip-url to obtain a URL for a previously calculated trip.
Option A: Use the public MCP URL directly from a compatible MCP client. The remote server is available at https://tripgo-mcp-server.skedgo-account.workers.dev/sse.
Option B: Connect Claude Desktop or another local MCP client to the remote server using the mcp-remote proxy. You will run the proxy with the remote URL to expose the TripGo MCP tools in your client.
If you want to run a local/cloud-based CLI flow for Claude Desktop, configure your MCP server entry to point to the public remote MCP URL as shown in the next configuration snippet.
How to install
Prerequisites: Node.js and npm must be installed on your system.
-
Create a local environment configuration by copying the example and setting your API key.
-
Install dependencies.
-
Start the local development server.
Follow these concrete steps to set up and run the server locally.
Additional content
Deployment and local development details are provided here. To run a local deployment, install dependencies and deploy the server locally using the provided commands.
Available tools
tripgo-locations
Fetch transport-related locations supported by the TripGo MCP server.
tripgo-departures
Retrieve departures from a specified public transport stop.
tripgo-routing
Plan trips using mixed and multi-modal routing across transport modes.
tripgo-get-trip-url
Obtain the URL for a trip calculated with tripgo-routing.