MCP Worldpay runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize
Today is the operative word: we check MCP Worldpay every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-worldpay -- npx -y @codespar/mcp-worldpay
{
"mcpServers": {
"mcp-worldpay": {
"args": [
"-y",
"@codespar/mcp-worldpay"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-worldpay]
command = "npx"
args = ["-y", "@codespar/mcp-worldpay"]
{
"mcpServers": {
"mcp-worldpay": {
"args": [
"-y",
"@codespar/mcp-worldpay"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-worldpay": {
"args": [
"-y",
"@codespar/mcp-worldpay"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
WORLDPAY_USERNAME (Access Worldpay API username (Basic Auth)), WORLDPAY_PASSWORD (Access Worldpay API password (Basic Auth)), WORLDPAY_ENTITY (Merchant entity identifier assigned during onboarding. Injected as merchant.entity into every request body.), WORLDPAY_ENV (sandbox | production. Defaults to sandbox. sandbox -> https://try.access.worldpay.com, production -> https://access.worldpay.com.), WORLDPAY_API_VERSION (Payments API version for the Content-Type/Accept media-type header. Defaults to v7.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas
MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund
Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.
MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)
A Model Context Protocol (MCP) server for process management.
MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault
Answers built from our own checks of this server.