
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@codespar/mcp-epayco
Advanced tools
MCP server for ePayco — Colombian gateway (Davivienda): cards, PSE, Daviplata and cash networks
MCP server for ePayco — Colombian payment gateway (Davivienda-owned): card tokenization and charges, PSE bank debit, and cash networks (Efecty, Gana, Red Servi, Punto Red, Su Red).
The tool set mirrors the official ePayco SDKs (epayco-node): the card/token API on api.secure.payco.co and the restpagos API on secure.payco.co for PSE and cash. Test mode is a payload flag (EPAYCO_TEST), not a separate host.
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"epayco": {
"command": "npx",
"args": ["-y", "@codespar/mcp-epayco"],
"env": {
"EPAYCO_PUBLIC_KEY": "your-public-key",
"EPAYCO_PRIVATE_KEY": "your-private-key",
"EPAYCO_TEST": "true"
}
}
}
}
claude mcp add epayco --env EPAYCO_PUBLIC_KEY=pk --env EPAYCO_PRIVATE_KEY=sk -- npx -y @codespar/mcp-epayco
| Tool | Description |
|---|---|
tokenize_card | Create a card token (POST /v1/tokens) |
create_customer | Create a customer bound to a card token |
charge_card | Charge a tokenized card (POST /payment/v1/charge/create) |
get_transaction | Transaction detail by referencePayco |
create_pse_payment | PSE bank debit — returns the bank redirect URL |
get_pse_transaction | PSE transaction status by transaction id |
list_pse_banks | PSE bank list |
create_cash_payment | Cash voucher on efecty / gana / redservi / puntored / sured |
| Variable | Required | Description |
|---|---|---|
EPAYCO_PUBLIC_KEY | yes | Public key |
EPAYCO_PRIVATE_KEY | yes | Private key |
EPAYCO_TEST | no | "true" (default) flags payloads as test mode |
Need governance, budget limits, and audit trails for agent-driven payments on ePayco? CodeSpar Enterprise adds a policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for ePayco — Colombian gateway (Davivienda): cards, PSE, Daviplata and cash networks
We found that @codespar/mcp-epayco demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.