← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-niubiz

github By github 👁 1 views ▲ 0 votes

MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-niubiz",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Niubiz API user",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NIUBIZ_USER"
        },
        {
          "description": "Niubiz API password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NIUBIZ_PASSWORD"
        },
        {
          "description": "Merchant id (código de comercio)",
          "isRequired": true,
          "format": "string",
          "name": "NIUBIZ_MERCHANT_ID"
        },
        {
          "description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
          "format": "string",
          "name": "NIUBIZ_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...