MCP Server
MCP
Inbox Check — Email Deliverability Test
Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "ldm-inbox-check-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer API key for Inbox Check service (starts with icp_live_)",
"isRequired": true,
"isSecret": true,
"name": "INBOX_CHECK_API_KEY"
},
{
"description": "Override base URL for self-hosted deployments",
"default": "https://check.live-direct-marketing.online",
"name": "INBOX_CHECK_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment