MCP Dlocal runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 29 Aug 2026.
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
Today is the operative word: we check MCP Dlocal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-dlocal -- npx -y @codespar/mcp-dlocal
{
"mcpServers": {
"mcp-dlocal": {
"args": [
"-y",
"@codespar/mcp-dlocal"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-dlocal]
command = "npx"
args = ["-y", "@codespar/mcp-dlocal"]
{
"mcpServers": {
"mcp-dlocal": {
"args": [
"-y",
"@codespar/mcp-dlocal"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-dlocal": {
"args": [
"-y",
"@codespar/mcp-dlocal"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DLOCAL_LOGIN (dLocal API Login (X-Login header)), DLOCAL_TRANS_KEY (dLocal API Trans-Key (X-Trans-Key header)), DLOCAL_SECRET_KEY (dLocal API Secret Key used to sign V2 HMAC-SHA256 requests), DLOCAL_BASE_URL (dLocal API base URL. Defaults to https://api.dlocal.com (prod). Use https://sandbox.dlocal.com for sandbox.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for EBANX — cross-border payments, payouts, exchange rates
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)
MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets
Mercado Pago — payments, checkout, PIX, refunds for LATAM
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
Answers built from our own checks of this server.