Back to Inbox Check

Card snapshot

check.live-direct-marketing.online · 2026-05-18 23:18:41 UTC · 8457f88cc27f60a9efd16feba0df69cb5b0399fdea60f7beb7c223d107513cb5

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
  }
}