PluginBench
MCP Server
Active
MIT

io.github.codespar/mcp-bold-co MCP Server

io.github.codespar/mcp-bold-co

What is the io.github.codespar/mcp-bold-co MCP server?

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

How to install io.github.codespar/mcp-bold-co

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BOLD_API_KEY
    required
    secret

    Bold identity API key (llave de identidad), sent as x-api-key

  • BOLD_SECRET_KEY
    secret

    Bold secret key. Only needed for the local checkout-signature and webhook-validation tools.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bold-co": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bold-co"
      ],
      "env": {
        "BOLD_API_KEY": "<YOUR_BOLD_API_KEY>",
        "BOLD_SECRET_KEY": "<YOUR_BOLD_SECRET_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bold-co": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bold-co"
      ],
      "env": {
        "BOLD_API_KEY": "<YOUR_BOLD_API_KEY>",
        "BOLD_SECRET_KEY": "<YOUR_BOLD_SECRET_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-bold-co": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bold-co"
      ],
      "env": {
        "BOLD_API_KEY": "<YOUR_BOLD_API_KEY>",
        "BOLD_SECRET_KEY": "<YOUR_BOLD_SECRET_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-bold-co": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bold-co"
      ],
      "env": {
        "BOLD_API_KEY": "<YOUR_BOLD_API_KEY>",
        "BOLD_SECRET_KEY": "<YOUR_BOLD_SECRET_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-bold-co --env BOLD_API_KEY=<YOUR_BOLD_API_KEY> --env BOLD_SECRET_KEY=<YOUR_BOLD_SECRET_KEY> -- npx -y @codespar/mcp-bold-co

Related MCP servers

Give AI agents access to Adyen's Checkout API v71 for enterprise payment processing in LatAm.

267
JavaScript
MIT
View repository →

AI agent access to AFIP's Argentine electronic invoicing (Factura Electrónica) system.

267
JavaScript
MIT
View repository →

MCP server for Airwallex — cross-border collection, payouts, global accounts, FX, and transfers.

267
JavaScript
MIT
View repository →

Give AI agents access to Alegra's cloud accounting platform for LATAM invoicing and bookkeeping.

267
JavaScript
MIT
View repository →

Give your AI agent tools to manage Amazon orders, listings, catalog, inventory, and finances via SP-API.

267
JavaScript
MIT
View repository →

Connect AI agents to Andreani, Argentina's courier and logistics network.

267
JavaScript
MIT
View repository →