2,500+ MCP servers ready to use
Vinkius

Brex MCP Server for Pydantic AI 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

Pydantic AI brings type-safe agent development to Python with first-class MCP support. Connect Brex through the Vinkius and every tool is automatically validated against Pydantic schemas — catch errors at build time, not in production.

Vinkius supports streamable HTTP and SSE.

python
import asyncio
from pydantic_ai import Agent
from pydantic_ai.mcp import MCPServerHTTP

async def main():
    # Your Vinkius token — get it at cloud.vinkius.com
    server = MCPServerHTTP(url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")

    agent = Agent(
        model="openai:gpt-4o",
        mcp_servers=[server],
        system_prompt=(
            "You are an assistant with access to Brex "
            "(10 tools)."
        ),
    )

    result = await agent.run(
        "What tools are available in Brex?"
    )
    print(result.data)

asyncio.run(main())
Brex
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Brex MCP Server

The Brex MCP Server bridges standard large language models directly via the platform.brexapis.com to your startup's core spend engine. By delivering a single static User Token, you enable the most flexible financial assistant available.

Pydantic AI validates every Brex tool response against typed schemas, catching data inconsistencies at build time. Connect 10 tools through the Vinkius and switch between OpenAI, Anthropic, or Gemini without changing your integration code — full type safety, structured output guarantees, and dependency injection for testable agents.

What you can do

  • Agile Employee Onboardingbrex_create_user directly provisions employees with their associated hierarchical structure. Follow it up with brex_create_card to hand them digital spend capacity securely limited.
  • Accounting Snapshots — You don't need to load the Brex dash to trace down runaway expenses. Trigger brex_list_transactions to pull highly contextualized raw CSV data into your AI workspace.
  • Accounts Payable Controls — Draft and approve external entity vendors via brex_create_vendor and initiate routing payments brex_pay_vendor seamlessly, letting internal routing protocols map out the wires.

The Brex MCP Server exposes 10 tools through the Vinkius. Connect it to Pydantic AI in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Brex to Pydantic AI via MCP

Follow these steps to integrate the Brex MCP Server with Pydantic AI.

01

Install Pydantic AI

Run pip install pydantic-ai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save to agent.py and run: python agent.py

04

Explore tools

The agent discovers 10 tools from Brex with type-safe schemas

Why Use Pydantic AI with the Brex MCP Server

Pydantic AI provides unique advantages when paired with Brex through the Model Context Protocol.

01

Full type safety: every MCP tool response is validated against Pydantic models, catching data inconsistencies before they reach your application

02

Model-agnostic architecture — switch between OpenAI, Anthropic, or Gemini without changing your Brex integration code

03

Structured output guarantee: Pydantic AI ensures tool results conform to defined schemas, eliminating runtime type errors

04

Dependency injection system cleanly separates your Brex connection logic from agent behavior for testable, maintainable code

Brex + Pydantic AI Use Cases

Practical scenarios where Pydantic AI combined with the Brex MCP Server delivers measurable value.

01

Type-safe data pipelines: query Brex with guaranteed response schemas, feeding validated data into downstream processing

02

API orchestration: chain multiple Brex tool calls with Pydantic validation at each step to ensure data integrity end-to-end

03

Production monitoring: build validated alert agents that query Brex and output structured, schema-compliant notifications

04

Testing and QA: use Pydantic AI's dependency injection to mock Brex responses and write comprehensive agent tests

Brex MCP Tools for Pydantic AI (10)

These 10 tools become available when you connect Brex to Pydantic AI via MCP:

01

brex_create_card

Useful for giving employees isolated cards for SaaS subscriptions. Issue a dynamic Virtual Corporate Card

02

brex_create_user

You must provide a valid email, first name, and last name. Invite a new employee / user to Brex

03

brex_create_vendor

Create a Vendor in AP (Accounts Payable)

04

brex_get_balance

Get main cash balance of the Brex Cash accounts

05

brex_list_budgets

List budget programs assigned to teams

06

brex_list_cards

List all issued cards across the company

07

brex_list_transactions

Sweep historical Brex card and account transactions

08

brex_list_users

List all users in the Brex company account

09

brex_list_vendors

List saved Vendors inside Brex AP

10

brex_pay_vendor

Orchestrate a vendor payment (Send Money)

Example Prompts for Brex in Pydantic AI

Ready-to-use prompts you can give your Pydantic AI agent to start working with Brex immediately.

01

"Invite the new engineer 'John Carter' via email john@company.com into Brex. After you get his ID, spin him up a Virtual Card with a $1K limit immediately."

02

"Check the core cash settlement. How much Treasury base balance do we stand at? Extract only active Checking values."

03

"Pull all corporate expenses tracked over the past 30 days focusing entirely on our AWS hosting and digital footprints."

Troubleshooting Brex MCP Server with Pydantic AI

Common issues when connecting Brex to Pydantic AI through the Vinkius, and how to resolve them.

01

MCPServerHTTP not found

Update: pip install --upgrade pydantic-ai

Brex + Pydantic AI FAQ

Common questions about integrating Brex MCP Server with Pydantic AI.

01

How does Pydantic AI discover MCP tools?

Create an MCPServerHTTP instance with the server URL. Pydantic AI connects, discovers all tools, and generates typed Python interfaces automatically.
02

Does Pydantic AI validate MCP tool responses?

Yes. When you define result types as Pydantic models, every tool response is validated against the schema. Invalid data raises a clear error instead of silently corrupting your pipeline.
03

Can I switch LLM providers without changing MCP code?

Absolutely. Pydantic AI abstracts the model layer — your Brex MCP integration works identically with OpenAI, Anthropic, Google, or any supported provider.

Connect Brex to Pydantic AI

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.