
Mcp Wompi
Expose Wompi (Bancolombia) payment gateway operations to your agent while you integrate Colombian checkout and payouts.
Overview
io.github.codespar/mcp-wompi is a MCP server for the Build phase that lets coding agents work with the Wompi Colombian payment gateway via public and private API keys.
What is this MCP server?
- npm package @codespar/mcp-wompi at version 0.1.0 with stdio MCP transport
- Wompi Colombian payment gateway (Bancolombia) surfaced to agent tooling
- Requires WOMPI_PUBLIC_KEY and WOMPI_PRIVATE_KEY environment variables
- Sourced from codespar/mcp-dev-latam monorepo packages/colombia/wompi
- Finance-category MCP for LatAm indie SaaS and ecommerce checkout builds
- Version 0.1.0 published as @codespar/mcp-wompi
- 2 required environment variables: WOMPI_PUBLIC_KEY and WOMPI_PRIVATE_KEY (private marked secret)
- stdio transport in server.schema.json
Community signal: 252 GitHub stars.
What problem does it solve?
Implementing Wompi checkout without MCP forces you to context-switch between gateway docs and your agent for every payment integration question.
Who is it for?
Solo founders shipping ecommerce or SaaS with Wompi as the primary Colombia payment rail.
Skip if: Global-only Stripe shops or teams that cannot store WOMPI_PRIVATE_KEY in a local agent environment.
What do I get? / Deliverables
With keys configured, your agent can invoke Wompi-oriented MCP tools while you build and test Colombian payment flows.
- Agent-callable Wompi gateway surface through MCP
- Documented env-based key setup for Colombian payments
- Faster payment integration debugging with less manual API exploration
Recommended MCP Servers
Journey fit
Payment gateway MCP servers land in Build because merchants wire acquirers and webhooks before launch, not during passive market research. Integrations is correct for a Bancolombia Wompi adapter that agents call instead of bespoke payment SDK scripts.
How it compares
Wompi payment-gateway MCP bridge, not a full billing UI or subscription management skill.
Common Questions / FAQ
Who is io.github.codespar/mcp-wompi for?
It is for developers building in Colombia who use Wompi and want MCP-aware agents to assist with payment gateway integration tasks.
When should I use io.github.codespar/mcp-wompi?
Use it while integrating Wompi into your backend or checkout during the Build phase, before you ship production payments.
How do I add io.github.codespar/mcp-wompi to my agent?
Add @codespar/mcp-wompi with stdio transport, set WOMPI_PUBLIC_KEY and WOMPI_PRIVATE_KEY, and register the server in Claude Code, Cursor, or your MCP host.