Skip to main content
Glama

Brex MCP Server

get_all_accounts

Retrieve all Brex accounts with pagination support, allowing filtering by status and control over the number of items returned per page.

Instructions

Get all Brex accounts with pagination support

Input Schema

NameRequiredDescriptionDefault
max_itemsNoMaximum total number of items to retrieve across all pages
page_sizeNoNumber of items per page (default: 50, max: 100)
statusNoFilter accounts by status

Input Schema (JSON Schema)

{ "properties": { "max_items": { "description": "Maximum total number of items to retrieve across all pages", "type": "number" }, "page_size": { "description": "Number of items per page (default: 50, max: 100)", "type": "number" }, "status": { "description": "Filter accounts by status", "enum": [ "ACTIVE", "INACTIVE", "CLOSED" ], "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-brex-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server