Loomal

safeagent

MCP server by github.com/azender1/safeagent

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

6 starspypi: safeagent-exec-guard

About safeagent

safeagent is an MCP (Model Context Protocol) server published by azender1 in the official MCP registry, listed under Autonomous Agents on Loomal. Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.

It ships as a Python package on PyPI (safeagent-exec-guard), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/azender1/safeagent, where the project has earned 6 GitHub stars.

Use safeagent with your agent

Claude Code · one command
claude mcp add safeagent -- uvx safeagent-exec-guard
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "safeagent": {
      "command": "uvx",
      "args": [
        "safeagent-exec-guard"
      ]
    }
  }
}
pypisafeagent-exec-guard

Frequently asked questions

What is safeagent?
safeagent is an MCP (Model Context Protocol) server by azender1 in the Autonomous Agents category. Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.
How do I connect safeagent to Claude, Cursor, or another MCP client?
Install safeagent from its pypi package (safeagent-exec-guard) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is safeagent open source?
Yes — the source code is public at github.com/azender1/safeagent, with 6 GitHub stars.
Can AI agents pay to use safeagent?
Not yet through Loomal — safeagent is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain safeagent? Claim this listing free by verifying GitHub ownership, or contact us.