site-explorer-domain-rating
Retrieve domain rating and key metrics for any specified URL or domain on a specific date using Ahrefs functionality integrated via the MCP server. Perfect for SEO analysis and performance tracking.
Instructions
Retrieves the domain rating and related metrics for a specified domain or URL as of a specific date. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | ||
protocol | No | ||
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"type": "string"
},
"protocol": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"target",
"date"
],
"type": "object"
}