TripGo MCP Server

TripGo MCP Server

Remote MCP server providing transport location, departure, and routing tools via the TripGo API.

2
Stars
2
Forks
2
Watchers
3
Issues
TripGo MCP Server acts as a remote Model Context Protocol server that wraps the TripGo API, offering tools for retrieving transport-related locations, departures from transport stops, multi-modal trip planning, and trip URL retrieval. It is deployed on Cloudflare Workers and is accessible directly or via MCP-compatible clients such as Claude Desktop through the mcp-remote proxy. The server supports direct integration for context-aware transport queries and trip management, facilitating enhanced interactions with public transport data.

Key Features

Provides MCP-compliant remote server interface
Integration with TripGo transport APIs
Tools for retrieving transport locations
Access to real-time departure data
Mixed and multi-modal trip planning capabilities
Generation of trip URLs for previously calculated routes
Cloudflare Workers deployment
Compatibility with local and remote MCP clients
Sample configuration for Claude Desktop integration
Simple local development and deployment process

Use Cases

Accessing public transport stop locations for travel planning
Querying departure times from specific transport stops
Planning complex, mixed-mode trips across multiple transport options
Integrating real-time transport data into AI applications
Automated trip URL generation for route sharing or tracking
Enabling Claude Desktop to leverage transport tools via MCP server
Building context-aware travel assistants or chatbots
Enhancing digital maps or navigation services with transit info
Deploying scalable transport information services using Cloudflare Workers
Creating personalized commuter solutions leveraging multi-modal data

README

TripGo MCP Server

Trust Score

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:

json
{
  "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:

json
{
  "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:

bash
npm install
npm run deploy

Star History

Star History Chart

Repository Owner

skedgo
skedgo

Organization

Repository Details

Language TypeScript
Default Branch main
Size 220 KB
Contributors 3
MCP Verified Nov 12, 2025

Programming Languages

TypeScript
100%

Tags

Topics

mcp mcp-server routing trip-planning tripgo-api

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Triplyfy MCP

    Triplyfy MCP

    Remote MCP server enabling Claude to plan, edit, and save trips on Triplyfy.

    Triplyfy MCP provides a remote Model Context Protocol (MCP) server integration for Claude Desktop, allowing users to seamlessly plan, edit, and save itineraries within the Triplyfy trip-planning platform. The setup facilitates secure user authentication via Google sign-in and manages session tokens for persistent access. Users can create, update, and organize their trips with features like drag-and-drop, integrated flight search, and map views. Communication between Claude and Triplyfy is handled through a standardized MCP SSE endpoint.

    • 3
    • MCP
    • helpful-AIs/triplyfy-mcp
  • Kanboard MCP Server

    Kanboard MCP Server

    MCP server for seamless AI integration with Kanboard project management.

    Kanboard MCP Server is a Go-based server implementing the Model Context Protocol (MCP) for integrating AI assistants with the Kanboard project management system. It enables users to manage projects, tasks, users, and workflows in Kanboard directly via natural language commands through compatible AI tools. With built-in support for secure authentication and high performance, it facilitates streamlined project operations between Kanboard and AI-powered clients like Cursor or Claude Desktop. The server is configurable and designed for compatibility with MCP standards.

    • 15
    • MCP
    • bivex/kanboard-mcp
  • Teamwork MCP Server

    Teamwork MCP Server

    Seamless Teamwork.com integration for Large Language Models via the Model Context Protocol

    Teamwork MCP Server is an implementation of the Model Context Protocol (MCP) that enables Large Language Models to interact securely and programmatically with Teamwork.com. It offers standardized interfaces, including HTTP and STDIO, allowing AI agents to perform various project management operations. The server supports multiple authentication methods, an extensible toolset architecture, and is designed for production deployments. It provides read-only capability for safe integrations and robust observability features.

    • 11
    • MCP
    • Teamwork/mcp
  • godoc-mcp

    godoc-mcp

    Token-efficient Go documentation server for LLMs using Model Context Protocol.

    godoc-mcp is a Model Context Protocol (MCP) server that provides efficient, structured access to Go package documentation for large language models. It enables LLMs to understand Go projects without reading entire source files by supplying essential documentation and source code at varying levels of granularity. The tool supports project navigation, automatic module setup, caching, and works offline for both standard and third-party Go packages.

    • 88
    • MCP
    • mrjoshuak/godoc-mcp
  • Google Workspace MCP Server

    Google Workspace MCP Server

    Full natural language control of Google Workspace through the Model Context Protocol.

    Google Workspace MCP Server enables comprehensive natural language interaction with Google services such as Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Tasks, and Chat via any MCP-compatible client or AI assistant. It supports both single-user and secure multi-user OAuth 2.1 authentication, providing a production-ready backend for custom apps. Built on FastMCP, it delivers high performance and advanced context handling, offering deep integration with the entire Google Workspace suite.

    • 890
    • MCP
    • taylorwilsdon/google_workspace_mcp
  • attio-mcp-server

    attio-mcp-server

    MCP server for enabling Attio CRM access via AI model context clients.

    attio-mcp-server implements a Model Context Protocol (MCP) server that facilitates communication between MCP clients, such as Claude, and the Attio CRM API. It enables reading and writing company notes and records within Attio by leveraging a bearer token for authentication. Designed for Node.js, it provides streamlined integration with Attio for applications utilizing AI-driven model context protocols.

    • 16
    • MCP
    • hmk/attio-mcp-server
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results