Colombian digital wallet by Bancolombia: push payments, QR codes, and P2P transfers. Your agent moves COP instantly via Nequi.
$ npm install @codespar/mcp-nequi@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"nequi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-nequi@alpha"
],
"env": {
"NEQUI_API_KEY": "<your_nequi_api_key>",
"NEQUI_CLIENT_ID": "<your_nequi_client_id>",
"NEQUI_CLIENT_SECRET": "<your_nequi_client_secret>"
}
}
}
}After restart, your agent can call any of the 16 tools below โ try create_push_payment first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
NEQUI_API_KEYAPI key for Nequi
NEQUI_CLIENT_IDOAuth2 client ID
NEQUI_CLIENT_SECRETOAuth2 client secret
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_push_paymentget_payment_statuscreate_qr_paymentreverse_paymentget_subscriptionunsubscribecreate_static_qrreverse_transactionMCP is a protocol โ any framework that speaks it can mount this server.