TripGo
Find transport-related locations, departures, and routes using the TripGo API.
TripGo MCP Server
The is a remote MCP server that wraps the TripGo API and provides the following tools:
tripgo-locations: Retrieve transport-related locationstripgo-departures: Departures from a specific public transport stoptripgo-routing: Mixed and multi-modal trip planningtripgo-get-trip-url: Get the URL of a trip previously calculated using thetripgo-routingtool
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.exampleand rename it to.envand 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
Related Servers
AllTrails
Search for hiking trails and get detailed trail information from AllTrails.
O'Reilly Learning Platform
Search and manage content on the O'Reilly Learning Platform.
Gemini Search
Generates responses using the Gemini API and Google Search for up-to-date information.
Metasearch
A metasearch server that uses the Tavily API to perform searches based on specified queries.
Amazon Product Search
An AI-powered server for Amazon product search and recommendations.
Wikipedia
Retrieves information from Wikipedia to provide context to Large Language Models (LLMs).
Wolfram Alpha
Access the Wolfram Alpha API for computational knowledge and real-time data.
Movies Search Tool
A search tool for finding movies and TV shows from multiple video sources with link validation.
Kagi
Kagi search API integration
Unreal Engine Knowledge Graph
Search concept relationships in the Unreal Engine official documentation using a Neo4j-powered knowledge graph.