4,500+ servers built on MCP Fusion
Vinkius
LA Metro logo
Vinkius
Pydantic AI logo

How to Use the LA Metro MCP in Pydantic AI

Build type-safe Pydantic AI agents that validate real-time LA Metro transit telemetry at runtime to prevent silent failures.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

LA Metro MCP on Cursor AI Code Editor MCP Client LA Metro MCP on Claude Desktop App MCP Integration LA Metro MCP on OpenAI Agents SDK MCP Compatible LA Metro MCP on Visual Studio Code MCP Extension Client LA Metro MCP on GitHub Copilot AI Agent MCP Integration LA Metro MCP on Google Gemini AI MCP Integration LA Metro MCP on Lovable AI Development MCP Client LA Metro MCP on Mistral AI Agents MCP Compatible LA Metro MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Pydantic AI

Connect LA Metro MCP to Pydantic AI

Create your Vinkius account to connect LA Metro to Pydantic AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Type-safe transit tracking with Pydantic AI

Validating live fleet coordinates requires passing payloads from `get_bus_locations` and `get_rail_vehicle_positions` through strict type checks. If the transit API returns malformed GPS coordinates — which happens in tunnels constantly — your system catches it instantly. This strict validation extends to live fleet telemetry. By running `get_bus_vehicles`, your agent processes verified vehicle IDs, heading directions, and predictability indicators without risk of processing corrupt or unexpected payloads.

Guaranteed arrival predictions

Fetching guaranteed wait times requires querying `get_stop_predictions` and `get_rail_arrivals` directly. The framework guarantees that the output structure—including minutes, seconds, and confidence levels—conforms exactly to your defined models. This MCP Server safely pulls data from `get_service_alerts`. Because the alert schemas are strictly validated, your agent can parse alternative service recommendations without hallucinating non-existent routes.

Validated rail journey planning

Calculating transfer paths requires calling `get_rail_to_rail` and `get_rail_stations` to prevent routing errors. Pydantic AI ensures that station codes and transfer sequences are typed correctly throughout the routing pipeline. You can also query `get_bus_schedule` and `get_bus_stops` to build multi-modal routing engines. The framework validates every schedule sequence and geographic coordinate, ensuring your agent never recommends a physically impossible connection.

Setup guide

Set up LA Metro MCP in Pydantic AI

Prerequisites

  • Python 3.10+ installed
  • pydantic-ai-slim[fastmcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install Pydantic AI with FastMCP

    Run pip install "pydantic-ai-slim[fastmcp]". The FastMCP toolset replaces the deprecated MCPServerHTTP class with full protocol support.

  2. 2

    Configure the FastMCPToolset

    Pass a JSON-style config dict to FastMCPToolset with your Vinkius URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. Supports Streamable HTTP, SSE, and Stdio transports.

  3. 3

    Create and run your agent

    Pass the toolset to Agent(toolsets=[toolset]) and call agent.run(). Swap openai:gpt-4o for any supported model — Anthropic, Google, Mistral, or Groq.

agent.py
from pydantic_ai import Agent
from pydantic_ai.toolsets.fastmcp import FastMCPToolset

toolset = FastMCPToolset({
    "mcpServers": {
        "la-metro-mcp": {
            "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
        }
    }
})

agent = Agent(
    "openai:gpt-4o",
    toolsets=[toolset],
    system_prompt="You have access to LA Metro tools.",
)

result = await agent.run("List recent LA Metro transactions")
print(result.output)

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 Pydantic AI

Create an MCPToolset instance pointing to your server's HTTP or SSE endpoint. Pass this toolset into the toolsets list of your Agent constructor to instantly expose all twelve transit validation tools.
The framework will raise a validation error immediately. This prevents your agent from making decisions based on corrupted transit data, allowing you to handle the error gracefully in your application code.
Yes. Your agent can combine `get_bus_stops` and `get_rail_stations` to identify nearby transfer points. The type-safe outputs make it easy to chain these tool responses together safely.
You can mock the responses of static tools like `get_bus_schedule` and `get_rail_routes` using Pydantic's built-in testing utilities. This lets you verify your agent's routing logic without hitting the live transit API.
The validation layer operates entirely within your local application memory. The server only handles public transit schedules and vehicle locations, meaning no personal commuter telemetry or private search data is ever logged or stored.

Start using the LA Metro MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for LA Metro. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.