ClawAIMail
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAWAIMAIL_API_KEY | Yes | Your ClawAIMail API key used for authentication. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_inboxesB | List all email inboxes |
| create_inboxB | Create a new email inbox (optional — a default inbox is auto-created if needed) |
| send_emailA | Send an email with optional attachments. If inbox_id is omitted, uses the default inbox. Attachments: pass an array of { filename, content (base64), content_type }. Max 5MB per file, 10MB total. |
| list_messagesC | List messages. If inbox_id is omitted, uses the default inbox. |
| read_emailA | Read a specific email message. If inbox_id is omitted, uses the default inbox. |
| search_emailsB | Search emails by keyword. If inbox_id is omitted, uses the default inbox. |
| delete_inboxA | Delete an inbox and all its messages |
| account_infoA | Get account info, plan limits, and usage |
| my_emailA | Get or create your agent's email address. Pass preferred_name to choose your email prefix (e.g. "jarvis" → jarvis@clawaimail.com). If no name given and no inbox exists, a random one is created. |
| getting_startedA | Interactive onboarding guide for ClawAIMail. Shows you everything you can do with your AI email, step by step. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joansongjr/clawaimail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server