EmailValidator
pingvalid.com
· pingvalid
Email syntax / DNS / MX / disposable / SMTP-RCPT validation with deterministic verdicts and refund-on-bounce. US/CA only.
pingvalid.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 39/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-12 05:49:29 current | 7fc9104f181a… |
view → |
Endpoints
| Agent card | https://pingvalid.com/.well-known/agent-card.json |
| Provider | https://pingvalid.com |
Skills · 4 declared · mapped to canonical taxonomy
Run the T0–T7 pipeline on one email and return verdict + per-tier evidence.
Async bulk validation. Returns a task immediately; client polls or subscribes via SSE.
Fetch state and partial results for a previously-submitted bulk task.
Render a natural-language explanation of a previous verdict, citing the per-tier evidence.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/pingvalid.com) [](https://agenstry.com/agents/pingvalid.com) [](https://agenstry.com/agents/pingvalid.com) [](https://agenstry.com/agents/pingvalid.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "1.0",
"name": "EmailValidator",
"description": "Email syntax / DNS / MX / disposable / SMTP-RCPT validation with deterministic verdicts and refund-on-bounce. US/CA only.",
"url": "https://api.pingvalid.com/a2a/email-validator",
"preferredTransport": "JSONRPC",
"version": "1.0.0",
"provider": {
"organization": "pingvalid",
"url": "https://pingvalid.com"
},
"skills": [
{
"id": "validate_email",
"name": "Validate a single email",
"description": "Run the T0\u2013T7 pipeline on one email and return verdict + per-tier evidence.",
"tags": [
"email",
"validation",
"deliverability"
],
"examples": [
"Validate john@example.com",
"Is alice@disposable.tld safe to send to?"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "validate_bulk",
"name": "Validate a list of emails",
"description": "Async bulk validation. Returns a task immediately; client polls or subscribes via SSE.",
"tags": [
"email",
"validation",
"bulk",
"async"
],
"examples": [
"Validate this CSV of 12k emails",
"Clean my newsletter list of 250 contacts"
],
"inputModes": [
"application/json",
"text/csv"
],
"outputModes": [
"application/json",
"text/csv"
]
},
{
"id": "query_job",
"name": "Query a bulk job",
"description": "Fetch state and partial results for a previously-submitted bulk task.",
"tags": [
"status",
"task"
],
"examples": [],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "explain_verdict",
"name": "Explain a verdict",
"description": "Render a natural-language explanation of a previous verdict, citing the per-tier evidence.",
"tags": [
"explainability",
"verdict"
],
"examples": [
"Why is alice@disposable.tld risky?",
"Explain task req_8c9aa1 in plain English."
],
"inputModes": [
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
}
],
"additionalInterfaces": [
{
"url": "https://api.pingvalid.com/a2a/email-validator",
"transport": "JSONRPC"
}
],
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": true,
"securitySchemes": {
"x402": {
"type": "http",
"scheme": "x402"
},
"bearer": {
"type": "http",
"scheme": "bearer"
},
"ap2": {
"type": "extension",
"url": "https://ap2-protocol.org"
}
},
"extensions": [
{
"id": "https://github.com/google-agentic-commerce/a2a-x402",
"description": "Pay for per-call paid skills with x402 USDC (Base or Solana).",
"required": false,
"params": {
"networks": [
"eip155:8453",
"solana:mainnet"
],
"asset": "USDC",
"spec_version": "v2"
}
},
{
"id": "https://github.com/google-agentic-commerce/AP2",
"description": "AP2 v0.2 mandate gating for validate_bulk (Closed Checkout Mandate).",
"required": false,
"params": {
"spec_version": "v0.2",
"mandate_types": [
"checkout"
],
"stages": [
"closed"
],
"replay_window_seconds": 300
}
}
]
}