braintree-mcp-server
3.5
The Braintree MCP Server is an unofficial server that follows the Model Context Protocol to connect to PayPal Braintree's payment processing services. It supports AI systems by providing structured access to execute payment-related operations through GraphQL.
Top Comments
Braintree MCP Server
An unofficial MCP server for interacting with PayPal Braintree payment processing services through both STDIO and SSE transport methods. Key features include:
- Compatibility with Claude Desktop for STDIO integrations.
- Server-Sent Events (SSE) support for multi-client web connections.
- Direct access to Braintree's payment processing capabilities, enabling operations like fetching transactions and managing customer data.
Installation
- Clone the repository.
- Set up a Python 3.13+ environment.
- Install dependencies.
Configuration
Create a .env
file with Braintree credentials for setup.
Usage
Run the server using STDIO or SSE transport modes for interaction with AI assistant systems or standalone deployments.