Email Deliverability Audit — SPF/DKIM/DMARC Check
https://server.smithery.ai/axel-belfort/email-deliverability/mcp
● healthy
Email deliverability audit API for AI agents. Analyze any domain's email authentication: SPF record validation, DKIM selector check, DMARC policy analysis, MX record health, and composite deliverability score 0-100 with prioritized fix recommendations. Tools: email_audit_deliverability. Use this when auditing email infrastructure, diagnosing delivery issues, or checking domain reputation before sending campaigns. IMPORTANT: This checks the DOMAIN's setup — for individual email validation, use email_verify_address instead. Returns: {score, spf, dkim, dmarc, mx, recommendations[]}. No API key required — x402 micropayment $0.005/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/email-deliverability/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/email-deliverability/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/email-deliverability-x402