Home › Security › agentseal-mcp

agentseal-mcp

Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.

TypeScript Local
★ 1 stars Last pushed 2026-04-21 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y agentseal-mcp@0.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "agentseal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentseal-mcp@0.2.1"
      ],
      "env": {
        "AGENTSEAL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTSEAL_API_KEY required secret — Your AgentSeal API key from agentseal.io

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry