PluginBench
MCP Server
Active
MIT

io.github.codespar/mcp-epayco MCP Server

io.github.codespar/mcp-epayco

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

MCP server for ePayco — Colombian gateway: cards, PSE, Daviplata and cash networks

How to install io.github.codespar/mcp-epayco

Copy-paste configuration for popular MCP clients.

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

    ePayco public key

  • EPAYCO_PRIVATE_KEY
    required
    secret

    ePayco private key

  • EPAYCO_TEST

    "true" flags payloads as test mode. Defaults to "true" — set "false" for production.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-epayco": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-epayco"
      ],
      "env": {
        "EPAYCO_PUBLIC_KEY": "<YOUR_EPAYCO_PUBLIC_KEY>",
        "EPAYCO_PRIVATE_KEY": "<YOUR_EPAYCO_PRIVATE_KEY>",
        "EPAYCO_TEST": "<YOUR_EPAYCO_TEST>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-epayco": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-epayco"
      ],
      "env": {
        "EPAYCO_PUBLIC_KEY": "<YOUR_EPAYCO_PUBLIC_KEY>",
        "EPAYCO_PRIVATE_KEY": "<YOUR_EPAYCO_PRIVATE_KEY>",
        "EPAYCO_TEST": "<YOUR_EPAYCO_TEST>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-epayco": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-epayco"
      ],
      "env": {
        "EPAYCO_PUBLIC_KEY": "<YOUR_EPAYCO_PUBLIC_KEY>",
        "EPAYCO_PRIVATE_KEY": "<YOUR_EPAYCO_PRIVATE_KEY>",
        "EPAYCO_TEST": "<YOUR_EPAYCO_TEST>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-epayco": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-epayco"
      ],
      "env": {
        "EPAYCO_PUBLIC_KEY": "<YOUR_EPAYCO_PUBLIC_KEY>",
        "EPAYCO_PRIVATE_KEY": "<YOUR_EPAYCO_PRIVATE_KEY>",
        "EPAYCO_TEST": "<YOUR_EPAYCO_TEST>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-epayco --env EPAYCO_PUBLIC_KEY=<YOUR_EPAYCO_PUBLIC_KEY> --env EPAYCO_PRIVATE_KEY=<YOUR_EPAYCO_PRIVATE_KEY> --env EPAYCO_TEST=<YOUR_EPAYCO_TEST> -- npx -y @codespar/mcp-epayco

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 →