data
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.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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
braintree.braintree_report_payment_level_fees | Read read | 0 | Execute official Braintree GraphQL query field `paymentLevelFees` under `report`. |
braintree.braintree_report_transaction_level_fees | Read read | 0 | Execute official Braintree GraphQL query field `transactionLevelFees` under `report`. |
braintree.braintree_apple_pay_registered_domains | Read read | 0 | Execute official Braintree GraphQL query field `applePayRegisteredDomains`. |
braintree.braintree_client_configuration | Read read | 0 | Execute official Braintree GraphQL query field `clientConfiguration`. |
braintree.braintree_id_from_legacy_id | Read read | 0 | Execute official Braintree GraphQL query field `idFromLegacyId`. |
braintree.braintree_ids_from_legacy_ids | Read read | 0 | Execute official Braintree GraphQL query field `idsFromLegacyIds`. |
braintree.braintree_in_store_locations | Read read | 0 | Execute official Braintree GraphQL query field `inStoreLocations`. |
braintree.braintree_node | Read read | 0 | Execute official Braintree GraphQL query field `node`. |
braintree.braintree_paypal_billing_agreement_details | Read read | 0 | Execute official Braintree GraphQL query field `paypalBillingAgreementDetails`. |
braintree.braintree_paypal_order_details | Read read | 0 | Execute official Braintree GraphQL query field `paypalOrderDetails`. |
braintree.braintree_ping | Read read | 0 | Execute official Braintree GraphQL query field `ping`. |
braintree.braintree_ping_in_store_reader | Read read | 0 | Execute official Braintree GraphQL query field `pingInStoreReader`. |
braintree.braintree_recurring_billing_subscription_plan_add_ons | Read read | 0 | Execute official Braintree GraphQL query field `recurringBillingSubscriptionPlanAddOns`. |
braintree.braintree_recurring_billing_subscription_plan_discounts | Read read | 0 | Execute official Braintree GraphQL query field `recurringBillingSubscriptionPlanDiscounts`. |
braintree.braintree_recurring_billing_subscription_plans | Read read | 0 | Execute official Braintree GraphQL query field `recurringBillingSubscriptionPlans`. |
braintree.braintree_viewer | Read read | 0 | Execute official Braintree GraphQL query field `viewer`. |
braintree.braintree_search_business_account_creation_requests | Read read | 0 | Execute official Braintree GraphQL query field `businessAccountCreationRequests` under `search`. |
braintree.braintree_search_customers | Read read | 0 | Execute official Braintree GraphQL query field `customers` under `search`. |
braintree.braintree_search_disputes | Read read | 0 | Execute official Braintree GraphQL query field `disputes` under `search`. |
braintree.braintree_search_in_store_locations | Read read | 0 | Execute official Braintree GraphQL query field `inStoreLocations` under `search`. |
braintree.braintree_search_in_store_readers | Read read | 0 | Execute official Braintree GraphQL query field `inStoreReaders` under `search`. |
braintree.braintree_search_payments | Read read | 0 | Execute official Braintree GraphQL query field `payments` under `search`. |
braintree.braintree_search_refunds | Read read | 0 | Execute official Braintree GraphQL query field `refunds` under `search`. |
braintree.braintree_search_roles | Read read | 0 | Execute official Braintree GraphQL query field `roles` under `search`. |
braintree.braintree_search_transactions | Read read | 0 | Execute official Braintree GraphQL query field `transactions` under `search`. |
braintree.braintree_search_verifications | Read read | 0 | Execute official Braintree GraphQL query field `verifications` under `search`. |
braintree.braintree_accept_dispute | Write write | 0 | Execute official Braintree GraphQL mutation field `acceptDispute`. |
braintree.braintree_authorize_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `authorizeCreditCard`. |
braintree.braintree_authorize_in_store_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `authorizeInStoreCreditCard`. |
braintree.braintree_authorize_pay_pal_account | Write write | 0 | Execute official Braintree GraphQL mutation field `authorizePayPalAccount`. |
braintree.braintree_authorize_payment_method | Write write | 0 | Execute official Braintree GraphQL mutation field `authorizePaymentMethod`. |
braintree.braintree_authorize_venmo_account | Write write | 0 | Execute official Braintree GraphQL mutation field `authorizeVenmoAccount`. |
braintree.braintree_capture_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `captureTransaction`. |
braintree.braintree_charge_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `chargeCreditCard`. |
braintree.braintree_charge_in_store_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `chargeInStoreCreditCard`. |
braintree.braintree_charge_pay_pal_account | Write write | 0 | Execute official Braintree GraphQL mutation field `chargePayPalAccount`. |
braintree.braintree_charge_payment_method | Write write | 0 | Execute official Braintree GraphQL mutation field `chargePaymentMethod`. |
braintree.braintree_charge_us_bank_account | Write write | 0 | Execute official Braintree GraphQL mutation field `chargeUsBankAccount`. |
braintree.braintree_charge_venmo_account | Write write | 0 | Execute official Braintree GraphQL mutation field `chargeVenmoAccount`. |
braintree.braintree_confirm_micro_transfer_amounts | Write write | 0 | Execute official Braintree GraphQL mutation field `confirmMicroTransferAmounts`. |
braintree.braintree_create_apple_pay_web_session | Write write | 0 | Execute official Braintree GraphQL mutation field `createApplePayWebSession`. |
braintree.braintree_create_billing_agreement_jwt | Write write | 0 | Execute official Braintree GraphQL mutation field `createBillingAgreementJwt`. |
braintree.braintree_create_client_token | Write write | 0 | Execute official Braintree GraphQL mutation field `createClientToken`. |
braintree.braintree_create_customer | Write write | 0 | Execute official Braintree GraphQL mutation field `createCustomer`. |
braintree.braintree_create_dispute_file_evidence | Write write | 0 | Execute official Braintree GraphQL mutation field `createDisputeFileEvidence`. |
braintree.braintree_create_dispute_text_evidence | Write write | 0 | Execute official Braintree GraphQL mutation field `createDisputeTextEvidence`. |
braintree.braintree_create_in_store_location | Write write | 0 | Execute official Braintree GraphQL mutation field `createInStoreLocation`. |
braintree.braintree_create_local_payment_context | Write write | 0 | Execute official Braintree GraphQL mutation field `createLocalPaymentContext`. |
braintree.braintree_create_non_instant_local_payment_context | Write write | 0 | Execute official Braintree GraphQL mutation field `createNonInstantLocalPaymentContext`. |
braintree.braintree_create_oauth_client_secret | Write write | 0 | Execute official Braintree GraphQL mutation field `createOAuthClientSecret`. |
braintree.braintree_create_offline_declined_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `createOfflineDeclinedTransaction`. |
braintree.braintree_create_pay_pal_billing_agreement | Write write | 0 | Execute official Braintree GraphQL mutation field `createPayPalBillingAgreement`. |
braintree.braintree_create_pay_pal_one_time_payment | Write write | 0 | Execute official Braintree GraphQL mutation field `createPayPalOneTimePayment`. |
braintree.braintree_create_recurring_billing_subscription_plan | Write write | 0 | Execute official Braintree GraphQL mutation field `createRecurringBillingSubscriptionPlan`. |
braintree.braintree_create_transaction_package_tracking | Write write | 0 | Execute official Braintree GraphQL mutation field `createTransactionPackageTracking`. |
braintree.braintree_create_transaction_risk_context | Write write | 0 | Execute official Braintree GraphQL mutation field `createTransactionRiskContext`. |
braintree.braintree_create_universal_access_token | Write write | 0 | Execute official Braintree GraphQL mutation field `createUniversalAccessToken`. |
braintree.braintree_create_venmo_payment_context | Write write | 0 | Execute official Braintree GraphQL mutation field `createVenmoPaymentContext`. |
braintree.braintree_delete_customer | Write write | 0 | Execute official Braintree GraphQL mutation field `deleteCustomer`. |
braintree.braintree_delete_dispute_evidence | Write write | 0 | Execute official Braintree GraphQL mutation field `deleteDisputeEvidence`. |
braintree.braintree_delete_in_store_location | Write write | 0 | Execute official Braintree GraphQL mutation field `deleteInStoreLocation`. |
braintree.braintree_delete_oauth_client_secret | Write write | 0 | Execute official Braintree GraphQL mutation field `deleteOAuthClientSecret`. |
braintree.braintree_delete_payment_method_from_single_use_token | Write write | 0 | Execute official Braintree GraphQL mutation field `deletePaymentMethodFromSingleUseToken`. |
braintree.braintree_delete_payment_method_from_vault | Write write | 0 | Execute official Braintree GraphQL mutation field `deletePaymentMethodFromVault`. |
braintree.braintree_disable_oauth_client_secret | Write write | 0 | Execute official Braintree GraphQL mutation field `disableOAuthClientSecret`. |
braintree.braintree_evaluate_transaction_risk | Write write | 0 | Execute official Braintree GraphQL mutation field `evaluateTransactionRisk`. |
braintree.braintree_finalize_dispute | Write write | 0 | Execute official Braintree GraphQL mutation field `finalizeDispute`. |
braintree.braintree_generate_edit_funding_instrument_url | Write write | 0 | Execute official Braintree GraphQL mutation field `generateEditFundingInstrumentUrl`. |
braintree.braintree_generate_exchange_rate_quote | Write write | 0 | Execute official Braintree GraphQL mutation field `generateExchangeRateQuote`. |
braintree.braintree_pair_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `pairInStoreReader`. |
braintree.braintree_partial_capture_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `partialCaptureTransaction`. |
braintree.braintree_perform_three_dsecure_lookup | Write write | 0 | Execute official Braintree GraphQL mutation field `performThreeDSecureLookup`. |
braintree.braintree_refund_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `refundCreditCard`. |
braintree.braintree_refund_in_store_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `refundInStoreCreditCard`. |
braintree.braintree_refund_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `refundTransaction`. |
braintree.braintree_refund_us_bank_account | Write write | 0 | Execute official Braintree GraphQL mutation field `refundUsBankAccount`. |
braintree.braintree_register_apple_pay_domains | Write write | 0 | Execute official Braintree GraphQL mutation field `registerApplePayDomains`. |
braintree.braintree_request_amount_prompt_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestAmountPromptFromInStoreReader`. |
braintree.braintree_request_authorize_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestAuthorizeFromInStoreReader`. |
braintree.braintree_request_cancel_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestCancelFromInStoreReader`. |
braintree.braintree_request_charge_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestChargeFromInStoreReader`. |
braintree.braintree_request_confirmation_prompt_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestConfirmationPromptFromInStoreReader`. |
braintree.braintree_request_firmware_update_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestFirmwareUpdateFromInStoreReader`. |
braintree.braintree_request_item_display_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestItemDisplayFromInStoreReader`. |
braintree.braintree_request_multi_choice_single_select_prompt_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestMultiChoiceSingleSelectPromptFromInStoreReader`. |
braintree.braintree_request_non_pci_card_data_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestNonPciCardDataFromInStoreReader`. |
braintree.braintree_request_print_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestPrintFromInStoreReader`. |
braintree.braintree_request_refund_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestRefundFromInStoreReader`. |
braintree.braintree_request_signature_prompt_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestSignaturePromptFromInStoreReader`. |
braintree.braintree_request_text_display_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestTextDisplayFromInStoreReader`. |
braintree.braintree_request_text_prompt_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestTextPromptFromInStoreReader`. |
braintree.braintree_request_vault_from_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `requestVaultFromInStoreReader`. |
braintree.braintree_reverse_emv_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `reverseEmvTransaction`. |
braintree.braintree_reverse_refund | Write write | 0 | Execute official Braintree GraphQL mutation field `reverseRefund`. |
braintree.braintree_reverse_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `reverseTransaction`. |
braintree.braintree_sandbox_settle_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `sandboxSettleTransaction`. |
braintree.braintree_submit_dispute_feedback | Write write | 0 | Execute official Braintree GraphQL mutation field `submitDisputeFeedback`. |
braintree.braintree_submit_transaction_feedback | Write write | 0 | Execute official Braintree GraphQL mutation field `submitTransactionFeedback`. |
braintree.braintree_tokenize_apple_pay_card | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeApplePayCard`. |
braintree.braintree_tokenize_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeCreditCard`. |
braintree.braintree_tokenize_custom_actions_payment_method | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeCustomActionsPaymentMethod`. |
braintree.braintree_tokenize_cvv | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeCvv`. |
braintree.braintree_tokenize_emv_card | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeEmvCard`. |
braintree.braintree_tokenize_magstripe_card | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeMagstripeCard`. |
braintree.braintree_tokenize_network_token | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeNetworkToken`. |
braintree.braintree_tokenize_pay_pal_billing_agreement | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizePayPalBillingAgreement`. |
braintree.braintree_tokenize_pay_pal_one_time_payment | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizePayPalOneTimePayment`. |
braintree.braintree_tokenize_samsung_pay_card | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeSamsungPayCard`. |
braintree.braintree_tokenize_us_bank_account | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeUsBankAccount`. |
braintree.braintree_tokenize_us_bank_login | Write write | 0 | Execute official Braintree GraphQL mutation field `tokenizeUsBankLogin`. |
braintree.braintree_unregister_apple_pay_domain | Write write | 0 | Execute official Braintree GraphQL mutation field `unregisterApplePayDomain`. |
braintree.braintree_update_credit_card_billing_address | Write write | 0 | Execute official Braintree GraphQL mutation field `updateCreditCardBillingAddress`. |
braintree.braintree_update_credit_card_cardholder_name | Write write | 0 | Execute official Braintree GraphQL mutation field `updateCreditCardCardholderName`. |
braintree.braintree_update_credit_card_expiration_date | Write write | 0 | Execute official Braintree GraphQL mutation field `updateCreditCardExpirationDate`. |
braintree.braintree_update_custom_fields | Write write | 0 | Execute official Braintree GraphQL mutation field `updateCustomFields`. |
braintree.braintree_update_customer | Write write | 0 | Execute official Braintree GraphQL mutation field `updateCustomer`. |
braintree.braintree_update_emv_capture_data | Write write | 0 | Execute official Braintree GraphQL mutation field `updateEmvCaptureData`. |
braintree.braintree_update_in_store_location | Write write | 0 | Execute official Braintree GraphQL mutation field `updateInStoreLocation`. |
braintree.braintree_update_in_store_reader | Write write | 0 | Execute official Braintree GraphQL mutation field `updateInStoreReader`. |
braintree.braintree_update_pay_pal_one_time_payment | Write write | 0 | Execute official Braintree GraphQL mutation field `updatePayPalOneTimePayment`. |
braintree.braintree_update_recurring_billing_subscription_plan | Write write | 0 | Execute official Braintree GraphQL mutation field `updateRecurringBillingSubscriptionPlan`. |
braintree.braintree_update_transaction_amount | Write write | 0 | Execute official Braintree GraphQL mutation field `updateTransactionAmount`. |
braintree.braintree_update_transaction_custom_fields | Write write | 0 | Execute official Braintree GraphQL mutation field `updateTransactionCustomFields`. |
braintree.braintree_vault_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `vaultCreditCard`. |
braintree.braintree_vault_pay_pal_billing_agreement | Write write | 0 | Execute official Braintree GraphQL mutation field `vaultPayPalBillingAgreement`. |
braintree.braintree_vault_payment_method | Write write | 0 | Execute official Braintree GraphQL mutation field `vaultPaymentMethod`. |
braintree.braintree_vault_us_bank_account | Write write | 0 | Execute official Braintree GraphQL mutation field `vaultUsBankAccount`. |
braintree.braintree_verify_credit_card | Write write | 0 | Execute official Braintree GraphQL mutation field `verifyCreditCard`. |
braintree.braintree_verify_payment_method | Write write | 0 | Execute official Braintree GraphQL mutation field `verifyPaymentMethod`. |
braintree.braintree_verify_us_bank_account | Write write | 0 | Execute official Braintree GraphQL mutation field `verifyUsBankAccount`. |
braintree.braintree_void_transaction | Write write | 0 | Execute official Braintree GraphQL mutation field `voidTransaction`. |