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-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
Related Servers
People Data Labs
Access person, company, school, location, job title, and skill data using the People Data Labs API.
SearchAPI
Provides standardized access to Google Maps, Google Flights, Google Hotels, and other services via the SearchAPI.
MCP Domain Availability Checker
Check the availability of domain names across over 50 popular TLDs using DNS and WHOIS verification.
Semantic Scholar
Search for academic papers, authors, and citations using the Semantic Scholar API.
LLM Jukebox
Search, download, and extract information from YouTube music videos.
Reexpress
Enable Similarity-Distance-Magnitude statistical verification for your search, software, and data science workflows
Ferengi Rules of Acquisition
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
Context7 HTTP
An MCP server for the Context7 project, providing HTTP streaming and search endpoints for library information without local installation.
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.
Splunk
An MCP server for Splunk to search, analyze, and visualize machine-generated data from your Splunk instance.