MCP Wompi runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 29 Aug 2026.
Wompi — Colombian payment gateway (by Bancolombia)
Today is the operative word: we check MCP Wompi 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-wompi -- npx -y @codespar/mcp-wompi
{
"mcpServers": {
"mcp-wompi": {
"args": [
"-y",
"@codespar/mcp-wompi"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-wompi]
command = "npx"
args = ["-y", "@codespar/mcp-wompi"]
{
"mcpServers": {
"mcp-wompi": {
"args": [
"-y",
"@codespar/mcp-wompi"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-wompi": {
"args": [
"-y",
"@codespar/mcp-wompi"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
WOMPI_PUBLIC_KEY (Public key for Wompi), WOMPI_PRIVATE_KEY (Private key for Wompi), WOMPI_EVENTS_SECRET (Events/webhook secret for signature validation).
The author declared them in the registry entry; get the values from the project itself.
Nequi — Colombian digital wallet (50M+ users, by Bancolombia)
Conekta — Mexican payment gateway (cards, OXXO cash, SPEI)
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for ePayco — Colombian gateway: cards, PSE, Daviplata and cash networks
Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.
Answers built from our own checks of this server.