← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-kushki

github By github 👁 1 views ▲ 0 votes

MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-kushki",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Kushki public merchant id (card/transfer tokenization)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KUSHKI_PUBLIC_MERCHANT_ID"
        },
        {
          "description": "Kushki private merchant id (charges, captures, voids, subscriptions)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KUSHKI_PRIVATE_MERCHANT_ID"
        },
        {
          "description": "Environment: 'sandbox' (api-uat) or 'production'. Defaults to 'sandbox'.",
          "format": "string",
          "name": "KUSHKI_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...