AgentLair MCP provides MCP clients access to an agent email address, inbox/outbox operations, a persistent encrypted vault, and a calendar with iCal feed access. It uses an API key to manage claimed addresses, send and read email, store and retrieve vault values, and create/list/delete calendar events.
From the registry: AI agent email, vault, and calendar. Tamper-evident audit trail for EU AI Act compliance.
$ curl -s -X POST https://agentlair.dev/v1/auth/keys -H "Content-Type: application/json" -d '{"label": "my-mcp-key"}' | jq .https://agentlair.dev/Please install the `agentlair` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Create an AgentLair API key** — Sign up for AgentLair and create an API key. This key is required for the MCP server to authenticate. Run: `curl -s -X POST https://agentlair.dev/v1/auth/keys -H "Content-Type: application/json" -d '{"label": "my-mcp-key"}' | jq .` (https://agentlair.dev/)
- **Install Node.js and npx** — The recommended install path runs the MCP server with npx, so Node.js/npm must be installed once on the system. (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@agentlair/mcp@latest"]
- required environment variables:
- `AGENTLAIR_API_KEY`: AgentLair API key used to authenticate the MCP server. (example: `<your-agentlair-api-key>`)
Note: Preferred install path is via npx. The README also shows a global npm install path, but npx is the simplest portable option.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AGENTLAIR_API_KEYrequiredAPI key used to authenticate with AgentLair MCPReddit browser for AI assistants. Browse posts, search content, analyze users. No API keys needed.
Twitter X automation MCP - post schedule analytics engagement social media
MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API