Skip to main content
Glama

Brex MCP Server

match_receipt

Generate a pre-signed URL to upload a receipt for automatic matching with existing expenses in the Brex financial platform.

Instructions

Create a pre-signed URL for uploading a receipt that will be automatically matched with existing expenses

Input Schema

NameRequiredDescriptionDefault
notify_emailNoEmail address to notify after matching (optional)
receipt_nameYesName of the receipt file (e.g., 'receipt.jpg')
receipt_typeNoType of the receipt (optional)

Input Schema (JSON Schema)

{ "properties": { "notify_email": { "description": "Email address to notify after matching (optional)", "type": "string" }, "receipt_name": { "description": "Name of the receipt file (e.g., 'receipt.jpg')", "type": "string" }, "receipt_type": { "description": "Type of the receipt (optional)", "type": "string" } }, "required": [ "receipt_name" ], "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