Skip to main content
Glama

Brex MCP Server

get_cash_transactions

Retrieve cash transaction data from Brex accounts to monitor financial activity, track spending patterns, and analyze cash flow using pagination and filtering options.

Instructions

LIST: Cash transactions (requires cash scopes). Example: {"account_id":"cash_acc_123","limit":10}. Returns complete transaction objects.

Input Schema

NameRequiredDescriptionDefault
account_idYesCash account ID
cursorNoPagination cursor
expandNoFields to expand
limitNoItems per page (1-100)
posted_at_startNoISO timestamp to start from

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "Cash account ID", "type": "string" }, "cursor": { "description": "Pagination cursor", "type": "string" }, "expand": { "description": "Fields to expand", "items": { "type": "string" }, "type": "array" }, "limit": { "description": "Items per page (1-100)", "type": "number" }, "posted_at_start": { "description": "ISO timestamp to start from", "type": "string" } }, "required": [ "account_id" ], "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