Skip to main content
Glama

Brex MCP Server

get_card_transactions

Retrieve and list primary card transactions with filtering options for user IDs, date ranges, and field expansion to access detailed financial data.

Instructions

LIST: Primary card transactions. Returns complete transaction objects. Example: {"limit":10,"posted_at_start":"2025-08-01T00:00:00Z","expand":["merchant"]}

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor
expandNoFields to expand
limitNoItems per page (default 50)
posted_at_startNoISO timestamp to start from
user_idsNoOptional filter by user IDs

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor", "type": "string" }, "expand": { "description": "Fields to expand", "items": { "type": "string" }, "type": "array" }, "limit": { "description": "Items per page (default 50)", "type": "number" }, "posted_at_start": { "description": "ISO timestamp to start from", "type": "string" }, "user_ids": { "description": "Optional filter by user IDs", "items": { "type": "string" }, "type": "array" } }, "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