Skip to main content
Glama

Brex MCP Server

get_expense

Retrieve detailed expense information from Brex financial platform by providing a specific expense ID to access complete expense data and related merchant details.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
expandNo
expense_idYesExpense ID

Input Schema (JSON Schema)

{ "properties": { "expand": { "items": { "type": "string" }, "type": "array" }, "expense_id": { "description": "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