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 Gmail, Outlook, Yahoo, Mail.ru and Yandex. Plug it into Claude Desktop, Cursor, or any other MCP-compatible AI client.
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 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_..." }
}
}
}
Run the server manually and pipe stdio, or use the underlying REST API directly — see https://check.live-direct-marketing.online/docs.
| 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 and Outlook, then wait 60 seconds and tell me where the email landed.”
The agent will call inbox_check_create, show you the seed addresses to
send to, and (after you send) call inbox_check_status to report
placements.
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