Skip to main content
NE

Nequi

v0.2.0-alpha.2API Keyalpha

Billetera digital colombiana de Bancolombia: push payments, QR codes y transferencias P2P. Tu agente mueve COP al instante vía Nequi.

16 herramientas3 env vars🇨🇴 Colombiaalpha — validación pendiente

Qué puede hacer tu agente

Nequi le da a tu agente 16 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_push_paymentSend a push payment notification to a Nequi user
  • get_payment_statusCheck the status of a payment
  • create_qr_paymentGenerate a QR code for payment
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_push_payment", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-nequi@alpha

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "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>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 16 herramientas de abajo — probá create_push_payment primero.

Variables de entorno · 3

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

NEQUI_API_KEY
obligatoriosecret

API key for Nequi

NEQUI_CLIENT_ID
obligatorio

OAuth2 client ID

NEQUI_CLIENT_SECRET
obligatoriosecret

OAuth2 client secret

Herramientas disponibles · 16

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

WRITEcreate_push_payment
Send a push payment notification to a Nequi user
WRITEget_payment_status
Check the status of a payment
WRITEcreate_qr_payment
Generate a QR code for payment
DELETEreverse_payment
Reverse a completed payment
READget_subscription
Get subscription details for a phone number
DELETEunsubscribe
Cancel a subscription
WRITEcreate_static_qr
Generate a static (reusable) Nequi QR code for a merchant
DELETEreverse_transaction
Reverse any Nequi transaction by transaction ID (refund flow)

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-nequi` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Nequi — MCP server · 16 tools | CodeSpar