build-retail-media-agent

Automate the design and implementation of an AdCP retail media agent with MCP-based tool contracts.

18|15|Updated Aug 20, 2025
One-click install
npx skills add https://github.com/adcontextprotocol/adcp-client --skill build-retail-media-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-retail-media-agent
Source: https://github.com/adcontextprotocol/adcp-client/tree/main/.claude/skills/build-retail-media-agent
Command: npx skills add https://github.com/adcontextprotocol/adcp-client --skill build-retail-media-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to rapidly build a production-ready AdCP retail media agent that coordinates catalogs, conversions, and performance feedback across multiple buyers and publishers.

Core Features & Use Cases

  • Catalog synchronization and validation across feeds
  • Event tracking and attribution for optimization
  • Performance feedback loops to tune placements and pricing
  • Tool contracts and integration guidance for consistent deployments

Quick Start

Install dependencies and bootstrap a local MCP server, then run a sample catalog workflow to validate the end-to-end flow.

Frequently Asked Questions about build-retail-media-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an AdCP retail media agent for catalog synchronization and conversion tracking?

Build an AdCP retail media agent by automating the design of an MCP-based server that enforces required tool contracts like sync_catalogs and log_event to handle catalog synchronization and conversion tracking across publishers.

What is an AdCP retail media agent and what does it do?

An AdCP retail media agent is an MCP-based system that coordinates catalogs, conversions, and performance feedback across buyers and publishers, enforcing specific tool response shapes for media buy delivery and event tracking optimization.

How do I implement performance feedback loops in a retail media network?

Implement performance feedback loops by integrating the provide_performance_feedback tool within your retail media agent to tune ad placements and pricing based on conversion tracking data and delivery reporting.

Can I use this to synchronize retail media catalogs across multiple publishers?

Yes, you can synchronize retail media catalogs across multiple publishers by utilizing the enforced sync_catalogs tool contract to validate feeds and coordinate catalog formats across your network.

What tool contracts are required for an MCP-based retail media network?

Required tool contracts include get_adcp_capabilities, sync_accounts, sync_catalogs, log_event, provide_performance_feedback, and get_media_buy_delivery, which enforce consistent response shapes for retail media deployments.

How do I track conversions and optimize ad placements in retail media?

Track conversions and optimize ad placements by deploying the log_event tool for attribution and the provide_performance_feedback tool to automatically tune placement strategies based on delivery reporting.