Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By buldee
Metrikia MCP plugin — AI-powered ad tracking and ROI analysis for Media Buyers, Ad Agencies, and Entrepreneurs. Access campaigns, leads, attribution, and Diana AI insights directly from Claude.
npx claudepluginhub buldee/metrikia-claude-pluginDeep analysis of multi-touch attribution — customer journeys, channel contribution, and conversion path optimization
Optimize ad budget allocation across platforms and campaigns using MTA attribution data and Diana AI recommendations
Deep audit of a specific campaign — performance metrics, creative breakdown, attribution journey, and optimization recommendations
Analyze creative performance across all platforms — identify winners, losers, fatigue signals, and scaling opportunities
Analyze the CRM lead pipeline — conversion rates, source attribution, deal velocity, and lead quality assessment
Growth Analyst agent — focuses on lead pipeline, attribution, conversion optimization, and revenue correlation. Bridges marketing and sales data.
Senior Media Buyer agent — expert in ad performance analysis, budget optimization, and scaling strategies. Uses all Metrikia MCP tools for data-driven decisions.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The AI Agent Operator for Ads. Manage campaigns, analyze performance, research competitors, and generate creatives across Google Ads, Meta, LinkedIn, Reddit, Microsoft Ads, and more — all from Claude Code.
Multi-host paid advertising audit & optimization skill conforming to the Agent Skills open standard. Verified on Claude Code; experimental on Codex CLI, Cursor, Windsurf, Gemini CLI, Goose. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple & Amazon Ads with weighted scoring, parallel agents, 12 industry templates, AI creative generation, PPC math, A/B test design, PDF reports, attribution + server-side tracking deep dives, and a 41-test pytest eval harness.
Marketing analysis suite with 7 skills and 4 parallel agents — audit paid campaigns, find SEO opportunities, detect churn signals, and generate branded PDF reports. Powered by a tested analysis engine (ds_utils.py, 113 functions). Works automatically with Dataslayer MCP or manually with CSV/JSON data.
Complete paid advertising toolkit with 14 skills (orchestrator + 12 sub-skills + infographic-v2) and 6 parallel audit subagents. Covers Google Ads (74 checks), Meta/Facebook (46 checks), LinkedIn B2B (25 checks), TikTok (25 checks), YouTube video ads, and Microsoft/Bing (20 checks). Includes cross-platform audit orchestration, budget allocation with 70/20/10 rule, creative audit with brand context collection and ad creative generation via infographic-v2, landing page optimization, strategic planning with 15 industry templates, and competitive intelligence via Ad Libraries.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
The official Google Ads + Meta Ads + SEO + GEO plugin from NotFair. SEO analysis, Google Ads management, Meta (Facebook + Instagram) Ads management, keyword research, content optimization, schema markup tools, broken link checker, single-page deep audit, and Generative Engine Optimization (GEO) for AI search engines — powered by Google Search Console, Google Ads, and Meta Marketing APIs.
Senior craftsman methodology for AI-assisted development. DDD, Clean Architecture, TDD, and systematic workflows that transform Claude into a disciplined software engineer.
Professional DA generation pipeline for Claude Code — brand identity, 3D logos, interactive HTML brandbook, branded visuals, social carousels, and full brandbook export.
Optimize your GitHub profile README with AI-powered analysis and generation
AI-powered ad tracking and ROI analysis directly in Claude Code. Connect your AI assistant to Metrikia's MCP server and access campaigns, leads, attribution, and Diana AI insights.
Metrikia is a SaaS platform that correlates ad investments (Meta, Google, TikTok) with CRM sales data to calculate real ROI. It provides multi-touch attribution (9 models including Shapley and Markov), lead pipeline tracking, creative performance analysis, and Diana AI for strategic recommendations. Built for Media Buyers, Creative Strategists, Performance Managers, and Ad Agencies.
# Step 1: Set your API key
export METRIKIA_API_KEY="mk_live_your_key_here"
Generate an API key in Metrikia Settings -> API Keys with mcp:read scope. Add it to your shell profile (~/.zshrc / ~/.bashrc).
Then in Claude Code:
# Step 2: Add the marketplace
/plugin marketplace add BULDEE/metrikia-claude-plugin
# Step 3: Install the plugin
/plugin install metrikia@BULDEE-metrikia-claude-plugin
# Step 4: Restart Claude Code
exit
claude
# If you cloned the repo locally
git clone https://github.com/BULDEE/metrikia-claude-plugin.git
/plugin marketplace add /path/to/metrikia-claude-plugin
/plugin install metrikia@metrikia-plugin
# Open plugin manager
/plugin
# Go to "Installed" tab to see metrikia plugin
# Go to "Errors" tab if skills don't appear
The plugin runs an automatic health check at startup. If you see "Metrikia Plugin Active", everything is connected.
When published to the official Claude Code marketplace:
claude plugin install metrikia
At every session start, the plugin automatically verifies:
METRIKIA_API_KEY is setmcp.metrikia.io is reachable and the key is validIf something is wrong, you get a clear error message with instructions to fix it — no silent failures.
| Skill | Description |
|---|---|
/metrikia:weekly-report | Generate a weekly ad performance report with MER, ROAS, anomalies, and Diana recommendations |
/metrikia:campaign-audit | Deep audit of a specific campaign with creative breakdown and attribution insights |
/metrikia:lead-pipeline | Analyze CRM pipeline health, conversion rates, and source attribution |
/metrikia:budget-optimizer | Optimize budget allocation using MTA attribution data |
/metrikia:creative-analysis | Identify winning/losing creatives, fatigue signals, and scaling opportunities |
/metrikia:attribution-deep-dive | Multi-touch attribution analysis with journey mapping and channel valuation |
| Agent | Description |
|---|---|
media-buyer | Senior Media Buyer for campaign optimization, budget allocation, and scaling strategies |
growth-analyst | Growth Analyst for funnel analysis, attribution modeling, and revenue correlation |
Campaigns: list_campaigns, get_campaign_performance, get_creative_report, compare_performance
Leads/CRM: list_leads, get_lead, list_deals
Attribution: get_attribution_journey, get_budget_advice
Metrics: get_metrics, get_anomalies, get_sync_status
Diana AI: ask_diana
Write: create_lead, transition_lead, create_deal, trigger_sync
"How are my campaigns performing this week?"
Claude uses get_metrics and compare_performance to fetch your real data and returns a summary with week-over-week trends. No dashboard navigation needed.
"Which ad platforms bring leads that actually close as deals?"
Claude calls list_leads, list_deals, and get_attribution_journey to correlate CRM data with ad sources — something that normally requires exporting CSVs from multiple tools and joining them manually.
/metrikia:weekly-report
Generates a structured report in one shot:
What Claude Code alone can't do: Access your live campaign data, calculate real MER across platforms, or detect anomalies based on your historical performance.
/metrikia:creative-analysis