LA Metro Connector for AI agents.
12 live capabilities
Navigate Los Angeles public transit with real-time bus and rail tracking.
Waiting for input…
Why people use LA Metro
LA Metro for Real-Time Transit Tracking
With this Connector, your AI agent handles all those tabs at once. You just tell it your destination, and it pulls the live GPS coordinates, checks for active delays, and gives you a clear plan. You get a single, cohesive answer instead of a mess of disconnected data points.
What Vinkius changes
You get a real-time transit analyst that answers any LA Metro question instantly.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Avoiding a late bus
A commuter asks if the 720 Rapid is running on time and the agent checks get_bus_locations to see the bus is stuck in traffic.
- Real-world use case 02
Planning a day trip
A tourist wants to get from North Hollywood to Santa Monica and the agent uses get_rail_to_rail to map the best rail-only route.
- Real-world use case 03
Checking for rail issues
A rider asks if there are any delays on the Red Line and the agent uses get_service_alerts to report a maintenance closure.
Complete set · 12capabilities
The complete LA Metro capability set.
These are the exact actions your AI can choose when you ask it to work with LA Metro.
01—04
4 capabilities in this set.
Part of 12 available through LA Metro.
- 01 Capability
Get bus locations
Get real-time GPS coordinates and heading for all active buses or specific routes.
- 02 Capability
Get bus routes
List all Metrobus routes, including local, rapid, and express service types.
- 03 Capability
Get bus schedule
Retrieve full run patterns and stop sequences for a specific bus route.
- 04 Capability
Get bus stops
List all bus stops with coordinates and service messages for the whole system or a specific route.
05—08
4 capabilities in this set.
Part of 12 available through LA Metro.
- 05 Capability
Get bus vehicles
Get real-time locations and predictability indicators for active Metrobus vehicles.
- 06 Capability
Get rail arrivals
See predicted arrival times and destination info for trains at a specific rail station.
- 07 Capability
Get rail vehicle positions
Track the real-time GPS coordinates and heading of all Metro Rail trains.
- 08 Capability
Get rail routes
List all Metro Rail lines with colors, station counts, and operational metadata.
09—12
4 capabilities in this set.
Part of 12 available through LA Metro.
- 09 Capability
Get rail stations
Get station names, coordinates, line affiliations, and accessibility info for all rail stops.
- 10 Capability
Get rail to rail
Generate step-by-step rail journeys between two stations including transfer instructions.
- 11 Capability
Get service alerts
Fetch current descriptions and severity levels for all active Metro rail and bus disruptions.
- 12 Capability
Get stop predictions
Get next bus arrival predictions in minutes and seconds for a specific stop.
Set up in minutes
One URL. Then ask LA Metro to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use LA Metro 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_oTMudc6ICiij72rZonlFdNNwpKpTrAzovQA00bYT/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 LA Metro, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable LA Metro for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oTMudc6ICiij72rZonlFdNNwpKpTrAzovQA00bYT/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 LA Metro URL.
- Step 03
Save and start
Save the connection and enable LA Metro in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"la-metro": {
"url": "https://edge.vinkius.com/vk_preview_oTMudc6ICiij72rZonlFdNNwpKpTrAzovQA00bYT/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 LA Metro
Open Agent mode in chat and ask: "Using LA Metro, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"la-metro": {
"url": "https://edge.vinkius.com/vk_preview_oTMudc6ICiij72rZonlFdNNwpKpTrAzovQA00bYT/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 LA Metro
Ask Copilot: "Using LA Metro, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"la-metro": {
"url": "https://edge.vinkius.com/vk_preview_oTMudc6ICiij72rZonlFdNNwpKpTrAzovQA00bYT/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 LA Metro
Open Cascade and ask: "Using LA Metro, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"la-metro": {
"url": "https://edge.vinkius.com/vk_preview_oTMudc6ICiij72rZonlFdNNwpKpTrAzovQA00bYT/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 LA Metro
Ask Cline: "Using LA Metro, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add la-metro --transport http "https://edge.vinkius.com/vk_preview_oTMudc6ICiij72rZonlFdNNwpKpTrAzovQA00bYT/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 LA Metro
Ask Claude: "Using LA Metro, show me...". 12 tools are ready
Where the request belongs
Work LA Metro can move forward.
This is for anyone who relies on LA public transit and wants to stop fighting with confusing websites or outdated apps. It is for commuters who need precision, tourists who need guidance, and analysts who need raw data.
Daily Commuter
Checks for rail delays and live bus positions before leaving the house to avoid being stranded.
Transit Analyst
Pulls route metadata and vehicle positions to study system reliability and passenger flow patterns.
Mobility App Developer
Uses the real-time data feed to build custom journey planning features for their own products.
Tourist Guide
Plans multi-line rail trips for visitors to help them navigate the city without getting lost.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWMATA
Access Washington DC Metro data via WMATA. track Metrorail and Metrobus in real-time, check incidents, and plan station visits from any AI agent.
CTA
Access Chicago transit data via CTA. track L trains and buses in real-time, check arrivals, monitor service alerts, and plan trips from any AI agent.
MTA
Access NYC transit data via MTA. track subway and bus in real-time, check arrivals, monitor LIRR and Metro-North, and check service alerts from any AI agent.
HERE Mobility
AI transit planning: discover routes, schedules, and stations for public transport via agents.
TripGo
AI multimodal transit: plan trips, track vehicles, and check schedules via agents.
Lyko
Access European public transit via Lyko. plan intermodal trips, check departures, search stops, and monitor transit operators from any AI agent.
Bring your own AI
Change the model, client or framework. Keep LA Metro 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 LA Metro.
The practical details behind the request, access and result.
Can the LA Metro MCP track buses in real-time?
Yes, it provides live GPS locations for all active buses, including their heading and predictability indicators.
How do I use the LA Metro MCP to plan a trip?
You can ask your agent to plan a rail-to-rail journey between any two stations to get step-by-step directions and transfer info.
Does the LA Metro MCP show service alerts?
Yes, it monitors all rail and bus disruptions, including maintenance, incidents, and weather-related alerts.
Can I use the LA Metro MCP to see train arrivals?
Yes, it provides minute-by-minute predictions for trains at specific stations, including line colors and destinations.
Is the LA Metro MCP good for tourists?
It is excellent for tourists because it can discover rail stations and plan rail-only journeys across the city.
Can the LA Metro MCP show me all bus routes?
Yes, it can list every local, rapid, and express bus route in the LA Metro system to help you find the right line.
How does the LA Metro MCP handle rail-to-rail transfers?
It identifies the best transfer stations, estimated travel times, and the specific sequence of lines you need to take.
Can my AI check when the next Metrobus is arriving at a specific stop in LA?
Yes! First use get_bus_stops with a route_id to find the stop ID for your location. Then use get_stop_predictions with that stop ID to get real-time arrival predictions in minutes and seconds, including route numbers, direction, and whether the bus is departing soon. This gives you live predictions based on actual vehicle GPS positions and schedule adherence.
How do I plan a Metro Rail journey from one station to another?
Use get_rail_stations first to find the station IDs for your origin and destination. Then use get_rail_to_rail with both station IDs to get the recommended rail route with transfer stations, estimated travel time, number of transfers, and step-by-step directions. You can also use get_rail_arrivals at your origin station to see when the next trains are coming.
Are there any service disruptions affecting Metro Rail or Metrobus right now?
Use get_service_alerts to check all active service disruptions across the LA Metro system. This returns alerts with affected routes and stations, disruption descriptions, severity levels, cause types (maintenance, incident, weather, special events), start and end times, and alternative service recommendations. Check this before planning any journey to ensure you are aware of delays or service changes.
One connection away
Give your agent a direct line to LA Metro.
Connect LA Metro once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available