← Back to browse

mcp-braintree

Indexed by io.github.codespar

About

MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBRAINTREE_MERCHANT_ID BRAINTREE_PUBLIC_KEY BRAINTREE_PRIVATE_KEY BRAINTREE_ENV BRAINTREE_API_VERSION
Claude Code
claude mcp add --env BRAINTREE_MERCHANT_ID= --env BRAINTREE_PUBLIC_KEY= --env BRAINTREE_PRIVATE_KEY= --env BRAINTREE_ENV= --env BRAINTREE_API_VERSION= mcp-braintree -- npx @codespar/mcp-braintree
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-braintree","command":"npx","args":["@codespar/mcp-braintree"],"env":{"BRAINTREE_MERCHANT_ID":"","BRAINTREE_PUBLIC_KEY":"","BRAINTREE_PRIVATE_KEY":"","BRAINTREE_ENV":"","BRAINTREE_API_VERSION":""}}'
JSON
{
  "mcpServers": {
    "mcp-braintree": {
      "command": "npx",
      "args": [
        "@codespar/mcp-braintree"
      ],
      "env": {
        "BRAINTREE_MERCHANT_ID": "",
        "BRAINTREE_PUBLIC_KEY": "",
        "BRAINTREE_PRIVATE_KEY": "",
        "BRAINTREE_ENV": "",
        "BRAINTREE_API_VERSION": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.