Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฐ Finance & Fintech
  3. Braintree MCP Server
Braintree MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:16:35 PM

Braintree MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).
braintreepaymentsgraphqlmcp

Connects MCP clients to PayPal Braintree for credential checks, GraphQL queries, customer data, and payment transactions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "quentincody-braintree-mcp-server": {
      "url": "http://127.0.0.1:8001/sse"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ฐ More in Finance & Fintech

Overview

QuentinCody/braintree-mcp-server MCP server exposes PayPal Braintree payment processing through MCP tools backed by Braintree's GraphQL API. It provides a connectivity check and an operation for sending arbitrary GraphQL queries, including transaction, customer, and payment creation workflows. The server supports STDIO for clients such as Claude Desktop and SSE for persistent local connections. Reach for QuentinCody/braintree-mcp-server MCP server when an MCP-compatible agent needs structured access to a Braintree account using your own merchant credentials.

Use cases

โ€ขTest Braintree credentials from an MCP client
โ€ขQuery transaction details through GraphQL
โ€ขRetrieve customer and payment method data
โ€ขCreate Braintree payment transactions
โ€ขServe multiple local MCP clients over SSE

Key features

โ€ขBraintree GraphQL query and mutation execution
โ€ขCredential connectivity test
โ€ขSTDIO transport
โ€ขServer-Sent Events transport
โ€ขTransaction and customer data access

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Braintree MCP Server.

Extracted Tool Capabilities
Braintree GraphQL query and mutation execution
Credential connectivity test
STDIO transport
Server-Sent Events transport
Transaction and customer data access

How Braintree MCP Server works

What QuentinCody/braintree-mcp-server MCP server does

QuentinCody/braintree-mcp-server MCP server connects MCP-compatible AI clients with PayPal Braintree payment processing. Its interface is intentionally small: one tool checks connectivity and another sends GraphQL operations to Braintree. That GraphQL access can cover supported Braintree operations such as retrieving transaction details, reading customer records and payment method details, and creating a transaction by charging a payment method.

The project is unofficial and communicates with Braintree through its GraphQL API. It does not present a separate fixed catalog of customer-management actions in the documented interface; instead, the general GraphQL tool is used for the operations the Braintree API and account permissions support.

How it works

The server offers two transport modes. The STDIO implementation starts a server process for each client session and communicates over standard input and output. This mode is intended for Claude Desktop and other MCP clients that support STDIO. The SSE implementation runs as a persistent local web server and can accept multiple client connections. Its documented default endpoint is http://127.0.0.1:8001/sse, with the process listening on 127.0.0.1 port 8001 unless configured differently.

The braintree_ping tool provides a basic credential and connectivity check, returning pong when successful. The braintree_execute_graphql tool accepts a GraphQL query and variables, then returns the JSON response from Braintree. This lets an agent request fields such as transaction status, amount, currency, creation time, customer identity, and masked card details, or submit a charge mutation with an amount, order ID, payment method ID, and settlement option.

Setup and configuration

QuentinCody/braintree-mcp-server MCP server requires Python 3.13 or newer. After obtaining the repository, install its dependencies with pip install -e .. The documented server commands are python braintree_server.py for STDIO and python braintree_sse_server.py for SSE.

Place a .env file in the project root with these settings:

  • BRAINTREE_MERCHANT_ID
  • BRAINTREE_PUBLIC_KEY
  • BRAINTREE_PRIVATE_KEY
  • BRAINTREE_ENVIRONMENT

Set the environment to sandbox or production as appropriate. The credentials come from the Braintree Control Panel. The SSE host and port are configurable, while the defaults are localhost and port 8001.

Tools and capabilities

  • Test whether the configured Braintree credentials work with braintree_ping.
  • Run arbitrary Braintree GraphQL queries and mutations with braintree_execute_graphql.
  • Fetch customer fields and available payment method details through GraphQL.
  • Retrieve transaction status, monetary value, currency, and creation time.
  • Create a payment transaction by charging a payment method.
  • Serve MCP clients over STDIO or local SSE transport.

Limitations and notes

The repository is described as unofficial. Successful operations depend on valid Braintree credentials, network access to Braintree endpoints, account permissions, and applicable rate limits. The README documents local SSE binding rather than a hosted remote service. The project uses the MIT License and adds an academic citation requirement for publications, presentations, or reports based on the software; commercial and other non-academic use follows the stated MIT terms.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mossgate MCP logoMossgate MCP

    mcp stdio server exposing mossgate trust and rue render apis with x402 usdc payment

    ๐Ÿ’ฐ Finance & Fintech6 views
    Compare vs Mossgate MCP โ†’
  • Clawpay MCP logoClawpay MCP

    Non-custodial x402 payment layer for AI agents. Agents sign transactions from their own wallet with on-chain spend limits โ€” no custodial infrastructure, no API keys. Built on Base.

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Clawpay MCP โ†’
  • Yieldagentx402 Sdks logoYieldagentx402 Sdks

    Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yaxgetcapabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via npx agentx402-mcp-server.

    ๐Ÿ’ฐ Finance & Fintech4 views
    Compare vs Yieldagentx402 Sdks โ†’
  • Bexio MCP Server logoBexio MCP Server

    Swiss accounting integration for Bexio. 221 tools for invoices, contacts, projects.

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Bexio MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Braintree MCP Server

Clone the repository, use Python 3.13 or newer, and run `pip install -e .` from the project directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBraintree MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/quentincody-braintree-mcp-server?style=directory)](https://allmcps.com/mcp/quentincody-braintree-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/quentincody-braintree-mcp-server"><img src="https://allmcps.com/api/badge/quentincody-braintree-mcp-server?style=directory" alt="Braintree MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฐFinance & Fintech
PricingFree
More technical detailsExpand โ–พ
TransportSSE (Remote)
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
3/7 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 20, 2025
45Quality signal: Fair ยท 45/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฐ Finance & Fintech โ†’Best MCP servers for Finance & Fintech โ†’Alternatives to Braintree MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code