adcp
Installation
SKILL.md
AdCP CLI
Use adcp (or npx @adcp/sdk@latest) to interact with AdCP advertising agents, run compliance tests, and query the AdCP registry.
Quick start — zero config
Built-in test agents work immediately with no setup:
# Try AdCP right now
adcp test-mcp # List tools on the MCP test agent
adcp test-mcp get_products '{"brief":"coffee brands"}' # Call a tool
adcp test-a2a get_products '{"brief":"coffee brands"}' # Same thing over A2A
# Run compliance tests
adcp test test-mcp discovery # Test tool discovery
adcp test test-mcp full_sales_flow # Full media buy lifecycle