API Tools
qualisend.com
Provides email address verification tools to check syntax, domain, disposable/role, typo, and mailbox reachability for individual or bulk addresses.
ENDPOINT 1
https://app.qualisend.com/api/mcp
MCP server metadata
- Name
- Qualisend
- Version
- 1.0.0
Verify and clean email addresses with Qualisend. Core tools: verify_email (one address), verify_emails (a batch, up to 50), verify_list (a large list, up to 1000, async — returns a job_id to poll), get_verification (result/progress by job_id), get_credit_balance. The Pro plan adds deliverability tools: check_domain (is a domain set up so its email reaches the inbox), generate_dns_record (create SPF/DMARC/BIMI/MTA-STS records), analyze_email_header (why a message was slow or went to spam), check_disposable, check_typo, and lookup_smtp_code (explain a mail-server error code). check_blacklist (is a domain/IP on email blacklists) needs the Blacklist Monitoring add-on. When a user asks what you can do, explain these in simple, everyday terms — avoid technical jargon.
Known tools 12
verify_emailVerify a single email address — syntax, domain/MX, disposable + role detection, typo suggestion, and mailbox reachability.
Potential side effectsverify_emailsVerify up to 50 email addresses at once and get a deliverability verdict for each, synchronously.
Potential side effectsget_credit_balanceReturn the number of verification credits available in your Qualisend workspace.
Inferred read-onlyget_verificationLook up the status and result of a verification you started, by job_id (returned from verify_email/verify_emails).
Inferred read-onlycheck_domainCheck whether a domain is set up to send email that reaches the inbox — its mail servers plus its SPF and DMARC sender-authentication, and what's missing.
Potential side effectsgenerate_dns_recordCreate the exact DNS setting a domain needs so its email is trusted and harder to spoof — SPF, DMARC, BIMI, or MTA-STS.
Potential side effectsanalyze_email_headerRead the hidden technical details of an email (its 'headers') to show the route it took, how long each step took, and whether it passed spam/authentication checks — handy for figuring out why a message was slow or went to spam.
Potential side effectscheck_disposableTell whether an email address is a throwaway/temporary one, a generic team inbox (like info@ or support@), or a free consumer address (like gmail) — useful for spotting low-quality sign-ups.
Potential side effectscheck_blacklistCheck whether a sending domain or IP is currently on any of the major email blacklists that can push your mail to spam — a point-in-time reputation check across lists like Spamhaus, SpamCop, and Barracuda.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.qualisend]
url = "https://app.qualisend.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"qualisend": {
"type": "http",
"url": "https://app.qualisend.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: qualisend
Remote MCP URL: https://app.qualisend.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"qualisend": {
"url": "https://app.qualisend.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"qualisend": {
"type": "http",
"url": "https://app.qualisend.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "qualisend",
"transport": "streamable-http",
"url": "https://app.qualisend.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.