← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-worldpay

github By github 👁 1 views ▲ 0 votes

MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-worldpay",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Access Worldpay API username (Basic Auth)",
          "isRequired": true,
          "format": "string",
          "name": "WORLDPAY_USERNAME"
        },
        {
          "description": "Access Worldpay API password (Basic Auth)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WORLDPAY_PASSWORD"
        },
        {
          "description": "Merchant entity identifier assigned during onboarding. Injected as merchant.entity into every request body.",
          "isRequired": true,
          "format": "string",
          "name": "WORLDPAY_ENTITY"
        },
        {
          "description": "sandbox | production. Defaults to sandbox. sandbox -> https://try.access.worldpay.com, production -> https://access.worldpay.com.",
          "format": "string",
          "name": "WORLDPAY_ENV"
        },
        {
          "description": "Payments API version for the Content-Type/Accept media-type header. Defaults to v7.",
          "format": "string",
          "name": "WORLDPAY_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...