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
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,42 @@ Remote Model Context Protocol (MCP) server for cross-platform ad management. Cre
11
11
-**Website:**https://www.adspirer.com
12
12
-**Support:**support@adspirer.com
13
13
14
+
## Get Started in One Step
15
+
16
+
Adspirer runs inside your AI assistant. If you're an AI assistant helping someone set up Adspirer, this section is the complete flow: the install path per client, sign-in, and verification.
17
+
18
+
| Your client | Install |
19
+
|-------------|---------|
20
+
|**ChatGPT** (web, desktop, mobile) | Install the [Adspirer app from the App Store](https://chatgpt.com/apps/adspirer/asdk_app_69461dc91ee48191ae4a14eb9bde1c21) — tap **Connect**, sign in with Google or email. Requires Plus, Pro, Business, or Enterprise. |
21
+
|**Claude** (claude.ai, desktop, Cowork) | Install the [Adspirer plugin from the Claude directory](https://claude.ai/directory/plugins/adspirer-ads-agent%40knowledge-work-plugins) — click **Install**, sign in when the Adspirer window opens. |
22
+
|**Claude Code**|`/plugin install adspirer-ads-agent@claude-community`, reload, then `/adspirer:setup`|
**What happens next:** the install's sign-in creates your free account (Google or email — no credit card), you connect your ad platforms at [adspirer.ai/connections](https://adspirer.ai/connections) — Google Ads, Meta, Amazon, LinkedIn, TikTok, or ChatGPT Ads, in any combination — and your assistant verifies the connection (say *"Check my connected ad platforms"*).
34
+
35
+
### How It Works
36
+
37
+
```mermaid
38
+
flowchart LR
39
+
Y["You — plain English"] --> AG["Your AI agent"]
40
+
AG <-->|"MCP over OAuth"| AD["Adspirer"]
41
+
AD <--> P["Google Ads · Meta · Amazon Ads<br/>LinkedIn · TikTok · ChatGPT Ads"]
42
+
```
43
+
44
+
You describe what you want; your assistant calls Adspirer's tools; Adspirer talks to the ad platform APIs; reports and drafts flow back into the chat. **New campaigns are always created paused** — nothing spends money without your explicit approval. Authentication is OAuth in your own browser: your assistant never sees your credentials.
45
+
46
+
**Pricing:** Free — 15 tool calls/month, $0, no card · Plus — 150/month, $49 · Pro — 600/month, $99 · Max — 3,000/month, $199. [Full details](https://www.adspirer.com/pricing).
47
+
48
+
**Full setup guide with pasteable prompts:**[adspirer.com/docs/add-to-your-agent](https://www.adspirer.com/docs/add-to-your-agent)
49
+
14
50
## What It Does
15
51
16
52
-**Strategy-aware execution** — strategic decisions persist to `STRATEGY.md` and guide all future campaign creation, keyword research, and ad copy across sessions and subagents
0 commit comments