← inboxguard.io

INDIVIDUAL MCP TOOL

create_share_link

Create a read-only public share link for a tracked domain's latest report (anyone with the URL can view it; no account).

inboxguard.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

inboxguard.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.inboxguard-io]
url = "https://mcp.inboxguard.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "inboxguard-io": {
      "type": "http",
      "url": "https://mcp.inboxguard.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: inboxguard-io
Remote MCP URL: https://mcp.inboxguard.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "inboxguard-io": {
      "url": "https://mcp.inboxguard.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "inboxguard-io": {
      "type": "http",
      "url": "https://mcp.inboxguard.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "inboxguard-io",
  "transport": "streamable-http",
  "url": "https://mcp.inboxguard.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • scan_domain — Run a full email-deliverability scan (SPF, DKIM, DMARC, MTA-STS, TLS-RPT, MX TLS, BIMI, DNS blocklists) for a domain and return a 0-100 score with per-check findings.
  • get_deliverability_score — Return the overall deliverability score and letter grade for a domain (runs a fresh scan).
  • check_blocklists — Check a domain (apex + MX-host IPs) against supported DNS blocklists and return listings, targets checked, and issues (authoritative-side queries; no public-resolver false positives).
  • get_dmarc_summary — Summarize ingested DMARC aggregate (RUA) reports for a domain tracked in your InboxGuard account: report volume, pass rate, top sending sources, and the rua inbox to publish.
  • list_domains — List the account's tracked domains with latest scan score, last scan time, and open alert count.
  • get_domain — Full detail for one tracked domain: the domain record, the latest scan with all per-check findings (spf, dmarc, dkim, ptr, mta_sts, tls_rpt, mx_tls, blocklist), recent score history, open/recent alerts, and Google Postmaster stats when connected.
  • list_alerts — List the account's deliverability alerts (score drops, check failures, blocklist listings).
  • list_scans — List recent scans (id, domain, run time, score) across all tracked domains, or for one domain when a name is given.