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 ID.
Retrieve all spend limits.
Retrieve a specific spend limit by ID.
Retrieve all budget programs.
Retrieve a specific budget program by ID.
Retrieve expenses in a single page.
Retrieve all expenses with pagination.
Retrieve all card expenses with pagination.
Retrieve a specific expense by ID.
Retrieve a specific card expense by ID.
Retrieve the primary card statements.
Retrieve card transactions.
Retrieve cash transactions.
Retrieve cash account statements.
Retrieve all accounts with pagination.
Retrieve details of a specific account.
Match a receipt (write access).
Upload a receipt (write access).
Update a specific expense (write access).