Serversio.github.JoeyBrar/agentseal
A

io.github.JoeyBrar/agentseal

io.github.JoeyBrar/agentseal · v0.2.1
▦ npm
v0.2.1npm npm: agentseal-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.JoeyBrar/agentseal",
  "description": "Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.",
  "repository": {
    "url": "https://github.com/JoeyBrar/agentseal-mcp",
    "source": "github"
  },
  "version": "0.2.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agentseal-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AgentSeal API key from agentseal.io",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENTSEAL_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}