Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

io.github.piiiico/agentlair

io.github.piiiico/agentlair

Give AI agents a real email address, vault, calendar, and task delegation via MCP.

Uptime
100.0%
2 direct probes · 30d
Response
140ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

send_email

Send an email from your AgentLair address (@agentlair.dev) to any recipient. No SMTP or DNS setup needed.

check_inbox

Check the inbox for an @agentlair.dev email address. Returns recent messages with sender, subject, and received time.

read_message

Read the full content of a specific email message, including the body text.

list_addresses

List all @agentlair.dev email addresses associated with your API key.

claim_address

Claim a new @agentlair.dev email address for your agent. Free tier supports multiple addresses.

preflight_trust_check

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…

vault_put

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 …

vault_get

Retrieve a stored value from the AgentLair Vault by key name.

vault_list

List all keys stored in your AgentLair Vault (metadata only, values not returned).

vault_delete

Delete a key and all its versions from the AgentLair Vault.

calendar_create_event

Create a calendar event on your AgentLair calendar. Events are published via iCal feed for human subscription (Google Calendar, Apple Calendar, Outlook).

calendar_list_events

List events on your AgentLair calendar. Optionally filter by date range.

calendar_delete_event

Delete an event from your AgentLair calendar by event ID. Use calendar_list_events to find event IDs.

calendar_get_feed

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_task

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…

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"
    }
  }
}