Contract
{
"type": "object",
"required": [
"target",
"date"
],
"properties": {
"date": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Report date in YYYY-MM-DD format. Use today's date for current values."
},
"target": {
"type": "string",
"minLength": 1,
"description": "The target of the report: a domain ('example.com') or a URL ('https://example.com/page')."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"domain_rating",
"global_rank"
],
"properties": {
"global_rank": {
"type": "integer",
"minimum": 0,
"description": "Global rank across all indexed domains, ordered by domain_rating. Lower is stronger."
},
"domain_rating": {
"type": "number",
"maximum": 100,
"minimum": 0,
"description": "Backlink-authority score, 0-100. Higher means a stronger link profile."
}
},
"description": "The target's Domain Rating (0-100 backlink-authority score) and its global rank by that score, as of the requested date. Real calibration call (target 'stripe.com', 2026-08-25) returned domain_rating 95, global_rank 46.",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per result Charged for every result returned | $0.00819 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 8, 2026
