MCP Braintree runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault
Today is the operative word: we check MCP Braintree every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-braintree -- npx -y @codespar/mcp-braintree
{
"mcpServers": {
"mcp-braintree": {
"args": [
"-y",
"@codespar/mcp-braintree"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-braintree]
command = "npx"
args = ["-y", "@codespar/mcp-braintree"]
{
"mcpServers": {
"mcp-braintree": {
"args": [
"-y",
"@codespar/mcp-braintree"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-braintree": {
"args": [
"-y",
"@codespar/mcp-braintree"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BRAINTREE_MERCHANT_ID (Braintree merchant id (from the Control Panel > API).), BRAINTREE_PUBLIC_KEY (Braintree public API key — Basic auth username.), BRAINTREE_PRIVATE_KEY (Braintree private API key — Basic auth password (secret).), BRAINTREE_ENV (Braintree environment. 'sandbox' (default, https://payments.sandbox.braintree-api.com/graphql) or 'production' (https://payments.braintree-api.com/graphql).), BRAINTREE_API_VERSION (Braintree-Version header value (YYYY-MM-DD). Defaults to 2019-01-01.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions
Repository knowledge graph MCP server for codebase understanding and debugging.
MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize
Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
Answers built from our own checks of this server.