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
관련 서버
Whois MCP
MCP server that performs whois lookup against domain, IP, ASN and TLD.
Bowlly Search
Search, analyze, and compare cat food products with ingredient- and nutrition-based tools.
Transform SEO
SEO analysis server with 130+ tools for keyword research, competitors, backlinks, and more.
Northwestern Digital Collections API MCP
Agent integration with the Northwestern University Libraries Digital Collections API
Perplexity MCP Server
Adds Perplexity AI as a tool provider for Claude Desktop.
Google News
Google News search capabilities with automatic topic categorization and multi-language support via SerpAPI integration.
wellread
A shared knowledge base for AI agents
Ebook MCP Service
Access and search EPUB ebook collections using semantic vector search.
Dictionary-MCP
A dictionary server using the Merriam-Webster API to provide definitions, parts of speech, and pronunciations for words.
Langgraph Deep Search MCP Server
A deep search server powered by LangGraph and the Google Gemini API.