Loading MCP server directory, please wait...
MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault
npx @getmcp/cli add io.github.codespar/mcp-braintreeRequires Node.js 18+. Community-contributed server. Review source before installing.
BRAINTREE_MERCHANT_IDBraintree merchant id (from the Control Panel > API).
BRAINTREE_PUBLIC_KEYBraintree public API key — Basic auth username.
BRAINTREE_PRIVATE_KEYBraintree private API key — Basic auth password (secret).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-braintree": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-braintree"
],
"env": {
"BRAINTREE_MERCHANT_ID": "",
"BRAINTREE_PUBLIC_KEY": "",
"BRAINTREE_PRIVATE_KEY": "",
"BRAINTREE_ENV": "",
"BRAINTREE_API_VERSION": ""
}
}
}
}