Bonafido: Business Domain Verification API
Bonafido: is a domain a real business site? Verdict, trust score, risk flags.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"domain-verify": {
"url": "https://bonafido.cybermax-tools.workers.dev/mcp?via=mcp-registry"
}
}
}Remote endpoints
https://bonafido.cybermax-tools.workers.dev/mcp?via=mcp-registrystreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢verify_domain(domain, company_name, domains, country)
Verify a business domain, URL or email domain: does it resolve, how old is it (RDAP), mail setup (MX/SPF/DMARC), live homepage vs parked/for-sale page, redirects, contact details, company-name match, Wikidata official website and look-alike detection. Returns verdict (verified/likely_legit/unverified/suspicious/not_found), trustScore 0-100, riskFlags and evidence. Pass company_name to check the domain belongs to that company. Up to 5 domains via "domains".
Input Schema
{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "One domain, URL or email, e.g. \"stripe.com\""
},
"company_name": {
"type": "string",
"description": "Expected company name for the single domain, e.g. \"Stripe\""
},
"domains": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"description": "Or up to 5 domains at once (no company names)"
},
"country": {
"type": "string",
"description": "ISO-2 country hint"
}
}
}Community
Evidence