← All servers

safe4

ai.safe4/safe4 v1.0.0
Official Registry dev-tools

Tests an AI agent's purchase against the task it was given. Paid per call in USDC via x402.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add safe4 --transport http https://api.safe4.ai/mcp/
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "safe4": {
      "url": "https://api.safe4.ai/mcp/"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "safe4": {
      "serverUrl": "https://api.safe4.ai/mcp/"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "safe4": {
      "type": "http",
      "url": "https://api.safe4.ai/mcp/"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "safe4": {
      "url": "https://api.safe4.ai/mcp/"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "safe4": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.safe4.ai/mcp/"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://api.safe4.ai/mcp/ none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/ai.safe4--safe4/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent