How to Use the TransportAPI MCP in Cursor
Inject live transport context into your code using TransportAPI with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TransportAPI MCP to Cursor
Create your Vinkius account to connect TransportAPI 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.
Get real-time train movements.
`get_rail_departures` lets you get a list of trains leaving a specific UK rail station. You pull the departure time, destination, platform number, and service type (express vs. local). This data injects live context directly into your code block. For arrivals, use `get_rail_arrivals`. It gives you all incoming services with their TOC, scheduled time, real-time ETA, and any status updates like delays or cancellations.
Retrieve station facility details.
Need to know if a station has step-free access before writing booking logic? Call `get_station_info`. It returns the name, address, operating company, and detailed facilities list—ticket machines, cycle storage, accessibility features. This data is crucial for robust application coding. It also includes annual entry/exit statistics, giving you a measure of the station's usage volume.
Lookup full bus timetables.
`get_timetable` pulls every scheduled service from an origin to its terminus for a given bus route. You get departure times, all stops served in sequence, and how journey duration changes throughout the day. This is much richer than just checking the next arrival. Your agent can use this data to write logic that accounts for time-of-day variations in service frequency.
Set up TransportAPI 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 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 transactions." If the MCP tools are loaded correctly, Cursor will call the TransportAPI tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"transportapi-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 MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TransportAPI MCP today
We host it, we monitor it, we maintain it. You just paste one token.