skills: {'id': 'send_email', 'name': 'send_email', 'description': 'Send an email from your AgentLair address (@agentlair.dev) to any recipient. No SMTP or DNS setup needed.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_inbox', 'name': 'check_inbox', 'description': 'Check the inbox for an @agentlair.dev email address. Returns recent messages with sender, subject, and received time.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'read_message', 'name': 'read_message', 'description': 'Read the full content of a specific email message, including the body text.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_addresses', 'name': 'list_addresses', 'description': 'List all @agentlair.dev email addresses associated with your API key.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'claim_address', 'name': 'claim_address', 'description': 'Claim a new @agentlair.dev email address for your agent. Free tier supports multiple addresses.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 114.7ms; conformance: pass
How to connect
https://agentlair-mcp-server.amdal-dev.workers.dev/mcp
curl -X POST https://agentlair-mcp-server.amdal-dev.workers.dev/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'