Serversio.github.piiiico/agentlair
A

AgentLair

io.github.piiiico/agentlair · v1.2.0
▦ npm
v1.2.0npm npm: @agentlair/mcp🌐 https://agentlair-mcp-server.amdal-dev.workers.dev/mcp↗ Website↗ 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.piiiico/agentlair",
  "description": "AI agent email, vault, and calendar. Tamper-evident audit trail for EU AI Act compliance.",
  "title": "AgentLair",
  "repository": {
    "url": "https://github.com/piiiico/agentlair",
    "source": "github"
  },
  "version": "1.2.0",
  "websiteUrl": "https://agentlair.dev",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agentlair/mcp",
      "version": "1.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AgentLair API key. Get one free at https://agentlair.dev",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENTLAIR_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agentlair-mcp-server.amdal-dev.workers.dev/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}