Brex Connector for AI agents.
10 live capabilities
Manage corporate cards and spend with your finance team.
Waiting for input…
Why people use Brex
Brex for Automating Corporate Spend Management
This Connector changes that by letting you talk to your data. You can ask your agent to pull a list of transactions or check a balance in seconds. Instead of a spreadsheet, you get a direct answer in your chat window.
What Vinkius changes
You get a voice-controlled way to manage your company's spend and corporate cards.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new engineer
Ask your agent to use `brex_create_user` to add a hire and then `brex_create_card` to give them a $1,000 limit.
- Real-world use case 02
Auditing AWS spend
Tell your agent to use `brex_list_transactions` to pull the last 30 days of data and filter for cloud hosting costs.
- Real-world use case 03
Paying a new freelancer
Use the agent to create a vendor with `brex_create_vendor` and then initiate a payment with `brex_pay_vendor`.
Complete set · 10capabilities
The complete Brex capability set.
These are the exact actions your AI can choose when you ask it to work with Brex.
01—04
4 capabilities in this set.
Part of 10 available through Brex.
- 01 Capability
Brex create card
Issues a new virtual corporate card for specific software subscriptions or team members.
- 02 Capability
Brex create user
Adds a new employee to your Brex account with their specific email and name.
- 03 Capability
Brex create vendor
Sets up a new entity in your Accounts Payable system.
- 04 Capability
Brex get balance
Shows the current main cash balance for your Brex accounts.
05—07
3 capabilities in this set.
Part of 10 available through Brex.
- 05 Capability
Brex list budgets
Shows the budget programs currently assigned to your various teams.
- 06 Capability
Brex list cards
Lists every card issued across your entire company account.
- 07 Capability
Brex list transactions
Pulls historical card and account transactions into your chat.
08—10
3 capabilities in this set.
Part of 10 available through Brex.
- 08 Capability
Brex list users
Shows a full list of all users currently in your Brex account.
- 09 Capability
Brex list vendors
Lists all the vendors you have saved in your Accounts Payable section.
- 10 Capability
Brex pay vendor
Sends money to a vendor by initiating a payment through your internal routing.
Set up in minutes
One URL. Then ask Brex to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Brex 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_UXa2sU0JvoscQWRF41Zv6b0C2qlmTQmZVMAci9J1/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 Brex, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Brex for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_UXa2sU0JvoscQWRF41Zv6b0C2qlmTQmZVMAci9J1/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 Brex URL.
- Step 03
Save and start
Save the connection and enable Brex in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"brex": {
"url": "https://edge.vinkius.com/vk_preview_UXa2sU0JvoscQWRF41Zv6b0C2qlmTQmZVMAci9J1/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 Brex
Open Agent mode in chat and ask: "Using Brex, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"brex": {
"url": "https://edge.vinkius.com/vk_preview_UXa2sU0JvoscQWRF41Zv6b0C2qlmTQmZVMAci9J1/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 Brex
Ask Copilot: "Using Brex, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"brex": {
"url": "https://edge.vinkius.com/vk_preview_UXa2sU0JvoscQWRF41Zv6b0C2qlmTQmZVMAci9J1/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 Brex
Open Cascade and ask: "Using Brex, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"brex": {
"url": "https://edge.vinkius.com/vk_preview_UXa2sU0JvoscQWRF41Zv6b0C2qlmTQmZVMAci9J1/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 Brex
Ask Cline: "Using Brex, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add brex --transport http "https://edge.vinkius.com/vk_preview_UXa2sU0JvoscQWRF41Zv6b0C2qlmTQmZVMAci9J1/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 Brex
Ask Claude: "Using Brex, show me...". 10 tools are ready
Where the request belongs
Work Brex can move forward.
This is for finance leads who are tired of manual data entry and startup founders who need to scale their corporate card program without hiring more ops people.
CFO
Handles high-level spend auditing and vendor payments via chat.
FinOps Manager
Manages employee onboarding and card limits for new hires.
Startup Founder
Quickly checks balances and issues cards for new software capabilities.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBILL Spend & Expense
Manage corporate spend via BILL. list budgets, cards, and transactions directly from any AI agent.
Highnote
Automate card issuance and financial management via Highnote. manage account holders, cards, and transactions directly from any AI agent.
Spendesk
Empower your AI with real-time spend management. Track budgets, audit invoices, and review expense claims directly from your IDE.
FreeAgent
Manage accounting, track invoices, and oversee bank transactions via AI agents with FreeAgent.
Humanity
Manage workforce scheduling, employee shifts, and team communication via Humanity. list employees, manage locations, and track shifts directly from any AI agent.
Oyster
Manage global HR, payroll, and compliance via Oyster. list engagements, track expenses, and manage time-off requests directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Brex 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 Brex.
The practical details behind the request, access and result.
Can the Brex MCP help me manage my company cards?
Yes, it lets your agent issue new virtual cards, list all active cards, and check spending limits without you having to log in.
How does the Brex MCP handle new employee onboarding?
It can automatically create user profiles and assign them to the correct hierarchy, then immediately issue their corporate cards.
Can I use the Brex MCP to see my transaction history?
Yes, your agent can pull historical card and account transactions into your chat, making it easy to audit spend on the fly.
Does the Brex MCP support vendor payments?
Yes, you can create new vendors and initiate payments through your agent, which handles the routing based on your internal protocols.
Can I check my cash balance with the Brex MCP?
Your agent can pull the main cash balance for your accounts instantly, giving you a quick look at your liquidity.
Is the Brex MCP good for startups?
It's ideal for startups that need to scale their corporate card programs and manage spend quickly as they grow.
Can the agent truly issue a real, functioning corporate card?
Yes! The brex_create_card logic specifically maps to creating a virtual limit card. By default, it operates completely valid via Visa/Mastercard configurations matching Brex internals. The agent handles setting its name and tying it strictly to the user id.
What acts as the final authentication key for Brex?
You only need a User Token. Brex explicitly supports personal workflow automation using user_tokens which perfectly mimic your permissions. It typically begins literally with the string user_token_ followed by hashes.
Will vendor payments via AI require external 2FA from my side?
To enforce safety in the integration, the approval_type parameter when sending vendor money defaults to 'MANUAL'. This means the AI structures all the math, formatting, routing inputs perfectly but leaves the final 'Accept' button queued on your dashboard.
How can I see my user lists across Brex?
Run a request on brex_list_users. The AI will natively stream the company's organizational tree mapping the emails to Brex UUIDs required for triggering corporate card injections.
One connection away
Give your agent a direct line to Brex.
Connect Brex once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available