MCP Server
MCP
io.github.codespar/mcp-wompi
Wompi — Colombian payment gateway (by Bancolombia)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-wompi",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Public key for Wompi",
"isRequired": true,
"format": "string",
"name": "WOMPI_PUBLIC_KEY"
},
{
"description": "Private key for Wompi",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WOMPI_PRIVATE_KEY"
},
{
"description": "Events/webhook secret for signature validation",
"format": "string",
"isSecret": true,
"name": "WOMPI_EVENTS_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment