sales
Braintree MCP, CLI, and Lua Integration for AI Agents
Braintree integration docs for AI agents: MCP gateway setup, Braintree CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Braintree for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
braintree- route_slug
braintree- package
braintree- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Braintree CLIHeadless setup and direct function calls. Braintree MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Braintree MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Braintree.
Claude Code Braintree MCP setup for Claude Code. Cursor Braintree MCP setup for Cursor. Codex Braintree MCP setup for Codex. OpenAI Agents Braintree MCP setup for OpenAI Agents SDK. Claude Agent SDK Braintree MCP setup for Claude Agent SDK. Vercel AI SDK Braintree MCP setup for Vercel AI SDK. LangChain Braintree MCP setup for LangChain. LangGraph Braintree MCP setup for LangGraph. CrewAI Braintree MCP setup for CrewAI. MCP clients Braintree MCP setup for Generic MCP Clients.
Braintree CLI Matrix
Use these pages for direct Braintree CLI workflows in scripts, CI, cron, and agent wrappers.
CI Braintree CLI for CI. Cron Jobs Braintree CLI for cron jobs. Shell Scripts Braintree CLI for shell scripts. Headless Automation Braintree CLI for headless automation. Coding Agents Braintree CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
braintree.braintree_list_transactions | Read read | 3 | List payment transactions for the Braintree merchant. Returns transaction details including amount, status, payment method, and customer info. |
braintree.braintree_get_transaction | Read read | 1 | Retrieve a single Braintree transaction by its ID. Returns full transaction details including amount, status, payment instrument, and settlement info. |
braintree.braintree_list_customers | Read read | 2 | List customers stored in Braintree. Returns customer details including name, email, phone, and payment methods. |
braintree.braintree_get_customer | Read read | 1 | Retrieve a single Braintree customer by ID. Returns full customer details including contact info, payment methods, and addresses. |
braintree.braintree_list_plans | Read read | 2 | List recurring billing plans configured in Braintree. Returns plan details including billing cycle, price, and trial period. |
braintree.braintree_get_plan | Read read | 1 | Retrieve a single Braintree recurring billing plan by ID. Returns plan details including billing cycle, price, and trial period. |
braintree.braintree_get_current_user | Read read | 0 | Get the current Braintree merchant account information. Returns merchant details including business name, currency, and account status. |