management-locations
Filter and retrieve management locations by country code and US state using the Ahrefs MCP Server, enabling precise data access for AI assistants like Claude desktop.
Instructions
Retrieves a list of management locations filtered by country code and optionally by US state. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country_code | Yes | ||
us_state | No |
Input Schema (JSON Schema)
{
"properties": {
"country_code": {
"type": "string"
},
"us_state": {
"type": "string"
}
},
"required": [
"country_code"
],
"type": "object"
}