mcpbeat Sign in

Paysafe MCP Server

by paysafe-agent Your server? Claim it
local only

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.

Installs per day peak 546 · avg 50 · -89% w/w
a month agotoday
57
Installs / week
npm · paysafe-x402
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add paysafe -- npx -y paysafe-x402
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "paysafe": {
      "args": [
        "-y",
        "paysafe-x402"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.paysafe]
command = "npx"
args = ["-y", "paysafe-x402"]
.cursor/mcp.json
{
  "mcpServers": {
    "paysafe": {
      "args": [
        "-y",
        "paysafe-x402"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "paysafe": {
      "args": [
        "-y",
        "paysafe-x402"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Paysafe

same job, measured the same way
Email Guard MCP
by mlawsonking

Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.

67 installs/wk local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
Mund — MCP Security Scanner
by tyox-all

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

48 installs/wk local only
AI Firewall MCP
by akhilucky

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

89 installs/wk local only
GuardianShield
by sparkvibe-io

AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs

82 installs/wk local only
MCP-Bastion
by vaquarkhan

Security middleware for MCP. Blocks prompt injection, PII leakage, and resource exhaustion.

283 installs/wk local only
C
Agents
by obsmetrics-paygent

Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

7 tools answering
Agent Security Scanner MCP
by sinewaveai

Security layer for AI agents: blocks prompt injection, detects fake packages, scans vulnerabilities.

728 installs/wk local only

Paysafe — questions

Answers built from our own checks of this server.

Why is there no uptime for Paysafe?
Paysafe runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package paysafe-x402 was installed 57 times last week.
How do I connect Paysafe?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls paysafe-x402 straight from npm; nothing to host, nothing to sign up for.
How many people use Paysafe?
The npm package paysafe-x402 was installed 57 times in the last week. Week over week that is -89%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.