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 of a specific budget by ID.
Retrieve a list of spend limits.
Retrieve details of a specific spend limit by ID.
Retrieve a list of budget programs.
Retrieve details of a specific budget program by ID.
Retrieve a single page of expenses.
Retrieve all expenses with pagination.
Retrieve all card expenses with pagination.
Retrieve details of a specific expense by ID.
Retrieve details of 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 of a specific account.
Match a receipt with an expense (write action).
Upload a receipt (write action).
Update an existing expense (write action).