Skip to main content
Glama

Brex MCP Server

get_budget_programs

Retrieve and list budget programs from Brex financial platform, including active and inactive programs with pagination support for comprehensive financial oversight.

Instructions

List budget programs (read-only). Returns complete budget program objects. Example: {"limit":10,"budget_program_status":"ACTIVE"}

Input Schema

NameRequiredDescriptionDefault
budget_program_statusNo
cursorNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "budget_program_status": { "enum": [ "ACTIVE", "INACTIVE" ], "type": "string" }, "cursor": { "type": "string" }, "limit": { "type": "number" } }, "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