Documentation menu

Introduction

AdsCove Product & Engineering · Last reviewed August 5, 2026

AdsCove is an advertising-operations server for AI agents: it wraps Shopify, Meta Ads, and Google Ads data and actions into 260 guardrailed tools (147 read + 113 write), callable by any MCP-compatible AI client or any program that can make an HTTP request. Pricing is organized by capability access and active binding guardrails, not by tool-call count.

What it solves

Independent sellers shuffle data across three dashboards every day: orders in Shopify, ROAS reported separately by Meta and Google on mismatched bases, and decisions made by gut. With AdsCove, you ask your usual AI “why did we lose money today,” and it gets all three platforms in one view using real order data. Any action is confirmed with you before it touches your ad accounts.

Two ways to connect

MCP (Claude Code, Cursor, Windsurf and other agent clients):

https://adscove.com/api/mcp
Authorization: Bearer sk_live_your_key

REST (n8n, Zapier, custom scripts, and any model that supports function calling):

POST https://adscove.com/api/v1/tools/{tool_name}
Authorization: Bearer sk_live_your_key

Security model in one line

Read freely and confirm direct writes: a real direct write first returns the pending change, and the AI must get your explicit consent before execution. Separately enabled safety guardrails may auto-pause only within your configured limits. Activity provides fallback approval and the audit trail; the AI never receives platform tokens. See Security & Audit.

Next