Paysafe runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm.
Payment firewall for x402: scans for replay, overpayment, PII/secret leaks, prompt-injection.
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 paysafe -- npx -y paysafe-x402
{
"mcpServers": {
"paysafe": {
"args": [
"-y",
"paysafe-x402"
],
"command": "npx"
}
}
}
[mcp_servers.paysafe]
command = "npx"
args = ["-y", "paysafe-x402"]
{
"mcpServers": {
"paysafe": {
"args": [
"-y",
"paysafe-x402"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"paysafe": {
"args": [
"-y",
"paysafe-x402"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.