Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-live-direct-marketing-inbox-check": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles, companies and jobs, and manage your inbox.
MCP server for UniSender API — email lists, campaigns, contacts. API key auth.
Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP
MCP Security Weekly
Get CVE alerts and security updates for io.github.live-direct-marketing/inbox-check and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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