io.github.piiiico/agentlair
io.github.piiiico/agentlairGive AI agents a real email address, vault, calendar, and task delegation via MCP.
Tools · 15
Send an email from your AgentLair address (@agentlair.dev) to any recipient. No SMTP or DNS setup needed.
Check the inbox for an @agentlair.dev email address. Returns recent messages with sender, subject, and received time.
Read the full content of a specific email message, including the body text.
List all @agentlair.dev email addresses associated with your API key.
Claim a new @agentlair.dev email address for your agent. Free tier supports multiple addresses.
Check trust readiness before engaging with an agent. Returns a ReadinessCard: trust score, behavioral maturity level, whether it's safe to engage, and any caveats. Call this before delegating tasks, a…
Store a value in the AgentLair Vault. Use this to persist API keys, secrets, or any data your agent needs across sessions. Best practice: encrypt sensitive data client-side before storing (the server …
Retrieve a stored value from the AgentLair Vault by key name.
List all keys stored in your AgentLair Vault (metadata only, values not returned).
Delete a key and all its versions from the AgentLair Vault.
Create a calendar event on your AgentLair calendar. Events are published via iCal feed for human subscription (Google Calendar, Apple Calendar, Outlook).
List events on your AgentLair calendar. Optionally filter by date range.
Delete an event from your AgentLair calendar by event ID. Use calendar_list_events to find event IDs.
Get the public iCal subscription URL for your AgentLair calendar. Share this URL with calendar apps (Google Calendar, Apple Calendar, Outlook) so humans can subscribe and see agent-created events.
Delegate a task to another AgentLair agent. The task is delivered to the agent's inbox and picked up asynchronously. Use this when you need another agent to do something — send an email, run a deploym…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.piiiico/agentlair": {
"url": "https://agentlair-mcp-server.amdal-dev.workers.dev/mcp",
"transport": "streamable-http"
}
}
}