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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Search Intent MCP
Analyzes user search keyword intent for SEO support using the AI Search Intent API.
Expert Registry MCP Server
An MCP server for expert discovery, registration, and context injection, utilizing vector and graph databases.
Semantic Search Of Reddit
MCP server that enables AI assistants to search Reddit conversations, explore subreddits, and access trending topics.
Bilibili API
Search for videos, users, and retrieve danmaku from the Bilibili API.
Researcher MCP
A research assistant powered by Perplexity AI for intelligent search, documentation retrieval, and code assistance.
EzBiz Business Intelligence
AI-powered competitive analysis, review monitoring, web presence scoring, and market research for businesses.
arch-mcp
An AI-powered bridge to the Arch Linux ecosystem that enables intelligent package management, AUR access, and Arch Wiki queries through the Model Context Protocol (MCP).
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
MCP Servers Search
Search and discover available MCP servers from the official repository.
Congress.gov
Access the Congress.gov API to retrieve legislative information.