Plugin Claude Code
Query Realize campaigns, pull performance reports, and create/update campaigns and ad items through natural language — powered by the Realize remote MCP.
Plugin Claude Code
Query Realize campaigns, pull performance reports, and create/update campaigns and ad items through natural language — powered by the Realize remote MCP.
MCP server Claude CodeCodexCursor +2
MCP server "realize-mcp", hosted remotely at mcp.realize.com, as configured in taboola/realize-claude-plugin.
Instructions file
Instructions for taboola/realize-claude-plugin, covering claude.md — contributor notes, architecture at a glance, key design decisions, no hooks and the support bundle exports the transcript, never a summary.
Agent
Use when the user asks about Realize campaigns, accounts, or performance data in natural language. Routes the request to the right Realize MCP tool(s), enforces the searchaccounts-first workflow, interprets CSV reports, and summarizes insights. Routes write-intent requests (create/update campaign or item) to the…
Skill Claude CodeCodex
Discover Realize accounts and capture the accountid required by every other Realize MCP tool. Must run before any campaign or report query.
Skill Claude CodeCodex
List and inspect Realize campaigns and their creatives/items. Use after an accountid is resolved.
Skill Claude CodeCodex
Look up Realize targeting metadata, audiences, publishers, conversion rules, time zones, and CTA types. Use when the user asks "what X is available" or needs an opaque ID before going to the Realize UI. Read-only — no campaign or item state is changed.
Skill Claude CodeCodex
Create and update Realize campaigns and native + display items via the Realize MCP write tools. Activates on any write-intent request — create, edit, pause/resume, launch, budget changes, bid changes, targeting edits, creative swaps. Enforces a tiered preview-then-confirm pattern with a mandatory account-identity…
Skill Claude CodeCodex
Diagnose a Realize campaign that's underperforming or had a discrete performance event, and prescribe fixes. Walks 5 mandatory pre-checks then routes to RCA (when something broke on a specific date) or general optimization (ongoing review). Activates on questions like "why is this campaign underperforming?", "CPA…
Skill Claude CodeCodex
Pull Realize performance reports (CSV) and interpret them. Covers top-content, breakdown, history, and site/day breakdown reports with sort, filter, and pagination rules.
Skill Claude CodeCodex
Package the current conversation into a single Markdown file the user can email to Taboola Support so Professional Services can debug what happened. Activates on /realize-plugin:support, and whenever the user wants to escalate to a human, report that the plugin gave a wrong or suspicious answer, or file a bug. Writes…
Skill Claude CodeCodex
Answer in-scope Realize questions the plugin's own knowledge base does not cover, by looking the topic up in Taboola's public advertiser help documentation. Activates only after a real miss — no knowledge file, no MCP tool, and no other skill answers the question as asked. Read-only. A fallback rather than a…