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.
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.
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.
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.
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.
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.
A single npx @sendnomi/mcp-server command — the same configuration across all popular MCP host applications.
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.
send_transactional_email Send a single message (idempotent) send_marketing_campaign Segment + template → campaign verify_email_address Verify a single address (MX + risk) 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 verify_domain DKIM + SPF + DMARC + MX check get_deliverability_report Report for a specific date range setup_bimi Create a BIMI TXT record 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) 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.
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.
Granular scope + IP allowlist + expiry + audit log — the industry's strongest API token model.
Create your free account. No credit card required. 1,000 sends per month free.