
Email verification for AI agents: send, hold or kill with the reason. CLI, MCP server and hosted
Email verification for AI agents: send, hold or kill with the reason. CLI, MCP server and hosted API.
Email verification for AI agents. One call returns send, hold or kill
for an address, with the reason. Signup and credits happen by API too, so an
outreach agent can provision itself. No form, no CAPTCHA, no dashboard.
GET /). OpenAPI: https://mxprobe.dev/openapi.json. For agents: https://mxprobe.dev/llms.txtmxprobe (CLI + MCP server), mxprobe-core (the engine)npx mxprobe check [email protected] # free DNS tier, local, no key
npx mxprobe check --hosted [email protected] # survivors go to the hosted SMTP probe
claude mcp add mxprobe -- npx -y mxprobe mcp # the MCP server{
"email": "[email protected]",
"action": "send",
"verdict": "OK",
"reason": "mailbox accepted by aspmx.l.google.com",
"checks": { "syntax": true, "mx": "aspmx.l.google.com", "smtp": "accepted", "catch_all": false }
}action is send, hold or kill; verdict is OK, WEAK or DEAD. A
hold never becomes a kill on a refusal, a greylist or a catch-all. Only a
5xx that names the mailbox kills.
| Path | What |
|---|---|
packages/core | The engine: DNS tier, SMTP probe, the verdict contract and the API's wire types. Zero dependencies. |
packages/cli | `npx mxprobe check |
server | The hosted API: node:http + node:sqlite, Stripe Checkout, Resend, Telegram. |
site | The landing page, static. |
deploy | Caddyfile, systemd units, the install script and the runbook. |
Everything is TypeScript (strict, ESM). Each package compiles its src/ to
dist/ with tsc -b; the published packages ship dist/ only. mxprobe and
the server import mxprobe-core through the workspace link to its dist/,
so pnpm build at the root (which runs the packages in dependency order) must
come before a single package's test or typecheck. Tests are .ts files
that Node runs directly with its built-in type stripping.
pnpm install
pnpm build # tsc -b in each package, core first
pnpm test # builds, then: fake resolver, fake SMTP server, in-memory SQLite. No network.
pnpm typecheck # the sources and the tests, without emitting
pnpm test:live # the DNS tier against the real network
pnpm check [email protected] # the CLI from this checkout
cp server/.env.example server/.env && pnpm dev:serverNode 22.18 or newer (24 recommended) to develop and to run the tests; the
compiled engine and CLI run on Node 20, the server on 22.13 or newer
(node:sqlite).
100 checks free at signup, then 9 USD per 10,000, one payment, credits never expire. Addresses are logged for 24 hours for debugging and then deleted.
MIT.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/mx-probe to learn what the "MX Probe" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx mxprobe check [email protected] # free DNS tier, local, no key
npx mxprobe check --hosted [email protected] # survivors go to the hosted SMTP probeclaude mcp add mxprobe -- npx -y mxprobe mcp # the MCP serverThis server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/mx-probe)Nothing comparable is listed yet.
v0.2.50.2.5Release notesv0.2.40.2.4Release notesv0.2.30.2.3Release notesv0.2.20.2.2Release notesv0.2.10.2.1Release notesv0.2.00.2.0Release notesv0.1.00.1.0Release notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "mx-probe" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.