← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-wompi

github By github 👁 1 views ▲ 0 votes

Wompi — Colombian payment gateway (by Bancolombia)

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...