MCP-native email for your AI agent

Your AI agent runs SendNomi on your behalf.

Tell it to build the campaign, pull the report, clean the list — your agent connects to SendNomi over MCP, does the work and reports back. You approve every critical step.

129 tools 10 ready-made workflows OAuth 2.1 + PKCE
Real scenarios

You say it, your agent does it.

Three examples — all three run on real capabilities in the panel today. The agent works through the steps and waits for your approval at the critical point.

campaign + A/B
you say it “Build a welcome campaign for everyone who signed up in the last 7 days, A/B test it.”
your agent does it
  • Segment validated — last 7 days of sign-ups
  • Template picked, two subject lines drafted
  • A/B test went live with your approval
Campaign live ✓
analytics
you say it “Pull the report for the last campaign.”
your agent does it
  • Campaign found, stats read
  • Opens, clicks and bounces summarized
  • Report dropped into the chat — ready to share
Report ready ✓
list health
you say it “Clean up the addresses that bounced.”
your agent does it
  • Recent bounces listed
  • Hard failures filtered into a candidate list
  • Added to the suppression list with your approval
List clean ✓
Tool catalog

Your agent’s toolbox: 129 tools.

Four function-based categories. The labels below are representative — the full catalog is published at a single address for developer discovery.

Email operations

From a single email to a full campaign: sending, templates, subject-line testing, address verification.

campaign.createmail.sendemail.verify

Contacts & suppression

Add contacts, list with pagination, manage suppression — your list stays clean, permissions stay in place.

contact.addcontact.listsuppression.add

Domain & deliverability

DKIM, SPF, DMARC and MX checks; BIMI setup; deliverability reports for any date range.

domain.verifydelivery.reportbimi.setup

Analytics & account

Campaign stats, per-message event history, quota and plan usage.

campaign.statsevent.listquota.check
10 ready-made workflows

Complex jobs in a single command — your agent asks for the details, gets your approval and delivers the result.

Newsletter draftWin-back seriesSubject line variantsList cleanupDomain health checkupDeliverability summaryWeekly digest templateAbandoned-cart flowB2B outreach seriesOnboarding series

Developer discovery — the full tool catalog: GET https://api.sendnomi.com/.well-known/mcp/server-card.json

Security & permissions

The authority stays with you.

The agent asks for permission, you approve; every call passes scope enforcement and lands in the audit log.

OAuth 2.1 + PKCE Your agent asks for permission through a standard OAuth 2.1 + PKCE flow. You see exactly what it will access on the consent screen — no secret keys handed around.
33+ granular scopes Every connection runs only with the scopes you approved; an out-of-scope call is rejected with a 403 — the agent reads the error and explains it to you.
Every call in the audit log Every tool call your agent makes is written to the audit log: which tool, which key, when. You can trace it step by step afterwards.
IP allowlist + time-boxed access Up to 50 IPv4/IPv6 CIDR entries per key; validity between 90 and 365 days with a rotation flow. An unexpected IP is rejected and logged.
Setup

Three steps to your first command.

HTTPS streamable transport — no local runtime, the same structure across all MCP-compatible host applications.

01

Add the endpoint

One block in your host application’s MCP configuration is all it takes.

{
  "mcpServers": {
    "sendnomi": {
      "url": "https://api.sendnomi.com/mcp"
    }
  }
}
02

Approve via OAuth

The agent asks for permission on first connection; you pick the scopes on the consent screen.

03

Give the first command

Type it into the chat — the agent picks the tool, does the work, returns the result.

Prefer an API key instead of OAuth? Generate one in the developer panel with the scopes and validity you choose.

GET STARTED

Your first send within minutes.

Create your free account — 500 sends per month, forever.