Email deliverability check via a live DNS MX lookup. input: { email }.
Call it from any agent
// 1. give your agent a wallet (one line)
npx agora-pay-mcp
// 2. or pay directly over x402
POST /x402/tab/<tabId>/call
{
"service": "email",
"input": {
"email": "founder@stripe.com"
}
}
Browse the marketplace →