MCP Server
Active
MAILTYPE — Email Domain Capability Intelligence MCP Server
io.github.GSterlingPress/mailtype
What is the MAILTYPE — Email Domain Capability Intelligence MCP server?
Email-domain intelligence: MX capability, provider, disposable status, SPF, DMARC, and MTA-STS.
How to install MAILTYPE — Email Domain Capability Intelligence
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyrequiredsecretMAILTYPE API key
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mailtype": {
"url": "https://mailtype-api.onrender.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mailtype": {
"serverUrl": "https://mailtype-api.onrender.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mailtype": {
"type": "http",
"url": "https://mailtype-api.onrender.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mailtype": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mailtype-api.onrender.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mailtype https://mailtype-api.onrender.com/mcpRelated MCP servers
ONCE
Active
Prevent duplicate AI-agent side effects with idempotency, verification, and durable receipts.
0
View repository →JavaScript
Resolve whether an uncertain side-effecting action completed before software retries it.
0
View repository →JavaScript
Choose HTTP, browser, machine endpoint, or avoid before an agent visits an unfamiliar URL.
0
View repository →JavaScript
Deterministic next-step decisions after failed API, MCP, automation, or AI-agent actions.
0
View repository →JavaScript
Know whether an AI agent should REUSE or REFETCH a URL before retrieving it again.