The is a remote MCP server that wraps the TripGo API and provides the following tools: - tripgo-locations: Retrieve transport-related locations - tripgo-departures: Departures from a specific public transport stop - tripgo-routing: Mixed and multi-modal trip planning - tripgo-get-trip-url: Get the URL of a trip previously calculated using the tripgo-routing tool The MCP server is deployed on Cloud
Add this skill
npx mdskills install skedgo/tripgo-mcp-serverWell-documented MCP server for multi-modal trip planning with clear setup and deployment instructions
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 the tripgo-routing toolThe MCP server is deployed on Cloudflare Workers.
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.
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.
.env.example and rename it to .env and set an API keynpm installnpm run dev:localThe configure Claude:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}
Restart Claude and you should see the tools become available.
This is deployed locally currently, run:
npm install
npm run deploy
Install via CLI
npx mdskills install skedgo/tripgo-mcp-serverTripGo MCP Server is a free, open-source AI agent skill. The is a remote MCP server that wraps the TripGo API and provides the following tools: - tripgo-locations: Retrieve transport-related locations - tripgo-departures: Departures from a specific public transport stop - tripgo-routing: Mixed and multi-modal trip planning - tripgo-get-trip-url: Get the URL of a trip previously calculated using the tripgo-routing tool The MCP server is deployed on Cloud
Install TripGo MCP Server with a single command:
npx mdskills install skedgo/tripgo-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
TripGo MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.