Skip to main content
Glama

Brex MCP Server

upload_receipt

Upload receipt images to automatically match them with corresponding expense records in the Brex financial platform for accurate expense tracking.

Instructions

Upload a receipt image to match with expenses

Input Schema

NameRequiredDescriptionDefault
content_typeYesMIME type of the receipt (e.g., 'image/jpeg')
receipt_dataYesBase64-encoded image data
receipt_nameYesName of the receipt file (e.g., 'receipt.jpg')

Input Schema (JSON Schema)

{ "properties": { "content_type": { "description": "MIME type of the receipt (e.g., 'image/jpeg')", "type": "string" }, "receipt_data": { "description": "Base64-encoded image data", "type": "string" }, "receipt_name": { "description": "Name of the receipt file (e.g., 'receipt.jpg')", "type": "string" } }, "required": [ "receipt_data", "receipt_name", "content_type" ], "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