How to Use the LA Metro MCP in Cursor
Inject live LA Metro transit data directly into your code with Cursor to build apps with real-world bus and rail locations.
Works with every AI agent you already use
…and any MCP-compatible client
Connect LA Metro MCP to Cursor
Create your Vinkius account to connect LA Metro 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.
Code with Live Bus and Train Positions
Stop mocking transit data. In Cursor's agent mode, you can ask it to fetch real-time vehicle positions using `get_bus_locations` or `get_rail_vehicle_positions`. The agent won't just show you the data; it will write the code to parse it. You can ask it to generate a function that takes a route ID and returns a list of active bus coordinates. It uses the `get_bus_locations` tool to get a real response from this MCP Server, then writes the TypeScript interface and fetch logic for you.
Build Real-Time Arrival Boards in Your Editor
Need to build a component that shows upcoming arrivals? Tell the agent to 'get the next arrivals at 7th St/Metro Center station.' It calls `get_rail_arrivals` or `get_stop_predictions` and gets back actual arrival times. From there, you can have it generate the React component or Python script to display that data. You're building with live, dynamic information from the LA Metro system, not static JSON files.
Integrate Trip Planning with this MCP Server
If you're building a journey planner, use the `get_rail_to_rail` tool. Ask the agent to 'generate the code to find a rail route from North Hollywood to Downtown Santa Monica.' It will call the tool and structure the response into a step-by-step guide. You can also have it check for problems first with `get_service_alerts`. This lets you write more resilient code that can warn users about delays before they even start their trip. The entire workflow happens inside your editor.
Set up LA Metro 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 LA Metro 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 LA Metro transactions." If the MCP tools are loaded correctly, Cursor will call the LA Metro tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"la-metro-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 LA Metro. 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 LA Metro MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the LA Metro MCP today
We host it, we monitor it, we maintain it. You just paste one token.