Skip to content
Grok

braintree for Grok

io.usefulapi/braintree

Search Braintree transactions, customers and payment methods, and refund or void charges.

client:Grok transport:streamable-http

Install braintree in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "braintree": {
      "type": "http",
      "url": "https://braintree.usefulapi.io/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

braintree in other clients