Loading MCP server directory, please wait...
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
npx @getmcp/cli add io.github.codespar/mcp-dlocalRequires Node.js 18+. Community-contributed server. Review source before installing.
DLOCAL_LOGINdLocal API Login (X-Login header)
DLOCAL_TRANS_KEYdLocal API Trans-Key (X-Trans-Key header)
DLOCAL_SECRET_KEYdLocal API Secret Key used to sign V2 HMAC-SHA256 requests
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-dlocal": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-dlocal"
],
"env": {
"DLOCAL_LOGIN": "",
"DLOCAL_TRANS_KEY": "",
"DLOCAL_SECRET_KEY": "",
"DLOCAL_BASE_URL": ""
}
}
}
}