live-direct-marketing/ldm-inbox-check-mcp

๐ŸŽฏ Marketing
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ - Email inbox placement testing across Gmail, Outlook, Yahoo, Mail.ru and Yandex. Create a test, get seed addresses, see per-provider placement (Inbox/Spam/Promotions), SPF/DKIM/DMARC verdicts, and screenshots. Install: npx -y ldm-inbox-check-mcp.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "live-direct-marketing-ldm-inbox-check-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "live-direct-marketing-ldm-inbox-check-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

ldm-inbox-check-mcp

MCP server for Inbox Check โ€” programmatic email deliverability testing across 9 providers (Gmail, Outlook, Yahoo, iCloud, AOL, GMX, T-Online, Mail.ru, Yandex) for AI agents.

๐Ÿ“ฆ npm ยท ๐ŸŒ check.live-direct-marketing.online ยท โœจ awesome-mcp-servers ยท ๐Ÿ” Glama

npm version npm downloads License: MIT MCP

Plug real inbox-placement testing into Claude Desktop, Cursor, Windsurf, Cline, or any other MCP-compatible AI client. The server wraps the Inbox Check REST API and exposes 5 tools your agent can call directly โ€” create a test, send your email to the returned seed addresses, and read back per-provider placement (Inbox / Spam / Promotions / Updates), authentication results (SPF, DKIM, DMARC), headers, and screenshots.

Why use this?

  • 9 real provider mailboxes โ€” Gmail, Outlook, Yahoo, iCloud, AOL, GMX, T-Online, Mail.ru, Yandex. Not simulations: actual IMAP-backed seed accounts, actual filter verdicts.
  • Authentication verification โ€” SPF, DKIM, DMARC alignment reported per delivery, parsed from Authentication-Results headers.
  • Folder detection โ€” Inbox, Spam, Promotions, Updates, Social, Forums, Category-specific tabs where providers expose them.
  • Screenshots โ€” rendered inbox/spam list view for Gmail, Outlook and others, so the agent can show the user what the recipient sees.
  • No flaky scraping โ€” the service runs its own seed mailboxes; your agent only talks to a stable REST API.
  • Built for AI agents โ€” strict JSON schema via Zod, deterministic tool names, cursor pagination, idempotent keys.

What it does

Exposes 5 tools that wrap the Inbox Check REST API:

ToolDescription
inbox_check_createCreate a placement test; returns seed addresses to send your email to.
inbox_check_statusGet per-provider placement, SPF/DKIM/DMARC, screenshots.
inbox_check_listList recent tests with cursor pagination.
inbox_check_deleteDelete a test and its screenshots.
inbox_check_meInspect API key metadata, features, quota usage.

Install

npx ldm-inbox-check-mcp

No global install needed โ€” Claude Desktop / Cursor / Windsurf / Cline will npx-run it on demand.

Get an API key

  1. Go to https://check.live-direct-marketing.online/docs.
  2. Contact the operator for a key (self-service issuance coming later).
  3. Copy the icp_live_... string โ€” it's shown exactly once.

Configure your MCP client

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "inbox-check": {
      "command": "npx",
      "args": ["-y", "ldm-inbox-check-mcp"],
      "env": {
        "INBOX_CHECK_API_KEY": "icp_live_xxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Cursor

~/.cursor/mcp.json:

{
  "mcpServers": {
    "inbox-check": {
      "command": "npx",
      "args": ["-y", "ldm-inbox-check-mcp"],
      "env": { "INBOX_CHECK_API_KEY": "icp_live_..." }
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "inbox-check": {
      "command": "npx",
      "args": ["-y", "ldm-inbox-check-mcp"],
      "env": { "INBOX_CHECK_API_KEY": "icp_live_..." }
    }
  }
}

Cline (VS Code)

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json (macOS) or the equivalent on your platform:

{
  "mcpServers": {
    "inbox-check": {
      "command": "npx",
      "args": ["-y", "ldm-inbox-check-mcp"],
      "env": { "INBOX_CHECK_API_KEY": "icp_live_..." }
    }
  }
}

Environment variables

VariableRequiredDefault
INBOX_CHECK_API_KEYyesโ€”
INBOX_CHECK_BASE_URLnohttps://check.live-direct-marketing.online

Override the base URL only for self-hosted deployments or testing.

Example prompts

"Use inbox-check to create a test against Gmail, Outlook and Yahoo, then wait 90 seconds and tell me where the email landed."

"List my last 10 inbox-check tests and summarise the spam rate per provider."

"Create a test, I'll send the email, then show me the SPF/DKIM/DMARC results and tell me which record is misaligned."

Use cases

  1. Cold-email warm-up QA โ€” before a campaign, send a draft to the seed addresses and have the agent verify Inbox placement on Gmail + Outlook.
  2. Authentication debugging โ€” when a domain starts landing in Spam, ask the agent to run a test and point to the failing SPF/DKIM/DMARC check.
  3. Template change review โ€” compare placement of an old vs new email template across 9 providers in a single agent run.
  4. Shared-IP reputation monitoring โ€” schedule periodic tests and have the agent alert when Spam rate crosses a threshold.
  5. Transactional mail audit โ€” verify that password-reset / receipt emails actually reach the Inbox (not Promotions) on every major provider.

Related

License

MIT ยฉ Live Direct Marketing

Related MCP Servers

acamolese/google-search-console-mcp

๐Ÿ โ˜๏ธ - Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via uvx mcp-google-search-console.

๐ŸŽฏ Marketing0 views
AdsMCP/tiktok-ads-mcp-server

๐Ÿ โ˜๏ธ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.

๐ŸŽฏ Marketing0 views
Agent-Prod/muze-mcp

๐ŸŽ–๏ธ ๐Ÿ โ˜๏ธ - Run your ecommerce ads from Claude & ChatGPT. Meta, Google, Amazon and Shopify: 150+ tools to read performance, inspect campaigns, research competitor ads, and take confirm-gated writes (pause, budgets, launches) that always stage paused. Hosted; connect via OAuth or an API key at https://backend.muzecmo.com/mcp

๐ŸŽฏ Marketing0 views
AIOProductOS/studio-mcp

๐ŸŽ–๏ธ ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Turns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. npx -y @aioproductoscom/mcp-studio

๐ŸŽฏ Marketing0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.