ldm-email-deliverability
Provides email deliverability testing for Gmail, allowing users to create placement tests, check inbox placement status, and analyze SPF/DKIM/DMARC authentication results for emails sent to Gmail accounts.
Provides email deliverability testing for Mail.ru, allowing users to create placement tests, check inbox placement status, and analyze SPF/DKIM/DMARC authentication results for emails sent to Mail.ru accounts.
ldm-inbox-check-mcp
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.
What it does
Exposes 5 tools that wrap the Inbox Check REST API:
Tool | Description |
| Create a placement test; returns seed addresses to send your email to. |
| Get per-provider placement, SPF/DKIM/DMARC, screenshots. |
| List recent tests with cursor pagination. |
| Delete a test and its screenshots. |
| Inspect API key metadata, features, quota usage. |
Install
npx ldm-inbox-check-mcpNo global install needed — Claude Desktop / Cursor will npx-run it on
demand.
Get an API key
Contact the operator for a key (self-service issuance coming later).
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_..." }
}
}
}Custom agents (Agent SDK, LangChain, etc.)
Run the server manually and pipe stdio, or use the underlying REST API directly — see https://check.live-direct-marketing.online/docs.
Environment variables
Variable | Required | Default |
| yes | — |
| no |
|
Override the base URL only for self-hosted deployments or testing.
Example prompt
“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.
License
MIT © Live Direct Marketing
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/live-direct-marketing/ldm-inbox-check-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server