You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update all references from 'Claude Desktop' to 'Claude (desktop & web)'
Updated across README, docs/index.md, docs/api/mcp.md,
docs/guides/publisher-setup.md, docs/guides/inventory-sync.md.
Also added Codex, Cursor, Windsurf to platform lists throughout.
MCP docs now show quick setup snippets for all 5 platforms.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/api/mcp.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,39 @@
1
1
# MCP (Model Context Protocol)
2
2
3
-
MCP is the **primary interface** for the seller agent. Publishers manage their agent from Claude Desktop or ChatGPTvia 45+ MCP tools. Buyer agents also call seller tools through MCP for automated workflows.
3
+
MCP is the **primary interface** for the seller agent. Publishers manage their agent from Claude (desktop or web), ChatGPT, Codex, Cursor, or any MCP-compatible assistant via 45+ tools. Buyer agents also call seller tools through MCP for automated workflows.
4
4
5
5
## Connection
6
6
7
7
| Endpoint | Method | Description |
8
8
|----------|--------|-------------|
9
9
|`/mcp/sse`| GET | SSE transport for persistent MCP sessions |
Copy file name to clipboardExpand all lines: docs/guides/publisher-setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ Step-by-step guide for publishers deploying the IAB Tech Lab Seller Agent.
4
4
5
5
## Recommended: Interactive Setup Wizard
6
6
7
-
The fastest way to set up your seller agent is the **interactive setup wizard** via Claude Desktop. It walks you through every configuration step conversationally.
7
+
The fastest way to set up your seller agent is the **interactive setup wizard** via Claude, ChatGPT, or any MCP-compatible assistant. It walks you through every configuration step conversationally.
8
8
9
9
1.**Developer** runs [Developer Setup](developer-setup.md) in Claude Code — deploys server, connects ad server + SSPs, generates credentials
10
-
2.**Publisher ops** adds the config to [Claude Desktop](claude-desktop-setup.md) — the wizard auto-launches and guides through business setup
10
+
2.**Publisher ops** adds the seller agent to [Claude](claude-desktop-setup.md) (desktop or web), [ChatGPT, or Codex](chatgpt-setup.md) — the wizard auto-launches and guides through business setup
11
11
12
-
> See [Claude Desktop Setup Guide](claude-desktop-setup.md) for the full walkthrough.
12
+
> See [Claude Setup Guide](claude-desktop-setup.md) or [ChatGPT & AI IDEs Guide](chatgpt-setup.md) for the full walkthrough.
Copy file name to clipboardExpand all lines: docs/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,21 @@
2
2
3
3
The Ad Seller Agent is an **IAB OpenDirect 2.1 compliant** programmatic advertising seller system. It enables automated ad selling through AI agents, supporting the full lifecycle from inventory discovery through deal execution, SSP distribution, and post-deal management.
4
4
5
-
**Manage everything from Claude Desktop** — the seller agent exposes 45+ MCP tools for conversational setup and day-to-day operations. An interactive setup wizard walks publishers through configuration step by step.
5
+
**Manage everything from Claude, ChatGPT, or any MCP-compatible AI assistant** — the seller agent exposes 45+ MCP tools for conversational setup and day-to-day operations. An interactive setup wizard walks publishers through configuration step by step.
6
6
7
7
Part of the IAB Tech Lab Agent Ecosystem --- see also the [Buyer Agent](https://iabtechlab.github.io/buyer-agent/).
8
8
9
9
## Access Methods
10
10
11
11
| Protocol | Endpoint | Best For |
12
12
|----------|----------|----------|
13
-
|**[MCP](api/mcp.md)**|`/mcp/sse`| Primary interface — 45+ tools for Claude Desktop, ChatGPT, and buyer agents |
13
+
|**[MCP](api/mcp.md)**|`/mcp/sse`| Primary interface — 45+ tools for Claude, ChatGPT, Codex, Cursor, and buyer agents |
|**[REST API](api/overview.md)**|`/api/v1/*`| Programmatic access — 70+ endpoints across 15 groups |
16
16
17
17
## Key Capabilities
18
18
19
-
-**45+ MCP tools** for Claude Desktop / ChatGPT — interactive setup wizard + full operations
19
+
-**45+ MCP tools** for Claude, ChatGPT, Codex, Cursor, and Windsurf — interactive setup wizard + full operations
20
20
-**70+ REST endpoints** across 15 categories covering the complete ad selling workflow
21
21
-**Pluggable ad server** support — Google Ad Manager and FreeWheel (Streaming Hub + Buyer Cloud)
22
22
-**Multi-SSP distribution** — PubMatic (MCP), Index Exchange (REST), Magnite (REST) with routing rules
@@ -37,7 +37,7 @@ Part of the IAB Tech Lab Agent Ecosystem --- see also the [Buyer Agent](https://
37
37
### Recommended: Interactive Setup Wizard
38
38
39
39
1.**Developer** deploys the server and connects ad server + SSPs → [Developer Setup](guides/developer-setup.md)
40
-
2.**Publisher ops** adds Claude Desktop config → wizard guides through business setup → [Claude Desktop Setup](guides/claude-desktop-setup.md)
40
+
2.**Publisher ops** adds seller agent to Claude (desktop/web), ChatGPT, or Codex → wizard guides through business setup → [Setup Guide](guides/claude-desktop-setup.md)
41
41
42
42
### Manual Setup
43
43
@@ -48,14 +48,14 @@ Part of the IAB Tech Lab Agent Ecosystem --- see also the [Buyer Agent](https://
48
48
49
49
### AI Assistant Setup
50
50
51
-
-[Claude Desktop Setup](guides/claude-desktop-setup.md) — publisher setup via interactive wizard
51
+
-[Claude (Desktop & Web)](guides/claude-desktop-setup.md) — publisher setup via interactive wizard
0 commit comments