Skip to content
Cursor

mcp epayco for Cursor

io.github.codespar/mcp-epayco

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

client:Cursor transport:stdio runtime:npm

Install mcp epayco in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-epayco": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-epayco"
      ],
      "env": {
        "EPAYCO_PUBLIC_KEY": "<EPAYCO_PUBLIC_KEY>",
        "EPAYCO_PRIVATE_KEY": "<EPAYCO_PRIVATE_KEY>",
        "EPAYCO_TEST": "<EPAYCO_TEST>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp epayco in other clients