@akson/cortex-mcp-orchestrator
v2.0.0
Published
MCP orchestrator for all MyArmy analytics platforms (GTM, Google Ads, PostHog, GSC)
Maintainers
Readme
@akson/cortex-mcp-orchestrator
MCP orchestrator for all MyArmy analytics platforms (GTM, Google Ads, PostHog, GSC)
Installation
npm install @akson/cortex-mcp-orchestratorUsage
# Start the MCP orchestrator server
npx @akson/cortex-mcp-orchestrator start
# Available MCP endpoints:
# - GTM operations (workspace management, tag deployment)
# - Google Ads (campaign analysis, keyword research)
# - PostHog (event tracking, funnel analysis)
# - GSC (ranking analysis, traffic insights)Configuration
{
"servers": {
"gtm": "@akson/cortex-api-gtm/mcp",
"google-ads": "@akson/cortex-api-google-ads/mcp",
"posthog": "@akson/cortex-api-posthog/mcp",
"gsc": "@akson/cortex-api-gsc/mcp"
},
"environment": {
"GTM_CONTAINER_ID": "GTM-T8WRBMWV",
"GOOGLE_ADS_CUSTOMER_ID": "659644670",
"POSTHOG_API_KEY": "phc_...",
"GSC_SITE_URL": "https://myarmy.ch"
}
}MCP Tools
gtm_workspace_status- Get GTM workspace stategoogle_ads_keywords- Analyze keyword performanceposthog_funnel- Track conversion funnelsgsc_rankings- Monitor search rankings
Platform Integration
The orchestrator provides unified access to:
- Google Tag Manager workspace management
- Google Ads campaign optimization
- PostHog analytics and event tracking
- Google Search Console performance data
License
MIT © MyArmy
