Email verification MCP server earns downloads at $19/mo with zero server costs
Rumblingb built an email verification MCP server — `@rumblingb/email-verify-mcp` — that performs DNS-based checks with no third-party API fees, priced at a free tier of 50 checks/day and a Pro tier at $19/month.
Score breakdown
The post demonstrates a concrete, zero-infrastructure-cost path to monetizing MCP servers by wrapping an existing paid business function in the MCP protocol and distributing it through npm and Smithery.
- 01The server `@rumblingb/email-verify-mcp` is the most downloaded of 61 MCP servers Rumblingb has shipped, with 92 weekly npm downloads.
- 02It performs DNS-based email verification — syntax (RFC 5321), MX record lookup, SMTP handshake, disposable email detection, and role account flagging — with no third-party API keys or per-email charges.
- 03Disposable email detection covers 27+ blacklisted burner domains; results include a confidence score from 0 to 100.
Rumblingb describes shipping 61 MCP servers, of which one — `@rumblingb/email-verify-mcp` — consistently attracts real downloads. The tool's appeal is straightforward: it replicates functionality that SaaS businesses typically pay for (email verification services like SendGrid) but runs entirely on DNS lookups, eliminating per-email charges and third-party API keys. Its feature set includes RFC 5321-compliant syntax validation, MX record lookup, SMTP handshake verification to confirm inbox existence, disposable email detection across 27+ blacklisted burner domains, role account flagging (e.g., `noreply@`, `support@`, `admin@`), and a confidence score from 0 to 100.
The distribution strategy layers npm (one `npx` command for any AI agent), Smithery (listed for Claude, Cursor, and Copilot discovery), and Stripe for payments.
The distribution strategy layers npm (one `npx` command for any AI agent), Smithery (listed for Claude, Cursor, and Copilot discovery), and Stripe for payments. The pricing structure offers a free tier of 50 checks/day and a Pro tier at $19/month for 1,000 checks. Current metrics stand at 92 weekly npm downloads and 11 Smithery installs, with $0 in ad spend and $0 in server costs via Cloudflare Workers' free tier. Revenue is described as TBD, with audience-building cited as the current bottleneck. The post frames MCP servers as distribution channels and proposes a repeatable formula: wrap a boring, already-paid-for business function in MCP, price it at $19/month, and list it on Smithery and npm.
Key facts
- 01The server `@rumblingb/email-verify-mcp` is the most downloaded of 61 MCP servers Rumblingb has shipped, with 92 weekly npm downloads.
- 02It performs DNS-based email verification — syntax (RFC 5321), MX record lookup, SMTP handshake, disposable email detection, and role account flagging — with no third-party API keys or per-email charges.
- 03Disposable email detection covers 27+ blacklisted burner domains; results include a confidence score from 0 to 100.
- 04Pricing is a free tier of 50 checks/day and a Pro plan at $19/month for 1,000 checks, with payments via Stripe.
- 05Server costs are $0, running on Cloudflare Workers' free tier; ad spend is also $0.
- 06The tool has 11 Smithery installs and is listed for discovery by Claude, Cursor, and Copilot users.
- 07Revenue is listed as TBD — the product is live but audience-building is described as the current bottleneck.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 14, 2026 · 09:08 UTC. How this works →