← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-dlocal

github By github 👁 1 views ▲ 0 votes

MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-dlocal",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "dLocal API Login (X-Login header)",
          "isRequired": true,
          "format": "string",
          "name": "DLOCAL_LOGIN"
        },
        {
          "description": "dLocal API Trans-Key (X-Trans-Key header)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DLOCAL_TRANS_KEY"
        },
        {
          "description": "dLocal API Secret Key used to sign V2 HMAC-SHA256 requests",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DLOCAL_SECRET_KEY"
        },
        {
          "description": "dLocal API base URL. Defaults to https://api.dlocal.com (prod). Use https://sandbox.dlocal.com for sandbox.",
          "format": "string",
          "name": "DLOCAL_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...