How to Use the Lyko MCP in Windsurf
Let Windsurf autonomously map, plan, and book European transit routes directly through the Lyko MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lyko MCP to Windsurf
Create your Vinkius account to connect Lyko to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Autonomous multimodal journey planning in Windsurf
Cascade doesn't just show you a route; it handles the entire transit chain. Feed it a starting point and a destination, and it triggers `plan_trip` to calculate the best mix of European trains, buses, and local bike shares. The agent figures out the connections without asking you to confirm every single leg of the journey. Once the route is locked in, Cascade can immediately call `book_trip` to secure your tickets or reserve that bike share. You get a complete itinerary with payment details and validation QR codes right inside your editor, skipping the usual dozen browser tabs.
Real-time station monitoring and route validation
Keep your development workspace updated with live transit data. The agent uses `get_nearby_stops` and `search_stops` to locate physical transit hubs based on code parameters or coordinates. It pulls instant schedules so you don't have to guess if a station is active. When you need to check if a train is running late, Cascade calls `get_arrivals` and `get_departures` to fetch live boards. You get raw delay indicators and platform numbers directly in your active panel, making it simple to build or test transit-aware applications.
Active disruption tracking across European operators
Regional strikes and track maintenance can wreck travel plans. This MCP Server gives your agent direct access to `get_network_status` to scan for active delays, closures, or weather issues. Your workspace gets real-time alerts before you commit to a route. If a specific transit line is down, the agent queries `get_line_info` and `get_line_routes` to map out alternative pathways. It inspects service variations and frequency to keep your transit tools accurate and reliable.
Set up Lyko MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Lyko MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Lyko payment history." If connected, Cascade will call the Lyko tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"lyko-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Lyko. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Lyko MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lyko MCP today
We host it, we monitor it, we maintain it. You just paste one token.