TripGo Connector for AI agents.
9 live capabilities
Plan multimodal transit journeys and track live vehicle locations.
Waiting for input…
Why people use TripGo
TripGo Transit Planning for Multi-Mode Urban Travel
TripGo changes this by letting your AI agent do the heavy lifting. It pulls data from all those sources at once to build a single, coherent journey. You get a cohesive plan that tells you exactly when to get off the train and where to catch your bike, all in one chat.
What Vinkius changes
You get a single point of contact for all your city transit needs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The 'I'm running late' scenario
A commuter asks their agent what the next bus is and if it's delayed.
- Real-world use case 02
The 'Exploring a new city' scenario
A tourist wants to see a landmark using only ferries and trams.
- Real-world use case 03
The 'Where is my train?' scenario
A rider wants to see if the train is actually coming.
Complete set · 9capabilities
The complete TripGo capability set.
These are the exact actions your AI can choose when you ask it to work with TripGo.
01—03
3 capabilities in this set.
Part of 9 available through TripGo.
- 01 Capability
Get regions
Lists all supported transit regions to verify city coverage. Use this to check if your city is in the database.
- 02 Capability
Get arrivals
Retrieves upcoming arrival times and live delays for a specific stop. This helps you track incoming vehicles.
- 03 Capability
Get departures
Shows scheduled and estimated departure times from a transit stop. Use this to see when your next ride arrives.
04—06
3 capabilities in this set.
Part of 9 available through TripGo.
- 04 Capability
Get nearby stops
Finds nearby transit stops and their distance from your GPS coordinates. Use this to find local options quickly.
- 05 Capability
Get route info
Provides detailed information about a specific transit route. Use this to understand line coverage before planning.
- 06 Capability
Get stop details
Returns facility details and accessibility info for a specific stop. Use this to check station amenities.
07—09
3 capabilities in this set.
Part of 9 available through TripGo.
- 07 Capability
Get vehicle positions
Shows real-time GPS coordinates for transit vehicles on a map. This is useful for live tracking of your ride.
- 08 Capability
Plan trip
Creates a multimodal trip with step-by-step instructions and travel times. It combines several transport modes into one plan.
- 09 Capability
Search stops
Searches for transit stops using a name or street address. Use this when you know the location but not the coordinates.
Set up in minutes
One URL. Then ask TripGo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TripGo from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tAd1nfqa2AcOV2TniB2rWyYjuKqY78JxbuUA1AE0/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it TripGo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TripGo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tAd1nfqa2AcOV2TniB2rWyYjuKqY78JxbuUA1AE0/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the TripGo URL.
- Step 03
Save and start
Save the connection and enable TripGo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tripgo": {
"url": "https://edge.vinkius.com/vk_preview_tAd1nfqa2AcOV2TniB2rWyYjuKqY78JxbuUA1AE0/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using TripGo
Open Agent mode in chat and ask: "Using TripGo, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tripgo": {
"url": "https://edge.vinkius.com/vk_preview_tAd1nfqa2AcOV2TniB2rWyYjuKqY78JxbuUA1AE0/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using TripGo
Ask Copilot: "Using TripGo, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tripgo": {
"url": "https://edge.vinkius.com/vk_preview_tAd1nfqa2AcOV2TniB2rWyYjuKqY78JxbuUA1AE0/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using TripGo
Open Cascade and ask: "Using TripGo, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tripgo": {
"url": "https://edge.vinkius.com/vk_preview_tAd1nfqa2AcOV2TniB2rWyYjuKqY78JxbuUA1AE0/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using TripGo
Ask Cline: "Using TripGo, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tripgo --transport http "https://edge.vinkius.com/vk_preview_tAd1nfqa2AcOV2TniB2rWyYjuKqY78JxbuUA1AE0/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using TripGo
Ask Claude: "Using TripGo, show me...". 9 tools are ready
Where the request belongs
Work TripGo can move forward.
This is for the urban commuter who's tired of switching between three different transit apps just to get to work. It's for anyone who relies on public transport and wants real-time data without the manual headache.
Daily Commuter
Uses it to find the most reliable morning route combining trains and buses.
Travel Planner
Maps out multi-leg journeys in new cities using ferries and trams.
Accessibility Coordinator
Checks stop details to ensure routes are wheelchair accessible.
Urban Mobility Researcher
Pulls data on transit coverage across different global regions.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHERE Mobility
AI transit planning: discover routes, schedules, and stations for public transport via agents.
Lyko
Access European public transit via Lyko. plan intermodal trips, check departures, search stops, and monitor transit operators from any AI agent.
Navitia
Access European public transit via Navitia. plan multimodal journeys, check schedules, track disruptions, and explore transit networks from any AI agent.
TfL
Access London transport data via TfL. track tube and bus arrivals, plan journeys, check line status, and find bike points from any AI agent.
CTA
Access Chicago transit data via CTA. track L trains and buses in real-time, check arrivals, monitor service alerts, and plan trips from any AI agent.
MTA
Access NYC transit data via MTA. track subway and bus in real-time, check arrivals, monitor LIRR and Metro-North, and check service alerts from any AI agent.
Bring your own AI
Change the model, client or framework. Keep TripGo connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about TripGo.
The practical details behind the request, access and result.
Can TripGo help me plan a trip using multiple types of transport?
Yes, TripGo lets your agent combine buses, trains, trams, ferries, walking, and cycling into a single multimodal itinerary.
Does TripGo show live bus and train locations?
Yes, it provides real-time GPS data so your agent can show you exactly where vehicles are on a map.
Can I use TripGo to find the nearest transit stop?
You can ask your agent to find the closest stations based on your current GPS coordinates or a specific address.
Does TripGo work for international travel?
Yes, it covers major cities across North America, Europe, Australia, and Asia.
Can TripGo tell me if a station is wheelchair accessible?
Yes, it provides specific details about stop facilities and accessibility features.
How does TripGo handle traffic delays?
It pulls live arrival and departure data, so your agent can give you updated estimates based on current conditions.
Which cities does TripGo cover?
TripGo covers major cities worldwide including Sydney, Melbourne, Brisbane, Auckland, Portland, and many more regions. Use the get_regions capability to see the complete list of supported areas. Coverage includes bus, train, tram, ferry, and bike share networks.
Does TripGo provide real-time transit data?
Yes! TripGo integrates real-time GTFS-RT feeds where available. The get_departures and get_arrivals capabilities return both scheduled and estimated real-time arrivals with delay information. Vehicle positions also provide live GPS coordinates when transit agencies broadcast them.
Can I plan bike-friendly multimodal routes?
Absolutely! Use the plan_trip capability with modes including 'bike' or 'bicycle' to find routes that combine cycling with public transit. TripGo will suggest bike-friendly paths, bike share stations, and transit connections that accommodate bicycles. Perfect for eco-conscious commuters.
One connection away
Give your agent a direct line to TripGo.
Connect TripGo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available