Back to MCP Servers

Agentstamp

Trust intelligence for AI agents — identity stamps, reputation scoring (0-100), registry, forensic audit trails, and A2A passports via x402 micropayments.

securityrustaiagent

Installation

npx -y agentstamp

Configuration

{
  "mcpServers": {
    "agentstamp": {
      "command": "npx",
      "args": ["-y", "agentstamp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub