← Back to browse

mcp-worldpay

Indexed by io.github.codespar

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWORLDPAY_USERNAME WORLDPAY_PASSWORD WORLDPAY_ENTITY WORLDPAY_ENV WORLDPAY_API_VERSION
Claude Code
claude mcp add --env WORLDPAY_USERNAME= --env WORLDPAY_PASSWORD= --env WORLDPAY_ENTITY= --env WORLDPAY_ENV= --env WORLDPAY_API_VERSION= mcp-worldpay -- npx @codespar/mcp-worldpay
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-worldpay","command":"npx","args":["@codespar/mcp-worldpay"],"env":{"WORLDPAY_USERNAME":"","WORLDPAY_PASSWORD":"","WORLDPAY_ENTITY":"","WORLDPAY_ENV":"","WORLDPAY_API_VERSION":""}}'
JSON
{
  "mcpServers": {
    "mcp-worldpay": {
      "command": "npx",
      "args": [
        "@codespar/mcp-worldpay"
      ],
      "env": {
        "WORLDPAY_USERNAME": "",
        "WORLDPAY_PASSWORD": "",
        "WORLDPAY_ENTITY": "",
        "WORLDPAY_ENV": "",
        "WORLDPAY_API_VERSION": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.