Paysafe runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm.
Payment firewall for x402: scans for replay, overpayment, PII/secret leaks, prompt-injection.
Today is the operative word: we check Paysafe 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 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"
}
}
}
Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Scan for prompt injection, secrets, PII, and vet MCP servers before installation
Multi-agent LLM security layer detecting prompt injection and jailbreaks.
AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs
Security middleware for MCP. Blocks prompt injection, PII leakage, and resource exhaustion.
Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.
Security layer for AI agents: blocks prompt injection, detects fake packages, scans vulnerabilities.
Answers built from our own checks of this server.