Server data from the Official MCP Registry
Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).
Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
2 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: INBOX_CHECK_API_KEY
Environment variable: INBOX_CHECK_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-live-direct-marketing-inbox-check": {
"env": {
"INBOX_CHECK_API_KEY": "your-inbox-check-api-key-here",
"INBOX_CHECK_BASE_URL": "your-inbox-check-base-url-here"
},
"args": [
"-y",
"ldm-inbox-check-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
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.
Authentication-Results headers.Exposes 5 tools that wrap the Inbox Check REST API:
| Tool | Description |
|---|---|
inbox_check_create | Create a placement test; returns seed addresses to send your email to. |
inbox_check_status | Get per-provider placement, SPF/DKIM/DMARC, screenshots. |
inbox_check_list | List recent tests with cursor pagination. |
inbox_check_delete | Delete a test and its screenshots. |
inbox_check_me | Inspect API key metadata, features, quota usage. |
npx ldm-inbox-check-mcp
No global install needed — Claude Desktop / Cursor / Windsurf / Cline will
npx-run it on demand.
icp_live_... string — it's shown exactly once.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/mcp.json:
{
"mcpServers": {
"inbox-check": {
"command": "npx",
"args": ["-y", "ldm-inbox-check-mcp"],
"env": { "INBOX_CHECK_API_KEY": "icp_live_..." }
}
}
}
~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"inbox-check": {
"command": "npx",
"args": ["-y", "ldm-inbox-check-mcp"],
"env": { "INBOX_CHECK_API_KEY": "icp_live_..." }
}
}
}
~/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_..." }
}
}
}
| Variable | Required | Default |
|---|---|---|
INBOX_CHECK_API_KEY | yes | — |
INBOX_CHECK_BASE_URL | no | https://check.live-direct-marketing.online |
Override the base URL only for self-hosted deployments or testing.
"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."
MIT © Live Direct Marketing
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption