site-explorer-backlinks-stats
Analyze backlink statistics for any URL or domain on a specific date, with customizable options for protocol and scope. Integrates with Ahrefs via MCP server for precise SEO insights.
Instructions
Provides backlink statistics for a specified URL or domain as of a given date, with options to control protocol and scope. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | ||
mode | No | ||
protocol | No | ||
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"type": "string"
},
"mode": {
"type": "string"
},
"protocol": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"target",
"date"
],
"type": "object"
}