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 remote 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/mcp.
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/mcp"
]
}
}
}
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/mcp"
]
}
}
}
Restart Claude and you should see the tools become available.
Deployment
This is deployed using GHA. To deploy locally, run:
npm install
npm run deploy
Máy chủ liên quan
Google PSE/CSE
A Model Context Protocol (MCP) server providing access to Google Programmable Search Engine (PSE) and Custom Search Engine (CSE).
Zenn Articles
A server for searching articles on the Zenn blogging platform.
Bio-MCP BLAST
Perform NCBI BLAST sequence similarity searches through natural language.
Shodan MCP Server
Query internet-connected devices, services, and vulnerabilities using the Shodan API and CVE database.
Search Stock News
Search for stock news using the Tavily API.
Japan postalcode MCP
An MCP server for searching Japanese postal codes.
Rememberizer MCP Server for Common Knowledge
Access and search personal or team knowledge repositories, including documents and Slack discussions, using semantic search and retrieval tools.
鸣潮 MCP Server
Retrieves character and artifact information from the game Wuthering Waves (鸣潮) as Markdown, optimized for large language models.
Source Library
Search and cite 500+ translated historical texts (alchemy, Hermeticism, Renaissance) with DOI-backed academic citations. Access rare Latin and German manuscripts from the 15th-18th centuries.
Rakuten Travel
Search for hotels and check their availability using the Rakuten Travel API.