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 list of expenses on a single page.
Retrieve a paginated list of all expenses.
Retrieve a paginated list of all card expenses.
Retrieve details of a specific expense by ID.
Retrieve details of a specific card expense by ID.
Retrieve the 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 by ID.
Match a receipt to an expense (write action).
Upload a receipt to the server (write action).
Update details of a specific expense (write action).