Global enterprise processor (Access Worldpay REST). Target: multinationals routing LatAm volume through a global contract. Recently acquired by Global Payments (Jan 2026); platform stability TBD. Alpha on npm โ HATEOAS linkData flow pending sandbox validation.
$ npm install @codespar/mcp-worldpay@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"worldpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-worldpay@alpha"
],
"env": {
"WORLDPAY_USERNAME": "<your_worldpay_username>",
"WORLDPAY_PASSWORD": "<your_worldpay_password>",
"WORLDPAY_ENTITY": "<your_worldpay_entity>"
}
}
}
}After restart, your agent can call any of the 22 tools below โ try verify_account first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
WORLDPAY_USERNAMEAccess Worldpay API username (Basic Auth)
WORLDPAY_PASSWORDAccess Worldpay API password (Basic Auth)
WORLDPAY_ENTITYMerchant entity identifier assigned during onboarding. Injected as merchant.entity into every request body.
WORLDPAY_ENVsandbox | production. Defaults to sandbox. sandbox -> https://try.access.worldpay.com, production -> https://access.worldpay.com.
WORLDPAY_API_VERSIONPayments API version for the Content-Type/Accept media-type header. Defaults to v7.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
verify_accountauthorize_paymentcapture_paymentcancel_paymentrefund_paymentreverse_paymentget_paymentcreate_tokenMCP is a protocol โ any framework that speaks it can mount this server.