docs / integrations
Integrations
Compounding Marketing integrates with research MCPs, task trackers, and analytics tools.
MCP Research Integrations
MCP (Model Context Protocol) servers extend your AI assistant with specialized research tools. The two most valuable for marketing work are Perplexity and Exa.
| MCP | Best For | Key Tools |
|---|---|---|
| Perplexity | Research, Q&A, analysis | perplexity_ask, perplexity_research |
| Exa | Company research, neural search | company_research, web_search_exa |
Setting Up Perplexity
Get your API key from perplexity.ai/settings/api.
.cm-config.json
{
"mcp": {
"perplexity": {
"enabled": true,
"apiKey": "pplx-xxxxxxxxxxxx"
}
}
}Or use the setup wizard:
bash
npx compounding-marketingSetting Up Exa
Get your API key from dashboard.exa.ai. Free tier available.
.cm-config.json
{
"mcp": {
"exa": {
"enabled": true,
"apiKey": "exa-xxxxxxxxxxxx"
}
}
}Task Tracking
Skills can push deliverables to your project management tool. Supported integrations:
- Linear — Native team + issue creation
- Trello — Card creation via API
- Asana — Task creation
- ClickUp — Task creation
- Notion — Page creation
.cm-config.json
{
"integrations": {
"taskTracking": {
"provider": "linear",
"apiKey": "lin_api_xxxxxxxxxxxx",
"teamId": "your-team-id"
}
}
}Analytics
The measurement and CRO skills work best when connected to your analytics stack:
- GA4 — Site analytics, conversion tracking
- Search Console — SEO performance
- Mixpanel / Amplitude — Product analytics
- Meta Ads Manager — Paid social
- Google Ads — Paid search