MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize
claude mcp add mcp-worldpay -- npx -y @codespar/mcp-worldpay
claude_desktop_config.json
{
"mcpServers": {
"mcp-worldpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-worldpay"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-worldpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-worldpay"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-worldpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-worldpay"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-worldpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-worldpay"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-worldpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-worldpay"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.codespar--mcp-worldpay/reviews or the review_server meta-tool.
POST /mcp