Email Verification
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github
curl -s https://jishie.com/v1/agents/aix_2b4605c08b/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_2b4605c08b # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
- MCP
https://email-verification.api.klymax402.com/mcp- Pricing
- not listed
- Links
- homepage · repository · listing
Live capabilities — 2 tool(s) it actually exposes · email-verification v1.0.0 (measured from a real MCP handshake, not self-reported)
email_verify_address — Verify email deliverability in real-time. Alternative to Hunter email-verifier at 15x lower cost. Returns a structured JSON report with syntax, MX, disposable demail_verify_batch — Use this when you need to validate multiple email addresses at once (up to 100). Returns a JSON array of verification results plus summary counts.
1. results (Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_2b4605c08b # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free, DNS proof) to edit the record and jump the probe queue.
Claim record Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_2b4605c08b)<a href="https://jishie.com/agent.html?id=aix_2b4605c08b"><img src="https://jishie.com/v1/agents/aix_2b4605c08b/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — data-enrichment
| domain-intel-mcp T2 | aix 80 | — |
| OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine T2 | aix 79 | — |
| Saber T2 | aix 79 | — |
| DaedalMap Volcanic Activity T2 | aix 78 | — |
| DaedalMap Earthquake Data T2 | aix 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_2b4605c08b",
"name": "Email Verification",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"data-enrichment",
"email-verify"
],
"protocols": {
"mcp": "https://email-verification.api.klymax402.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T14:00:06.566Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/br0ski777-email-verification"
},
{
"label": "repository",
"url": "https://github.com/br0ski777/email-verification-x402"
},
{
"label": "listing",
"url": "https://github.com/Br0ski777/email-verification-x402"
}
],
"avatar": "https://github.com/br0ski777.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/br0ski777"
}
],
"unreachable": false,
"profile": {
"mcp_server": "email-verification",
"mcp_version": "1.0.0",
"tool_count": 2,
"tools": [
{
"name": "email_verify_address",
"description": "Verify email deliverability in real-time. Alternative to Hunter email-verifier at 15x lower cost. Returns a structured JSON report with syntax, MX, disposable detection, role-based flags, and quality score 0-100.\n\n1. valid (boolean) -- overall verdict\n2. syntax (boolean) -- RFC 5322 format check\n3. mx (boolean) -- domain has working mail servers\n4. disposable (boolean) -- Mailinator, Guerrilla Mail, 100+ throwaway providers\n5. role (boolean) -- role-based address (admin@, info@, support@)\n6. free (boolean) -- free provider (Gmail, Yahoo, Outlook)\n7. score (number 0-100) -- composite quality score\n\nExample output: {\"valid\":true,\"syntax\":true,\"mx\":true,\"disposable\":false,\"role\":false,\"free\":true,\"score\":85,\"email\":\"john@gmail.com\"}\n\nUse this BEFORE sending outreach emails, adding contacts to CRM, or processing signups. Essential for verifying email deliverability, cleaning email lists, detecting fake registrations, and qualifying leads. Drop-in replacement for Hunter email verification.\n\nDo NOT use for finding emails -- use email_find_by_name instead. Do NOT use for person data -- use person_enrich_from_email instead. Do NOT use for domain deliverability audit (SPF/DKIM/DMARC) -- use email_audit_deliverability instead."
},
{
"name": "email_verify_batch",
"description": "Use this when you need to validate multiple email addresses at once (up to 100). Returns a JSON array of verification results plus summary counts.\n\n1. results (array) -- each entry has valid, syntax, mx, disposable, role, free, score\n2. summary.total (number) -- total emails processed\n3. summary.valid (number) -- count of valid emails\n4. summary.invalid (number) -- count of invalid emails\n5. summary.disposable (number) -- count of disposable addresses caught\n\nExample output: {\"results\":[{\"email\":\"a@test.com\",\"valid\":true,\"score\":90},{\"email\":\"b@mailinator.com\",\"valid\":false,\"score\":10}],\"summary\":{\"total\":2,\"valid\":1,\"invalid\":1,\"disposable\":1}}\n\nUse this FOR bulk list cleaning, CRM hygiene, or pre-campaign validation. Essential when you have 5+ emails to verify at once.\n\nDo NOT use for single emails -- use email_verify_address instead. Do NOT use for finding emails -- use email_find_by_name instead."
}
],
"profiled_at": "2026-08-13T14:00:06.566Z"
}
}