mcpbeat Sign in

Safeagent MCP Server

local only

Safeagent runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from pypi. Last commit 18 Sep 2026.

Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.

Installs per day peak 72 · avg 16 · -56% w/w
a month agotoday
72
Installs / week
pypi · safeagent-exec-guard
7
Stars
4 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    proc = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 safeagent -- uvx safeagent-exec-guard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "safeagent": {
      "args": [
        "safeagent-exec-guard"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.safeagent]
command = "uvx"
args = ["safeagent-exec-guard"]
.cursor/mcp.json
{
  "mcpServers": {
    "safeagent": {
      "args": [
        "safeagent-exec-guard"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "safeagent": {
      "args": [
        "safeagent-exec-guard"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Safeagent

same job, measured the same way
Easy Labs MCP Server
by itseasy

Payments data, revenue workflows, and merchant-application guidance for AI agents, by Easy Labs.

84 installs/wk 14 tools answering
Trust
by agntor

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

30 installs/wk local only
XGuard — Payment Decision & Discovery
by moelayyan90

Payment decisions, durable evidence, x402 resource discovery and live gateway status for AI agents.

10 tools answering
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

63 installs/wk local only
Hookjar
by comiza

Public webhook inboxes for agents. Receive OAuth redirects, payment callbacks and CI notifications.

6 tools answering
Secant Agent Research Pack
by jnilrac

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

5 tools answering
Agentstamp
by vinaybhosle

Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base

19 tools answering

Safeagent — questions

Answers built from our own checks of this server.

Why is there no uptime for Safeagent?
Safeagent 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 pypi package safeagent-exec-guard was installed 72 times last week.
How do I connect Safeagent?
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 safeagent-exec-guard straight from pypi; nothing to host, nothing to sign up for.
How many people use Safeagent?
The pypi package safeagent-exec-guard was installed 72 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Safeagent open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 7 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.