Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/orange-bottles-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Clarify AdCP/MCP relationship in docs: AdCP works *over* MCP and A2A as transports, not "built on" MCP.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AdCP - Open Standard for Advertising Automation

**Unified advertising automation protocol built on Model Context Protocol (MCP)**
**Open standard for advertising automation over MCP and A2A protocols**

[![GitHub stars](https://img.shields.io/github/stars/adcontextprotocol/adcp?style=social)](https://github.com/adcontextprotocol/adcp)
[![Documentation](https://img.shields.io/badge/docs-adcontextprotocol.org-blue)](https://adcontextprotocol.org)
Expand All @@ -15,7 +15,7 @@ Visit [adcontextprotocol.org](https://adcontextprotocol.org) for full documentat

## What is AdCP?

Ad Context Protocol (AdCP) is an **open standard for advertising automation** that enables AI assistants to interact with advertising platforms through natural language. Built on the Model Context Protocol (MCP), AdCP provides:
Ad Context Protocol (AdCP) is an **open standard for advertising automation** that enables AI assistants to interact with advertising platforms through natural language. AdCP defines domain-specific tasks and schemas that work over MCP and A2A as transports:

- 🔌 **Unified Advertising API** - Single interface for all advertising platforms
- 🤖 **AI-Powered Automation** - Built for natural language campaign management
Expand Down
6 changes: 3 additions & 3 deletions docs/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 1
title: Getting Started
description: AdCP is an open standard for advertising automation built on Model Context Protocol (MCP). Learn how to integrate AI-powered advertising workflows.
description: AdCP is an open standard for advertising automation that works over MCP and A2A protocols. Learn how to integrate AI-powered advertising workflows.
keywords: [advertising automation protocol, programmatic advertising API, MCP advertising integration, AI advertising workflows, unified advertising platform API]
---

Expand All @@ -19,8 +19,8 @@ Welcome to the Ad Context Protocol (AdCP) documentation. AdCP is an **open stand
Ad Context Protocol (AdCP) is an **open standard for advertising automation** that enables AI-powered programmatic advertising workflows through:

- **Unified Advertising API**: Single interface for all advertising platforms
- **AI-Powered Automation**: Built on Model Context Protocol (MCP) for seamless AI integration
- **Multi-Protocol Support**: Access through MCP, A2A, or future protocols
- **AI-Powered Automation**: Works over MCP and A2A protocols for seamless AI integration
- **Multi-Protocol Support**: Access through MCP, A2A, or future transports
- **Platform Agnostic**: Works with any compatible advertising platform
- **Programmatic Advertising Made Simple**: Standardized workflows across all ad tech

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Classification of MCP session credentials as either "platform" (aggregator) or "
**Activation**
The process of making a signal available for targeting on a specific platform and seat.

**Ad Context Protocol (AdCP)**
An open standard based on Model Context Protocol (MCP) that enables AI-powered advertising workflows through natural language interfaces.
**Ad Context Protocol (AdCP)**
An open standard for AI-powered advertising workflows. AdCP defines domain-specific tasks and schemas that work over MCP and A2A as transports, enabling natural language interfaces for advertising operations.

**Agentic eXecution Engine (AXE)**
The real-time execution layer that sits between orchestrators and decisioning platforms, handling dynamic audience targeting, brand safety enforcement, frequency management, and first-party data activation at impression time. See [AXE documentation](/docs/media-buy/advanced-topics/agentic-execution-engine) for details.
Expand Down
8 changes: 4 additions & 4 deletions server/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@id": "https://adcontextprotocol.org/#software",
"name": "Ad Context Protocol",
"alternateName": "AdCP",
"description": "Unified advertising automation protocol built on Model Context Protocol (MCP). Enables AI-powered workflows across advertising platforms including media buying, creative generation, and first-party data signals.",
"description": "Open standard for advertising automation that works over MCP and A2A protocols. Enables AI-powered workflows across advertising platforms including media buying, creative generation, and first-party data signals.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"name": "What protocols does AdCP support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "AdCP is built on the Model Context Protocol (MCP) and supports Agent-to-Agent (A2A) protocol. This enables seamless integration with AI assistants like Claude, ChatGPT, and custom AI agents."
"text": "AdCP works over MCP (Model Context Protocol) and A2A (Agent-to-Agent) as transports. This enables seamless integration with AI assistants like Claude, ChatGPT, and custom AI agents."
}
},
{
Expand All @@ -108,7 +108,7 @@
}
]
}
</script><meta name="description" content="AdCP (Ad Context Protocol) is an open standard that unifies advertising platforms through AI-powered workflows. Built on MCP for seamless programmatic advertising automation.">
</script><meta name="description" content="AdCP (Ad Context Protocol) is an open standard that unifies advertising platforms through AI-powered workflows. Works over MCP and A2A for seamless programmatic advertising automation.">
<meta name="keywords" content="advertising automation protocol, programmatic advertising API, MCP advertising integration, AI advertising workflows, unified advertising platform API, advertising technology, agent-to-agent, A2A protocol, AI agents, agentic advertising">
<meta name="author" content="Ad Context Protocol Contributors">
<meta name="publisher" content="Ad Context Protocol">
Expand Down Expand Up @@ -577,7 +577,7 @@ <h3>⚡ Protocol Features</h3>
<div class="row">
<div class="col col--10 col--offset-1">
<h2 class="sectionTitle_Ut5p">How AdCP works</h2>
<p class="sectionSubtitle_AZuW">Built on the Model Context Protocol (MCP), AdCP provides a unified interface for advertising operations across any platform.</p>
<p class="sectionSubtitle_AZuW">AdCP works over MCP and A2A protocols, providing a unified interface for advertising operations across any platform.</p>
<div class="workflowSteps_gwt9">
<div class="step_BHwS">
<div class="stepNumber_rxuX">1</div>
Expand Down