configure_pixel_destination
ActiveTool of io.github.jshorwitz/synter-ads
Create or update a Synter Pixel CAPI event-forwarding destination. Sets the platform-specific IDs needed to fan out conversion events server-side. Supports Google (customer_id + conversion_action_id), Meta/Reddit (pixel_id), LinkedIn (conversion_rule_id), TikTok (pixel_code), and Snapchat. Use action='disable' or action='enable' to toggle without changing settings. Free — no credits.
Parameters schema
{
"type": "object",
"title": "configure_pixel_destinationArguments",
"required": [
"platform"
],
"properties": {
"action": {
"type": "string",
"title": "Action",
"default": "upsert"
},
"pixel_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Pixel Id",
"default": null
},
"platform": {
"type": "string",
"title": "Platform"
},
"site_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Site Key",
"default": null
},
"pixel_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Pixel Code",
"default": null
},
"customer_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Customer Id",
"default": null
},
"conversion_rule_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Conversion Rule Id",
"default": null
},
"conversion_action_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Conversion Action Id",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries