Brex MCP Server provides a secure bridge between AI agents and the Brex financial platform, enabling access to account information, transactions, expenses, and budget resources. Developed by Dennison Bertram, this TypeScript implementation exposes Brex API data through standardized resource handlers and tools following the MCP specification. The server implements read-only operations for sensitive financial resources, proper error handling, and rate limiting for API requests. It's particularly valuable for financial analysts using AI tools to retrieve and analyze Brex financial data without requiring direct API access, supporting use cases like expense analysis, budget monitoring, and transaction categorization.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieve all budgets.
Retrieve a specific budget by its ID.
Retrieve all spend limits.
Retrieve a specific spend limit by its ID.
Retrieve all budget programs.
Retrieve a specific budget program by its ID.
Retrieve a single page of expenses.
Retrieve all expenses with pagination.
Retrieve all card expenses with pagination.
Retrieve a specific expense by its ID.
Retrieve a specific card expense by its ID.
Retrieve primary card statements.
Retrieve card transactions.
Retrieve cash transactions.
Retrieve cash account statements.
Retrieve all accounts.
Retrieve details for a specific account.
Match a receipt to an expense.
Upload a receipt.
Update a specific expense.