
Mcp Nequi
Integrate Colombia’s Nequi digital wallet into agent-driven apps with OAuth2 and wallet APIs backed by Bancolombia’s 50M+ user network.
Overview
io.github.codespar/mcp-nequi is a MCP server for the Build phase that connects agents to Colombia’s Nequi digital wallet using API key and OAuth2 credentials.
What is this MCP server?
- stdio MCP @codespar/mcp-nequi v0.1.0 from npm
- Nequi digital wallet integration (50M+ users, Bancolombia)
- 3 env vars: NEQUI_API_KEY, NEQUI_CLIENT_ID, NEQUI_CLIENT_SECRET
- codespar mcp-dev-latam monorepo (packages/colombia/nequi)
- OAuth2 client credentials alongside API key for Nequi
- Package version 0.1.0
- 3 required environment variables (1 API key + OAuth2 client ID and secret)
- Nequi described as 50M+ user Colombian digital wallet by Bancolombia
Community signal: 252 GitHub stars.
What problem does it solve?
Colombia-focused builders lose velocity juggling Nequi OAuth2 secrets and wallet endpoints manually whenever an agent needs payment or balance operations.
Who is it for?
Solo developers and fintech indie products targeting Colombian consumers who already bank or pay with Nequi.
Skip if: Global-only apps with no Nequi merchant or developer partnership and no Colombian payment requirement.
What do I get? / Deliverables
After configuring Nequi API and OAuth2 env vars, your agent can call wallet MCP tools while you finalize mobile or web payment experiences.
- Stdio MCP server authenticated to Nequi
- Agent-callable Nequi wallet integration tools
- Documented three-variable secret setup for local and deployed agents
Recommended MCP Servers
Journey fit
Nequi wallet connectivity is implemented during backend and mobile payment integration, not at idea-stage brainstorming. Nequi MCP packages Colombian wallet operations as stdio tools requiring API key plus OAuth2 client credentials.
How it compares
Nequi wallet MCP integration, not a generic mobile banking UI kit or Stripe-first payment skill.
Common Questions / FAQ
Who is io.github.codespar/mcp-nequi for?
Builders shipping Colombian payment experiences who want Claude Code or similar agents to interact with Nequi wallet APIs via MCP.
When should I use io.github.codespar/mcp-nequi?
Use it during Build when integrating Nequi payments, transfers, or wallet features that need API key and OAuth2 client credentials.
How do I add io.github.codespar/mcp-nequi to my agent?
Install @codespar/mcp-nequi, set NEQUI_API_KEY, NEQUI_CLIENT_ID, and NEQUI_CLIENT_SECRET, register the stdio MCP server, and restart your agent.