← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-safrapay

github By github 👁 1 views ▲ 0 votes

MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-safrapay",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safrapay merchant CNPJ (sent as merchantCredential header on auth)",
          "isRequired": true,
          "format": "string",
          "name": "SAFRAPAY_CLIENT_ID"
        },
        {
          "description": "Safrapay MerchantToken used to compute the BCRYPT Authorization header on auth",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SAFRAPAY_CLIENT_SECRET"
        },
        {
          "description": "Safrapay merchant id (used in request bodies where applicable)",
          "isRequired": true,
          "format": "string",
          "name": "SAFRAPAY_MERCHANT_ID"
        },
        {
          "description": "Environment: 'sandbox' or 'production'. Defaults to sandbox.",
          "format": "string",
          "name": "SAFRAPAY_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...