Skip to main content
Glama

Brex MCP Server

get_card_expense

Retrieve detailed information for a specific Brex card expense using its unique ID, including merchant details and transaction data.

Instructions

Get a single card expense by ID. Returns the complete card expense object. Example: {"expense_id":"expense_123","expand":["merchant"]}

Input Schema

NameRequiredDescriptionDefault
expandNo
expense_idYesCard expense ID

Input Schema (JSON Schema)

{ "properties": { "expand": { "items": { "type": "string" }, "type": "array" }, "expense_id": { "description": "Card expense ID", "type": "string" } }, "required": [ "expense_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