KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Braintree MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Braintree.

Braintree CLI Matrix

Use these pages for direct Braintree CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.