MCP-NATIVE PLATFORM

Let your AI agent run your email operations.

Turkey's first MCP-native email platform. Tell your AI agent "prepare a welcome campaign for the 50 people who signed up in the last 7 days, and A/B test it" — the agent connects directly to SendNomi, does the work, and reports back.

Why MCP?

The classic SDK era is over, the MCP era has begun.

In the global SaaS world, having an MCP server has become the new standard — most developer / finance / communication / project management tools now have an official MCP server. SendNomi is the first email platform to adopt this standard in Turkey.

Your AI agent connects directly

Use SendNomi straight from popular MCP host applications — no extra plugin to write for your AI agent. MCP is an open standard protocol; setup is a single line of config.

ProtocolMCP (open standard)Transportstdio + HTTP/SSERuntimeNode 20+ or Docker

15 tools + 5 resources + 7 prompts

The AI sends mail, adds contacts, sets up BIMI, produces deliverability reports, reads campaign stats, manages suppression. With 7 ready-made prompt templates, complex workflows finish in a single command.

Tools15 operationsResources5 read endpointsPrompts7 ready-made templates

Granular API token + ephemeral auth

Every MCP key is authorized with its own scope list (email:send / campaign:* / suppression:write …). IP allowlist, expiry, rotation, usage audit log — even if a token leaks, the blast radius stays minimal.

Scope count33+ granularToken TTL90–365 days (flexible)Audit logEvery call
Compatibility

Works with every MCP-speaking agent, in one click.

A single npx @sendnomi/mcp-server command — the same configuration across all popular MCP host applications.

Desktop AI assistant Official MCP host (macOS + Windows)
AI-powered code editor Slash palette + agent invocation
IDE extension Compatible with popular IDEs
Other MCP hosts Same stdio config — zero difference
15 TOOLS · 4 CATEGORIES

Tell the AI how to do which job.

Every tool is bound to its own scope. A token with the wrong authorization → backend 403; the agent reads the error and explains it to the user.

Email

  • send_transactional_email Send a single message (idempotent)
  • send_marketing_campaign Segment + template → campaign
  • verify_email_address Verify a single address (MX + risk)

Contacts + Suppression

  • add_contact Add a single contact (idempotent)
  • list_contacts Paginated listing (cursor pagination)
  • import_contacts Bulk import (up to 1,000)
  • add_to_suppression_list Manual unsubscribe + bounce block

Domain + Deliverability

  • verify_domain DKIM + SPF + DMARC + MX check
  • get_deliverability_report Report for a specific date range
  • setup_bimi Create a BIMI TXT record

Analytics + Account

  • get_campaign_stats Campaign opens + clicks + bounces
  • get_email_event_log Event history for a single message
  • list_recent_bounces Recent bounces (proactive cleanup)
  • get_account_quota Monthly quota + plan + usage
  • list_api_keys API key inventory (masked)
7 READY-MADE PROMPTS

Complex workflows, in a single slash command.

They appear in your host application's / slash menu. The agent asks you for the steps, gets approval, and returns the result.

/welcome-campaign

Set up a welcome campaign for the new sign-up cohort — the agent validates the segment, checks the quota, gets your approval, and sends.

/winback-campaign

Win back inactive subscribers — 3 subject line variants + approval + send.

/domain-health-check

Full DKIM/SPF/DMARC/BIMI diagnosis + prioritized fix suggestions + a 30-day plan.

/clean-bounce-list

Review recent bounces and add hard failures to suppression in bulk (with approval).

/ab-test-subject

Design an A/B test for a subject line, 3 variants, 10/10/10/70 split.

/setup-new-domain

Guided DNS setup for a new sending domain + optional BIMI.

/compliance-audit

A board-ready compliance summary — quota, API key inventory, suppression, bounce trend.

INSTALLATION

One config, everything ready.

Add the block below to your host application's MCP config file — the same structure across all MCP-compatible hosts.

{
  "mcpServers": {
    "sendnomi": {
      "command": "npx",
      "args": ["-y", "@sendnomi/mcp-server"],
      "env": { "SENDNOMI_API_KEY": "nm_live_..." }
    }
  }
}

You generate your API key from the developer panel — with whatever scope combination and whatever TTL you choose.

SECURITY

Even if a token leaks, the blast radius is minimal.

Granular scope + IP allowlist + expiry + audit log — the industry's strongest API token model.

Ephemeral key The MCP server reads the token only from the environment, and never writes it to any log or disk.
Scope enforcement 33+ granular permissions. A tool call with an unauthorized scope returns 403 — the agent reads the error.
IP allowlist (CIDR) Up to 50 IPv4 / IPv6 CIDR entries per API key. An unexpected IP → rejected and written to the audit log.
Flexible TTL Expiry between 90 and 365 days. Rotation flow: generate a new key + a 24-hour grace period.
GET STARTED

Your first send within minutes.

Create your free account. No credit card required. 1,000 sends per month free.