MCP Nequi runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 29 Aug 2026.
Nequi — Colombian digital wallet (50M+ users, by Bancolombia)
Today is the operative word: we check MCP Nequi 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-nequi -- npx -y @codespar/mcp-nequi
{
"mcpServers": {
"mcp-nequi": {
"args": [
"-y",
"@codespar/mcp-nequi"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-nequi]
command = "npx"
args = ["-y", "@codespar/mcp-nequi"]
{
"mcpServers": {
"mcp-nequi": {
"args": [
"-y",
"@codespar/mcp-nequi"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-nequi": {
"args": [
"-y",
"@codespar/mcp-nequi"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
NEQUI_API_KEY (API key for Nequi), NEQUI_CLIENT_ID (OAuth2 client ID), NEQUI_CLIENT_SECRET (OAuth2 client secret).
The author declared them in the registry entry; get the values from the project itself.
Wompi — Colombian payment gateway (by Bancolombia)
MCP server for PicPay Business — BR digital wallet (60M+ users): checkout, Pix QR, subscriptions
Banco Inter — digital bank, boleto, PIX, statements, transfers
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users
Siigo — Colombian accounting + DIAN e-invoicing
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for ePayco — Colombian gateway: cards, PSE, Daviplata and cash networks
Answers built from our own checks of this server.