← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-bold-co

github By github 👁 1 views ▲ 0 votes

MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-bold-co",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bold identity API key (llave de identidad), sent as x-api-key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BOLD_API_KEY"
        },
        {
          "description": "Bold secret key. Only needed for the local checkout-signature and webhook-validation tools.",
          "format": "string",
          "isSecret": true,
          "name": "BOLD_SECRET_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...