← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-openpay

github By github 👁 1 views ▲ 0 votes

MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-openpay",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Openpay merchant id (forms part of the API URL path)",
          "isRequired": true,
          "format": "string",
          "name": "OPENPAY_MERCHANT_ID"
        },
        {
          "description": "Openpay private API key (used as HTTP Basic auth username with empty password)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENPAY_PRIVATE_KEY"
        },
        {
          "description": "Environment: 'sandbox' (default) or 'production'. Selects between https://sandbox-api.openpay.mx and https://api.openpay.mx.",
          "format": "string",
          "name": "OPENPAY_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...