MCPMCP Tools/SEO Rank Tracking/add_seo_competitor
add_seo_competitor
Writelistings:write
Add a competitor to track on a location's local-search ranking grid, by business name (resolved to a Google place near the location when possible). Tracking a competitor here also makes it available to the Reviews and AEO modules for the same location (competitors are shared across modules). Re-adding a previously-removed competitor re-activates it. Requires locationId and name.
Parameters
locationIdstringrequired
Location id — the id from list_locations. Either id shape works.
namestringrequired
The competitor's business name (required).
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_seo_competitor",
"arguments": {
"locationId": "string",
"name": "string"
}
}
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Response shape shown for illustration — the actual content depends on the tool and your data.