verify_pixel_ownership
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Cross-validate that the pixel/tag IDs on a landing page belong to the connected ad account. Detects wrong-pixel installs, domain registration gaps, and CAPI mismatches. Free — no credits.
Parameters schema
{
"type": "object",
"title": "verify_pixel_ownershipArguments",
"required": [
"url",
"platform"
],
"properties": {
"url": {
"type": "string",
"title": "Url"
},
"platform": {
"type": "string",
"title": "Platform"
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries