Skip to content

Commit 0835fae

Browse files
Add Supermetrics as a marketing analytics connector to the marketing plugin (#123)
1 parent 307533e commit 0835fae

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

marketing/.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"type": "http",
3737
"url": "https://mcp.klaviyo.com/mcp"
3838
},
39+
"supermetrics": {
40+
"type": "http",
41+
"url": "https://mcp.supermetrics.com/mcp"
42+
},
3943
"google-calendar": {
4044
"type": "http",
4145
"url": "https://gcal.mcp.claude.com/mcp"

marketing/CONNECTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Plugins are **tool-agnostic** — they describe workflows in terms of categories
1717
| Knowledge base | `~~knowledge base` | Notion | Confluence, Guru |
1818
| SEO | `~~SEO` | Ahrefs, Similarweb | Semrush, Moz |
1919
| Email marketing | `~~email marketing` | Klaviyo | Mailchimp, Brevo, Customer.io |
20+
| Marketing analytics | `~~marketing analytics` | Supermetrics | Google Analytics, Mailchimp, Semrush |

marketing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ This plugin works with the following MCP servers:
8686
- **Ahrefs** — SEO keyword research, backlink analysis, and site audits
8787
- **Similarweb** — Competitive traffic analysis and market benchmarking
8888
- **Klaviyo** — Draft and review email marketing sequences and campaigns
89+
- **Supermetrics** — Pull marketing data from multiple platforms for analytics and reporting

marketing/skills/performance-report/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ User runs `/performance-report` or asks for a marketing report, performance anal
2626
2. **Time period** — the reporting window (last week, last month, last quarter, custom date range)
2727

2828
3. **Data source**:
29+
- If ~~marketing analytics is connected, discover what accounts and platforms are available, then pull performance data automatically
2930
- If ~~product analytics is connected: pull performance data automatically
3031
- If not connected: ask the user to provide metrics. Prompt with: "Please paste or share your performance data. I can work with spreadsheets, CSV data, dashboard screenshots described in text, or just the key numbers."
3132

0 commit comments

Comments
 (0)