Lyko Connector for AI agents.
12 live capabilities
Plan multi-mode European trips and book transit tickets through natural conversation.
Waiting for input…
Why people use Lyko
Lyko for Solving European Transit Planning Pains
Lyko fixes this by putting the entire European mobility network into your agent's reach. Instead of managing five different apps, you just ask for a route. Your agent handles the complex math of intermodal transfers, checks for live delays, and even lets you book the tickets. You get a single, cohesive plan that actually works.
What Vinkius changes
You get a dedicated European travel planner that handles all the logistics for you.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Last-Minute Commute
A traveler in Berlin asks for the fastest way to the airport, getting a real-time route with current S-Bahn delays.
- Real-world use case 02
The Cross-Border Vacation
A user plans a 3-day trip from Paris to Amsterdam, booking train tickets and bike rentals in one go.
- Real-world use case 03
The Urban Mobility Study
A researcher asks for all operators in the Netherlands to map out regional transit coverage.
Complete set · 12capabilities
The complete Lyko capability set.
These are the exact actions your AI can choose when you ask it to work with Lyko.
01—04
4 capabilities in this set.
Part of 12 available through Lyko.
- 01 Capability
Get arrivals
See which services are pulling into a station right now with real-time ETAs and platform info.
- 02 Capability
Book trip
Purchase train tickets, bus passes, or bike rentals directly through your conversation.
- 03 Capability
Get departures
Look up upcoming departures for buses, trains, and trams across European networks.
- 04 Capability
Get line info
Get the frequency, operator, and accessibility details for a specific transit line.
05—08
4 capabilities in this set.
Part of 12 available through Lyko.
- 05 Capability
Get line routes
View the full sequence of stops and route variants for any given transit line.
- 06 Capability
Get nearby stops
Find all transit stations near a specific coordinate with distance calculations.
- 07 Capability
Get network status
Check for active strikes, planned maintenance, or weather-related disruptions.
- 08 Capability
Get operators
List all available transit providers in a specific country or region.
09—12
4 capabilities in this set.
Part of 12 available through Lyko.
- 09 Capability
Plan trip
Generate a door-to-door itinerary combining various transport modes and walking legs.
- 10 Capability
Search stops
Search for specific transit stations by name or landmark across 300+ operators.
- 11 Capability
Get stop info
Get details on stop types, amenities, and wheelchair accessibility for a specific location.
- 12 Capability
Get transit feed
Access raw GTFS data for offline analysis or academic research on transit networks.
Set up in minutes
One URL. Then ask Lyko to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Lyko 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_YyRfyqmQDAfTsYORWbm9y1defLI1EWIlvBvQeOAX/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 Lyko, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Lyko for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_YyRfyqmQDAfTsYORWbm9y1defLI1EWIlvBvQeOAX/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 Lyko URL.
- Step 03
Save and start
Save the connection and enable Lyko in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"lyko": {
"url": "https://edge.vinkius.com/vk_preview_YyRfyqmQDAfTsYORWbm9y1defLI1EWIlvBvQeOAX/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 Lyko
Open Agent mode in chat and ask: "Using Lyko, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"lyko": {
"url": "https://edge.vinkius.com/vk_preview_YyRfyqmQDAfTsYORWbm9y1defLI1EWIlvBvQeOAX/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 Lyko
Ask Copilot: "Using Lyko, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"lyko": {
"url": "https://edge.vinkius.com/vk_preview_YyRfyqmQDAfTsYORWbm9y1defLI1EWIlvBvQeOAX/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 Lyko
Open Cascade and ask: "Using Lyko, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"lyko": {
"url": "https://edge.vinkius.com/vk_preview_YyRfyqmQDAfTsYORWbm9y1defLI1EWIlvBvQeOAX/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 Lyko
Ask Cline: "Using Lyko, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add lyko --transport http "https://edge.vinkius.com/vk_preview_YyRfyqmQDAfTsYORWbm9y1defLI1EWIlvBvQeOAX/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 Lyko
Ask Claude: "Using Lyko, show me...". 12 tools are ready
Where the request belongs
Work Lyko can move forward.
For the traveler tired of tab-switching and the transit analyst who needs to aggregate data from dozens of different European operators.
The International Backpacker
Plans complex cross-border trips involving multiple types of transport without getting lost in different local apps.
The Transit Data Analyst
Pulls GTFS feeds and operator data to study urban mobility patterns across different countries.
The MaaS Product Manager
Tests how to integrate multi-modal booking and real-time tracking into a new mobility app.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTripGo
AI multimodal transit: plan trips, track vehicles, and check schedules via agents.
HERE Mobility
AI transit planning: discover routes, schedules, and stations for public transport via agents.
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.
TransportAPI
Access UK public transport data via TransportAPI. track buses and trains, plan journeys, check departures, and monitor service disruptions 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.
Transport for London
Get live tube status, bus arrivals, journey planning, road disruptions and bike point data across London.
Bring your own AI
Change the model, client or framework. Keep Lyko 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 Lyko.
The practical details behind the request, access and result.
Can Lyko help me plan trips across different countries?
Yes, Lyko covers over 300 operators across Europe. It can help you plan multi-mode journeys that cross borders, including trains, buses, and ferries.
Does Lyko support booking train tickets?
Yes, you can use Lyko to book train tickets, bus passes, and even bike rentals directly through your AI agent's conversation.
Can I check for real-time delays with Lyko?
Yes, Lyko provides live departure and arrival data. Your agent can tell you about real-time ETAs, platform numbers, and active delays.
Is Lyko only for one specific city?
No, Lyko is designed for broad European transit. It includes data for hundreds of regional and national operators across the continent.
Can I use Lyko for transit research or data analysis?
Yes, Lyko provides access to GTFS feeds. This is great for analyzing transit schedules, route patterns, or academic research on urban mobility.
Does Lyko include bike-sharing options?
Yes, Lyko integrates bike rentals into its trip planning and booking capabilities, making it easy to find and reserve bikes for your journey.
Can my AI plan a complete multimodal trip from my hotel to a tourist attraction using public transit?
Yes! Use the plan_trip capability with your hotel address or name as the origin and the tourist attraction as the destination. The Lyko routing engine will return complete door-to-door itineraries combining buses, trains, subways, trams, and walking segments with departure times, arrival times, total duration, number of transfers, line names, operators, walking distances, and real-time delay information. You can also specify preferred transport modes or a desired departure time. Perfect for tourist planning, business travel, and navigating unfamiliar European cities.
How do I check real-time departures and arrivals at a specific train station or bus stop?
First, use search_stops to find the stop by name (e.g., "Gare du Nord" or "Alexanderplatz"). Once you have the stop ID, use get_departures to see upcoming services with ETAs, platforms, and delay indicators, or get_arrivals to track incoming services. The results include line names, destinations, scheduled vs. real-time times, and operator information. This is perfect for passenger pickup coordination, connection planning, and monitoring service reliability.
Can I check if there are any service disruptions or strikes affecting transit operators in France or Germany?
Absolutely! Use get_operators with the country filter (e.g., "FR" for France, "DE" for Germany) to list all available operators, then use get_network_status with the operator ID (e.g., "sncf" for SNCF, "db" for Deutsche Bahn) to check current service disruptions, planned works, strike notifications, weather impacts, and line closures. This gives you real-time awareness of transit reliability across 300+ European operators. AI agents can proactively alert travelers to service issues before trip planning.
One connection away
Give your agent a direct line to Lyko.
Connect Lyko once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available