Skip to main content
Glama
camelmailer

CamelMailer MCP Server

Official
by camelmailer

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAMELMAILER_API_KEYYesServer API key from your CamelMailer dashboard.
CAMELMAILER_BASE_URLNoBase URL of your CamelMailer instance. Defaults to https://app.camelmailer.comhttps://app.camelmailer.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/camelmailer/camelmailer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server