@coretext-ai/qa-brex-a6b7c8d9-e0f1-4234-9567-678901234567
v1.0.5
Published
MCP server with brex integration
Readme
brex-mcp-server
MCP server with brex integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 31 tools across 1 integrations:
Brex Tools
- brex_list_users: List all users in the organization
- brex_get_user: Get details of a specific user
- brex_create_user: Create a new user in the organization
- brex_update_user: Update user information
- brex_list_cards: List all cards in the organization
- brex_get_card: Get details of a specific card
- brex_create_card: Create a new card for a user
- brex_update_card: Update card settings and limits
- brex_lock_card: Lock a card to prevent transactions
- brex_unlock_card: Unlock a previously locked card
- brex_list_transactions: List transactions with optional filtering
- brex_get_transaction: Get details of a specific transaction
- brex_list_accounts: List all accounts in the organization
- brex_get_account: Get details of a specific account
- brex_list_departments: List all departments in the organization
- brex_create_department: Create a new department
- brex_list_locations: List all locations in the organization
- brex_create_location: Create a new location
- brex_list_expenses: List expense reports and individual expenses
- brex_get_expense: Get details of a specific expense
- brex_create_expense: Create a new expense report
- brex_list_vendors: List all vendors for payments
- brex_create_vendor: Create a new vendor for payments
- brex_create_payment: Create a new payment (ACH, wire, or check)
- brex_list_payments: List all payments with optional filtering
- brex_get_payment: Get details of a specific payment
- brex_cancel_payment: Cancel a pending payment
- brex_list_budgets: List all budgets in the organization
- brex_create_budget: Create a new budget with spending limits
- brex_get_budget: Get details of a specific budget
- brex_update_budget: Update budget settings and limits
Installation
npm install @coretext-ai/qa-brex-a6b7c8d9-e0f1-4234-9567-678901234567Environment Setup
Create a .env file with the following variables:
BREX_API_TOKEN=your_brex_api_token_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"brex-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-brex-a6b7c8d9-e0f1-4234-9567-678901234567"],
"env": {
"BREX_API_TOKEN": "your_brex_api_token_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 02:54:05 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 31
