Card snapshot
inboxguard.io
·
2026-07-16 14:37:38 UTC
·
36a7d5d985bd111720b47079a9649f327c620513325347d0eef407ee1a333613
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.
{
"protocolVersion": "0.2.0",
"name": "InboxGuard",
"description": "Email deliverability monitoring agent. Scans SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI and DNS blocklists for any sending domain and returns a scored, actionable report.",
"url": "https://mcp.inboxguard.io/mcp",
"preferredTransport": "streamable-http",
"mcpServerUrl": "https://mcp.inboxguard.io/mcp",
"additionalInterfaces": [
{
"transport": "streamable-http",
"url": "https://mcp.inboxguard.io/mcp"
},
{
"transport": "webmcp",
"url": "https://inboxguard.io/",
"description": "In-page WebMCP surface on the homepage; scan_domain via navigator.modelContext / declarative <form toolname=\"scan_domain\">, backed by POST https://api.inboxguard.io/scan-domain."
}
],
"webmcp": {
"available": true,
"page": "https://inboxguard.io/",
"tools": [
"scan_domain"
],
"registration": [
"navigator.modelContext",
"declarative-form",
"application/json+mcp"
]
},
"provider": {
"organization": "movaMedia, Inc.",
"url": "https://inboxguard.io"
},
"version": "1.0.0",
"documentationUrl": "https://inboxguard.io/llms-full.txt",
"iconUrl": "https://inboxguard.io/favicon.svg",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "InboxGuard API key (ig_live_\u2026 / ig_test_\u2026). See https://inboxguard.io/auth.md"
}
},
"security": [
{
"apiKey": []
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "scan-domain",
"name": "Scan domain deliverability",
"description": "Run a full SPF/DKIM/DMARC/MTA-STS/TLS-RPT/BIMI/blocklist scan for a domain and return a 0\u2013100 score with per-check findings.",
"tags": [
"email",
"deliverability",
"dmarc",
"spf",
"dkim",
"dns"
],
"examples": [
"Is example.com set up correctly for DMARC?",
"Why is mail from acme.io going to spam?",
"Check if my domain is on any DNS blocklists."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "dmarc-reports",
"name": "Read DMARC aggregate reports",
"description": "Summarize ingested DMARC aggregate (RUA) reports by source IP and authentication result.",
"tags": [
"dmarc",
"reporting",
"email"
],
"examples": [
"Show me which IPs are failing DMARC for my domain."
]
}
],
"contact": "support@inboxguard.io"
}