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
相關伺服器
Manticore Search
Provides access to Manticore Search, an open-source database for real-time, full-text search.
Sci-Hub MCP Server
Search and access academic papers from Sci-Hub by DOI, title, or keyword.
BGPT MCP
Search scientific papers with structured experimental data extracted from full-text studies. Returns 25+ fields per paper including methods, results, sample sizes, limitations, and quality scores.
Dappier Search
Enable fast, free real-time web search and access premium data from trusted media brands for news, financial markets, sports, entertainment, weather, and more.
Unsplash MCP Server
Search and integrate images from Unsplash using its official API.
QuantConnect PDF MCP Server
Converts QuantConnect PDF documentation into searchable markdown, enabling fast, context-aware search.
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.
Agora MCP
Search and buy products across thousands of online stores using the SearchAgora universal product search engine.
upfront rentals MCP
enables searching and booking car rentals
Weather MCP
A weather server providing weather information for locations within the United States.