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 a list of budgets.
Retrieve details for a specific budget by ID.
Retrieve a list of spend limits.
Retrieve details for a specific spend limit by ID.
Retrieve a list of budget programs.
Retrieve details for a specific budget program by ID.
Retrieve a list of expenses on a single page.
Retrieve all expenses with pagination.
Retrieve all card expenses with pagination.
Retrieve details for a specific expense by ID.
Retrieve details for a specific card expense by ID.
Retrieve primary card statements.
Retrieve a list of card transactions.
Retrieve a list of cash transactions.
Retrieve cash account statements.
Retrieve a list of all accounts.
Retrieve details for a specific account.
Match a receipt to an expense.
Upload a receipt for an expense.
Update details for a specific expense.