onyx_aeo_score
ActiveTool of onyx-paid-mcp
0n1x AEO Score: the SIGNED, auditable answer-engine visibility number for a brand/product/agent. Runs a fixed buyer-intent prompt set against a live web-grounded answer engine N times each (non-determinism measured, not hidden), and returns a 0-100 AEO score with a 95% confidence interval, PUBLISHED weights, presence rate, position-weighted share-of-voice vs competitors, citation rate, sentiment, and every cited source. Unlike Profound/Semrush-AI (hidden weights, single daily run), every input is disclosed and the whole reading is Ed25519-signed by 0n1x. Never fabricated. (price: $0.50 USDC, tier: premium)
Parameters schema
{
"type": "object",
"required": [
"brand"
],
"properties": {
"runs": {
"type": "integer",
"description": "Runs per prompt (default 3, max 5). More runs = tighter confidence interval on the score."
},
"brand": {
"type": "string",
"description": "Brand, product, protocol, or agent to score (e.g. '0n1x', 'Stripe')."
},
"domain": {
"type": "string",
"description": "Optional canonical domain (e.g. '0n1x.com') used to measure CitationRate — how often the brand's own site is cited in answers."
},
"aliases": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional alternate names that count as the brand (e.g. ['Onyx'] for a rename). Any alias match = brand present."
},
"category": {
"type": "string",
"description": "Category for the buyer-intent prompts (e.g. 'agent trust layer', 'payment processors'). Drives the 'best <category>' / 'verify before pay' style queries."
},
"competitors": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional competitor names for position-weighted share-of-voice."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries