Skip to main content
Glama

Brex MCP Server

get_transactions

Retrieve transaction data from a Brex financial account to analyze spending patterns and track financial activity using the account ID.

Instructions

Get transactions for a Brex account

Input Schema

NameRequiredDescriptionDefault
accountIdYesID of the Brex account
limitNoMaximum number of transactions to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "ID of the Brex account", "type": "string" }, "limit": { "description": "Maximum number of transactions to return (default: 50)", "type": "number" } }, "required": [ "accountId" ], "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