Prerequisites
- A channel API key from publishers.ads.aiarco.com (starts with
aiarco_) - An MCP-compatible AI client — Claude Code, VS Code Copilot, Cursor, Windsurf, or similar
Server URL
Connect Your Client
Claude Code
Run this command in your terminal:VS Code (Copilot)
Add to your.vscode/mcp.json:
Cursor / Windsurf
Add to your MCP configuration file (.cursor/mcp.json or equivalent):
Any MCP Client
Use these connection details for any MCP-compatible client:Connection Lifecycle
- Initialize — Your client sends an
initializerequest to negotiate capabilities - Discover — The server responds with available tools via
tools/list - Invoke — Your client calls tools like
broadcast_signalandget_offersas needed - Track — Report impressions with
track_impressionsafter displaying offers
Verify Connection
Test your connection with the MCP Inspector:https://mcp.aiarco.com/mcp as the endpoint. You should see the available tools listed.
Next Steps
Tool Reference
Explore parameters, schemas, and examples for each tool.
Overview
Learn how signal collection and offer delivery work.