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

How to Use the Netrows MCP in Pydantic AI

Get type-safe, validated aviation data in your Python app with Pydantic AI and Netrows.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Netrows MCP to Pydantic AI

Create your Vinkius account to connect Netrows 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

Eliminate Bad Data with Runtime Validation

Stop worrying about silent API failures. When your agent calls a Netrows tool like `get_flight_details`, Pydantic AI automatically validates the response against a Pydantic model. You get exactly the data structure you expect. If the API ever returns something unexpected—a missing field, a wrong data type—your code will raise a `ValidationError` immediately. No more chasing down bugs caused by corrupted or incomplete flight data.

Build Reliable Aviation Logic with a Pydantic AI MCP Server

Write code that's both readable and correct. You can ask your agent to find a flight with `search_flights` and then pass the validated output directly to another function that calls `get_aircraft_info`. The types are checked at every step. This makes it simple to build reliable chains of logic. For instance, get a schedule with `get_flight_schedule`, then iterate through the flights to get details for each one using `get_flight_details`. The Pydantic models ensure data compatibility between tool calls.

Model-Agnostic Access to Flight Data

Use the LLM that fits your project. Pydantic AI doesn't lock you into a single provider. You can point it at an OpenAI, Anthropic, or local model, and it will still correctly call the Netrows tools. This lets you swap backends without rewriting your core logic. Your agent's ability to `track_flight` or `search_airports` remains consistent, because the MCP server tool definitions are standardized.

Setup guide

Set up Netrows 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": {
        "netrows-mcp": {
            "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
        }
    }
})

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

result = await agent.run("List recent Netrows 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 Netrows. 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 Netrows MCP in Pydantic AI

When your Pydantic AI agent calls a Netrows tool, the JSON response is immediately parsed and validated against a corresponding Pydantic model. If the data doesn't match the expected schema, it raises an error, preventing bad data from entering your application.
Absolutely. Pydantic AI is model-agnostic. You can configure it to use a local model, and it will still be able to correctly format requests and call tools on the Netrows MCP server.
Have your agent call the `get_airport_info` tool with an IATA or ICAO code. Pydantic AI will return a validated object containing the airport's name, location, and coordinates, ready to be used in your Python code.
Just have your agent call the `get_account_usage` tool. It takes no parameters and returns a validated Pydantic object with your current credit status, ensuring the data is always structured correctly.
Your requests are securely transmitted to the Vinkius platform, which hosts the Netrows server. The server instance handling your query for flight or airport data is isolated and ephemeral; it processes the request and is then destroyed, leaving no trace of your query history.

Start using the Netrows 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 Netrows. 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.