ldm-email-deliverability
Programmatic email deliverability testing for AI agents. Create inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex — get per-provider placement (Inbox/Spam/Promotions), SPF/DKIM/DMARC auth, Rspamd & SpamAssassin verdicts, DNS health (MX, PTR, DNSBL), and live SSE results.
README
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 |
|---|---|
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. |
Install
npx ldm-inbox-check-mcp
No global install needed — Claude Desktop / Cursor will npx-run it on
demand.
Get an API key
- Go to https://check.live-direct-marketing.online/docs.
- 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 |
|---|---|---|
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.
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.