get_domain_rank
ActiveTool of com.blackveilsecurity/dns
Rank a domain against its country or global cohort using the GSI benchmark corpus. Accepts a domain score (from scan_domain) and optional country/sector; returns a percentile: "scores better than X% of peers". Owner-gate exempt — public cohort data only.
Parameters schema
{
"type": "object",
"required": [
"domain",
"score"
],
"properties": {
"score": {
"type": "number",
"maximum": 100,
"minimum": 0,
"description": "Domain score (0–100) from scan_domain. Used to compute the cohort percentile."
},
"domain": {
"type": "string",
"maxLength": 253,
"minLength": 1,
"description": "Domain to rank against its cohort (e.g., example.com)"
},
"format": {
"enum": [
"full",
"compact"
],
"type": "string",
"description": "Output verbosity. Auto-detected if omitted."
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 1,
"description": "Sector label (e.g., \"finance\"). Forwarded to the cohort endpoint; sector filtering is planned for a future release."
},
"country": {
"type": "string",
"maxLength": 2,
"minLength": 2,
"description": "ISO 3166-1 alpha-2 country code to use the country cohort (e.g., \"NZ\"). Omit for global cohort."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.blackveilsecurity/dns
https://github.com/MadaBurns/bv-mcp
2/7 registries