Back to directory
quentincody/braintree-mcp-server

quentincody/braintree-mcp-server

@QuentinCody

An unofficial Model Context Protocol (MCP) server for interacting with PayPal Braintree payment processing services.

braintreepaymentmcpgraphqlpaypalpayment-processingfinancialfinance

Installation & Configuration

{
  "braintree": {
    "command": "python",
    "args": [
      "braintree_server.py"
    ],
    "options": {
      "cwd": "/path/to/braintree-mcp-server"
    },
    "env": {
      "BRAINTREE_MERCHANT_ID": "your_merchant_id",
      "BRAINTREE_PUBLIC_KEY": "your_public_key",
      "BRAINTREE_PRIVATE_KEY": "your_private_key",
      "BRAINTREE_ENVIRONMENT": "sandbox"
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/12
Updated
2026/6/13