skedgo
MCP Serverskedgopublic

tripgo mcp server

MCP server for TripGo's multi-modal routing

Repository Info

1
Stars
1
Forks
1
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

MCP server for TripGo's multi-modal routing

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

TripGo MCP Server

The is a remote MCP server that wraps the TripGo API and provides the following tools:

  • tripgo-locations: Retrieve transport-related locations
  • tripgo-departures: Departures from a specific public transport stop
  • tripgo-routing: Mixed and multi-modal trip planning
  • tripgo-get-trip-url: Get the URL of a trip previously calculated using the tripgo-routing tool

The MCP server is deployed on Cloudflare Workers.

Connect directly to remove MCP

The MCP server is deployed on Cloudflare Workers. You can connect to it directly using the URL https://tripgo-mcp-server.skedgo-account.workers.dev/sse.

Connect Claude Desktop to public MCP server

You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.

To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Use with this configuration:

{
  "mcpServers": {
    "TripGo": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://tripgo-mcp-server.skedgo-account.workers.dev/sse"
      ]
    }
  }
}

Restart Claude and you should see the tools become available.

Development

  • Create a copy of .env.example and rename it to .env and set an API key
  • Install dependencies with npm install
  • Start the server with npm run dev:local

The configure Claude:

{
  "mcpServers": {
    "calculator": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

Restart Claude and you should see the tools become available.

Deployment

This is deployed locally currently, run:

npm install
npm run deploy

Quick Start

1

Clone the repository

git clone https://github.com/skedgo/tripgo-mcp-server
2

Install dependencies

cd tripgo-mcp-server
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerskedgo
Repotripgo-mcp-server
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation