Inbox Check
check.live-direct-marketing.online
· Live Direct Marketing
Programmatic email deliverability testing across nine mailbox providers — Gmail, Outlook (Microsoft 365 / Hotmail / Live), Yahoo Mail, iCloud Mail, AOL Mail, GMX, T-Online, Mail.ru and Yandex. Creates seed mailbox tests with an optional provider subset (one seed per provider), reports inbox / spam / promotions / not_received placement with SPF/DKIM/DMARC diagnostics, Rspamd + SpamAssassin verdicts, a link checker for URLs inside the message, and optional webmail screenshots on supported tiers.
check.live-direct-marketing.online 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.
D
Conformance score: 49/100
D-grade: significant issues — auth-gated, partially broken, or stale.
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.
Endpoints
| Agent card | https://check.live-direct-marketing.online/.well-known/agent.json |
| Provider | https://live-direct-marketing.online |
| Docs | https://check.live-direct-marketing.online/docs |
Skills · 10 declared · mapped to canonical taxonomy
GET /api/v1/providers — returns the provider catalogue for the calling API key (tier, allowlist, seed health, screenshot support).
POST /api/v1/tests — creates a test and returns the seed addresses to send the test email to. Accepts optional providers[] to narrow the test to a subset (e.g. …
GET /api/v1/tests/:token — placement per provider (inbox / spam / promotions / not_received), SPF / DKIM / DMARC, Rspamd + SpamAssassin verdicts, link-checker r…
GET /api/v1/tests — cursor-paginated list of tests owned by the caller.
DELETE /api/v1/tests/:token — removes a test and its screenshots. Irreversible.
GET /api/v1/me — tier, features, allowed providers, daily / monthly quota usage.
GET /api/v1/monitoring/domains — returns the calling user account's monitored domains with last status (ok|warn|fail), score, interval, and pause state.
POST /api/v1/monitoring/domains — start monitoring a sender domain. Free tier allows 3 active domains per account; the service runs SPF / DMARC / MX / TLS / blo…
POST /api/v1/monitoring/domains/:id/run — out-of-band check. Useful right after fixing DNS to confirm the fix without waiting for the 6h cycle.
GET / PATCH /api/v1/monitoring/settings — configure per-account email/webhook alerts, severity gates, and HMAC-SHA256 webhook signing key.
Health · last 30 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
unknown
2
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
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/check.live-direct-marketing.online) [](https://agenstry.com/agents/check.live-direct-marketing.online) [](https://agenstry.com/agents/check.live-direct-marketing.online) [](https://agenstry.com/agents/check.live-direct-marketing.online)
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
{
"schemaVersion": "0.2.0",
"name": "Inbox Check",
"description": "Programmatic email deliverability testing across nine mailbox providers \u2014 Gmail, Outlook (Microsoft 365 / Hotmail / Live), Yahoo Mail, iCloud Mail, AOL Mail, GMX, T-Online, Mail.ru and Yandex. Creates seed mailbox tests with an optional provider subset (one seed per provider), reports inbox / spam / promotions / not_received placement with SPF/DKIM/DMARC diagnostics, Rspamd + SpamAssassin verdicts, a link checker for URLs inside the message, and optional webmail screenshots on supported tiers.",
"url": "https://check.live-direct-marketing.online",
"provider": {
"organization": "Live Direct Marketing",
"url": "https://live-direct-marketing.online"
},
"version": "1.2.0",
"documentationUrl": "https://check.live-direct-marketing.online/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"bearer"
],
"description": "HTTP Bearer authentication. Use your icp_live_... API key. Request one at https://check.live-direct-marketing.online/docs."
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"supportedProviders": [
{
"id": "gmail",
"name": "Gmail",
"region": "global"
},
{
"id": "outlook",
"name": "Outlook",
"region": "global"
},
{
"id": "yahoo",
"name": "Yahoo Mail",
"region": "us"
},
{
"id": "icloud",
"name": "iCloud Mail",
"region": "global"
},
{
"id": "aol",
"name": "AOL Mail",
"region": "us"
},
{
"id": "gmx",
"name": "GMX",
"region": "eu"
},
{
"id": "tonline",
"name": "T-Online",
"region": "eu"
},
{
"id": "mailru",
"name": "Mail.ru",
"region": "ru"
},
{
"id": "yandex",
"name": "Yandex",
"region": "ru"
}
],
"skills": [
{
"id": "list_providers",
"name": "List available providers",
"description": "GET /api/v1/providers \u2014 returns the provider catalogue for the calling API key (tier, allowlist, seed health, screenshot support).",
"tags": [
"deliverability",
"discovery"
],
"examples": [
"Which mailbox providers can I test with my key?"
]
},
{
"id": "create_test",
"name": "Create inbox-placement test",
"description": "POST /api/v1/tests \u2014 creates a test and returns the seed addresses to send the test email to. Accepts optional providers[] to narrow the test to a subset (e.g. [\"gmail\",\"outlook\"]); omit for the full available pool. Each provider contributes exactly one seed.",
"tags": [
"deliverability",
"email",
"smtp"
],
"examples": [
"Create an inbox-placement test against Gmail and Outlook only.",
"Start a full test across all 9 providers for sender@example.com.",
"I want to check if my newsletter lands in spam \u2014 start a test."
]
},
{
"id": "get_test_status",
"name": "Get placement result",
"description": "GET /api/v1/tests/:token \u2014 placement per provider (inbox / spam / promotions / not_received), SPF / DKIM / DMARC, Rspamd + SpamAssassin verdicts, link-checker report, summary, and screenshot URLs if enabled on the key.",
"tags": [
"deliverability",
"email"
],
"examples": [
"Where did the test email land? Token: abc123...",
"Show me the deliverability breakdown for test abc123."
]
},
{
"id": "list_tests",
"name": "List recent tests",
"description": "GET /api/v1/tests \u2014 cursor-paginated list of tests owned by the caller.",
"tags": [
"deliverability"
]
},
{
"id": "delete_test",
"name": "Delete test",
"description": "DELETE /api/v1/tests/:token \u2014 removes a test and its screenshots. Irreversible.",
"tags": [
"deliverability"
]
},
{
"id": "whoami",
"name": "Inspect API key",
"description": "GET /api/v1/me \u2014 tier, features, allowed providers, daily / monthly quota usage.",
"tags": [
"account"
]
},
{
"id": "monitor_list_domains",
"name": "List monitored domains",
"description": "GET /api/v1/monitoring/domains \u2014 returns the calling user account's monitored domains with last status (ok|warn|fail), score, interval, and pause state.",
"tags": [
"monitoring",
"deliverability"
]
},
{
"id": "monitor_add_domain",
"name": "Add domain to monitoring",
"description": "POST /api/v1/monitoring/domains \u2014 start monitoring a sender domain. Free tier allows 3 active domains per account; the service runs SPF / DMARC / MX / TLS / blocklist checks every 6 hours and emits diff-based alerts.",
"tags": [
"monitoring",
"deliverability"
],
"examples": [
"Start monitoring example.com for SPF / DMARC / blocklist regressions."
]
},
{
"id": "monitor_run_check",
"name": "Run a monitoring check now",
"description": "POST /api/v1/monitoring/domains/:id/run \u2014 out-of-band check. Useful right after fixing DNS to confirm the fix without waiting for the 6h cycle.",
"tags": [
"monitoring",
"deliverability"
]
},
{
"id": "monitor_settings",
"name": "Manage monitoring notifications",
"description": "GET / PATCH /api/v1/monitoring/settings \u2014 configure per-account email/webhook alerts, severity gates, and HMAC-SHA256 webhook signing key.",
"tags": [
"monitoring",
"webhooks",
"account"
]
}
],
"mcp": {
"packageName": "ldm-inbox-check-mcp",
"registry": "https://www.npmjs.com/package/ldm-inbox-check-mcp",
"documentation": "https://check.live-direct-marketing.online/docs/mcp"
}
}