Bonafido: Business Domain Verification API

Bonafido: is a domain a real business site? Verdict, trust score, risk flags.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
90%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~257Tokens (tool definitions)
~1.2 KBTypical response size
Minimal attention impact (0.20% of 128k context)

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-http

What it can do

Tool inventory

Tools (1)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded1 tools