CamelMailer MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAMELMAILER_API_KEY | Yes | Server API key from your CamelMailer dashboard. | |
| CAMELMAILER_BASE_URL | No | Base URL of your CamelMailer instance. Defaults to https://app.camelmailer.com | https://app.camelmailer.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_emailA | Send a transactional email through CamelMailer. Provide html_body and/or text_body. Queues one message per recipient and returns their ids. |
| send_email_with_templateA | Render a stored CamelMailer template (Mustache-style {{ variables }}) against template_model and send it. Fields set directly (e.g. subject) override the rendered ones. |
| list_emailsA | List messages of the CamelMailer server, newest first. Filter by scope, status, tag, substring query or message stream. |
| get_emailA | Retrieve one message by id, including its SMTP delivery attempts. |
| list_templatesB | List all stored message templates of the CamelMailer server. |
| render_templateA | Preview a stored template rendered against a variable model — returns the rendered subject, html_body and text_body without sending anything. |
| get_statsB | Message counters of the server (sent, pending, bounced, opens, clicks, …), optionally limited to a created_at time window. |
| list_bouncesC | List bounced messages, filtered and paginated. |
| dmarc_summaryB | DMARC compliance summary over the stored aggregate reports: pass rate, top sending sources and disposition totals. |
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/camelmailer/camelmailer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server