mcp-server-lobstermail
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOBSTERMAIL_TOKEN | No | API token (skips auto-signup and file persistence) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_inboxA | Create a new email inbox. Returns an @lobstermail.ai address. Provide your name/org for a meaningful address (e.g. sarah-shield@lobstermail.ai), or omit for a random lobster-xxxx address. |
| check_inboxA | List recent emails in an inbox. Returns sender, subject, and preview for each email. |
| wait_for_emailA | Wait for an incoming email matching optional filters. Returns near-instantly when an email arrives (real-time server-side long-polling). Returns the email body in LLM-safe format. |
| get_emailB | Get a single email by ID with full body in LLM-safe format. |
| send_emailA | Send an email from an inbox. Requires a verified account (Tier 1+). To reply within a thread, provide in_reply_to with the Message-ID of the email being replied to. |
| search_emailsA | Search emails across all inboxes by keyword. Matches against subject, sender address, and body preview. Optionally scope to a single inbox or filter by sender, direction, date, or attachments. |
| list_threadsA | List conversation threads for an inbox. Threads group related emails by In-Reply-To/References headers or subject matching. Returns newest threads first. |
| get_threadA | Get a conversation thread with all its emails in chronological order. Shows the full conversation flow including sender, subject, and preview for each email. |
| list_inboxesB | List all active inboxes for this account. |
| delete_inboxA | Soft-delete an inbox. It enters a 7-day grace period before permanent deletion. |
| get_accountB | Get account information including tier, limits, and usage stats. |
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
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/lobster-kit/mcp-server-lobstermail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server