How to Use the TransportAPI Alternative MCP in Cursor
Live UK transport context injected directly into your code using Cursor and TransportAPI Alternative.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TransportAPI Alternative MCP to Cursor
Create your Vinkius account to connect TransportAPI Alternative to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live journey planning data.
Writing a function that needs to calculate travel time? Use `plan_public_transport_journey` via the agent. The AI calls this tool, gets real-world results (times and changes), and injects them directly into your code block. No mock stubs needed. This is perfect for building APIs that depend on external, live transit data without having to manage API keys or manual fetching logic.
Fetch real-time departure arrays.
Need a function that reads the next 10 departures? The agent mode can call `get_live_train_departures` and feed an array of live departure objects into your script. You'll get destinations, times, and operators for major UK stations. Similarly, you can use `get_live_bus_departures` to populate a bus schedule widget in your code with current data.
Build fare comparison tools.
When writing travel booking logic, the agent handles pricing calls. Calling `get_train_fares` lets you build comparison features that pull actual ticket costs between two stations. You can also get general location data by calling `get_nearby_transport_places`, letting your code dynamically populate maps or dropdowns with nearby points of interest.
Set up TransportAPI Alternative MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the TransportAPI Alternative MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent TransportAPI Alternative transactions." If the MCP tools are loaded correctly, Cursor will call the TransportAPI Alternative tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"transportapi-alternative-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 TransportAPI. 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 TransportAPI Alternative MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TransportAPI Alternative MCP today
We host it, we monitor it, we maintain it. You just paste one token.