Loading MCP server directory, please wait...
MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks
npx @getmcp/cli add io.github.codespar/mcp-safrapayRequires Node.js 18+. Community-contributed server. Review source before installing.
SAFRAPAY_CLIENT_IDSafrapay merchant CNPJ (sent as merchantCredential header on auth)
SAFRAPAY_CLIENT_SECRETSafrapay MerchantToken used to compute the BCRYPT Authorization header on auth
SAFRAPAY_MERCHANT_IDSafrapay merchant id (used in request bodies where applicable)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-safrapay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-safrapay"
],
"env": {
"SAFRAPAY_CLIENT_ID": "",
"SAFRAPAY_CLIENT_SECRET": "",
"SAFRAPAY_MERCHANT_ID": "",
"SAFRAPAY_ENV": ""
}
}
}
}