Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.enzoemir1/adops-mcp

NPM · ADOPS-MCP-SERVER · SCANNED SEP 20

CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization.

Available components

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2876 tokens (~136/item across 21 items; 17 tools + 4 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 72% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.enzoemir1/adops-mcp server?

io.github.enzoemir1/adops-mcp runs locally as an npm package, launched with npx -y adops-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · adops-mcp-server

# add to Claude Code
claude mcp add enzoemir1-adops-mcp -- npx -y adops-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "enzoemir1-adops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adops-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "enzoemir1-adops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adops-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add enzoemir1-adops-mcp -- npx -y adops-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "enzoemir1-adops-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "adops-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add enzoemir1-adops-mcp --command npx --arg -y --arg adops-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  enzoemir1-adops-mcp:
    command: "npx"
    args: ["-y", "adops-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "enzoemir1-adops-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "adops-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add enzoemir1-adops-mcp -t stdio -c npx -a -y adops-mcp-server
// mcp.json
{
  "mcpServers": {
    "enzoemir1-adops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adops-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −2
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.83 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/adops-mcp-server@1.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~2,816 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ab_test_analyze ~160

Compare two campaigns as A/B test variants and determine statistical significance. Input: campaign_id_a, campaign_id_b, primary_metric ("ctr"|"conversion_rate"|"roas"|"cpc"|"cpa"). Runs a two-proportion z-test (or means comparison for continuous metrics), computes p-value and 95% confidence interval, identifies the winner, and returns {winner, confidence_level, p_value, lift_percent, sample_size_a, sample_size_b, significant (bool), recommendation}. Use with lift ≥5% and p<0.05 as a decision rule.

NameTypeReqDescription
campaign_id_astringyesVariant A campaign
campaign_id_bstringyesVariant B campaign
primary_metricstring

No output schema declared.

No examples provided.

ad_csv_import ~377

Import real campaign + performance data from a Google Ads or Meta Ads CSV export. After import, every AdOps tool (ads_report, budget_analyze, anomaly_detect, ab_test_analyze, competitor_benchmark, forecast_spend) operates on your real data. No API keys or OAuth required — just export from your ad dashboard and import here. HOW TO EXPORT: • Google Ads: Reports → Campaign performance → Download → Comma-separated (.csv). Include "Day" segment for daily metrics. • Meta Ads Manager: Campaigns view → Export → Campaign performance (.csv). Check "Include breakdowns: By day" for daily metrics. INPUT: Provide either csv_path (absolute path to file on disk) OR csv_content (raw CSV string). Optional connection_name groups imports; re-importing with the same name appends new data. Returns a summary with campaigns_imported, metrics_imported, warnings, and the connection id to reference in other tools.

NameTypeReqDescription
account_idstringYour platform account ID (e.g., Google customer ID "123-456-7890" or Meta "act_1234567890"). Used to identify the connection.
connection_namestringFriendly name for this data source (e.g., "ACME Google Account"). Defaults to "<Platform> Ads (CSV Import)".
csv_contentstringRaw CSV content as a string. Use for small exports pasted directly into the tool.
csv_pathstringAbsolute path to a CSV file on disk. Preferred for large exports. Example: "/Users/you/Downloads/google_ads_report.csv"
platformstringyesWhich platform the CSV is from: "google" (Google Ads Editor or web UI export) or "meta" (Meta Ads Manager → Export → Campaigns)

No output schema declared.

No examples provided.

ad_demo_seed ~100

Create a realistic cross-platform ad portfolio for trying AdOps without real data. Seeds 2 connections (Google + Meta), 8 campaigns across performance tiers, 30 days of daily metrics (240 rows), and pre-computed anomaly alerts. Use this to explore what AdOps can do, then switch to `ad_csv_import` with your real Google/Meta exports for production use. Safe to call multiple times — appends a new portfolio each call.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ads_export_recommendations ~370

Export budget_analyze recommendations as a Google Ads Editor CSV, Meta Ads Manager CSV, JSON, or Markdown — so you can take action in one bulk paste instead of editing campaigns one by one. AdOps does not call Google/Meta write APIs (that would require OAuth + developer token approval for every user); instead, this tool hands you the exact CSV rows those dashboards expect, and you paste them in. Perfect for the "pause anything with CPA over 50 and reallocate budget" workflow. Use platform=google with format=google_ads_csv (import into Google Ads Editor). Use platform=meta with format=meta_ads_csv (bulk edit in Meta Ads Manager Power Editor). Use json to pipe into n8n or your own automation. Use markdown for human review before acting. min_delta_pct filters out noise (e.g. 0.15 = only show changes >=15%).

NameTypeReqDescription
formatstringyesOutput format. google_ads_csv and meta_ads_csv produce platform-specific bulk-edit CSVs ready to paste into Google Ads Editor or Meta Ads Manager. json is for piping into automations (n8n, Zapier). m…
limitintegerMax recommendations to export. Default 50.
min_delta_pctnumberOnly include recommendations whose budget change is at least this fraction (e.g. 0.1 = 10%). Filters out minor adjustments.
optimization_goalstringGoal fed to budget_analyze.
output_pathstringAbsolute file path to write the output to. If omitted, returns the content inline in the tool response.
platformstringRestrict to a single platform. Required for google_ads_csv or meta_ads_csv to avoid mixed output.

No output schema declared.

No examples provided.

ads_report ~183

Aggregate performance metrics across Google Ads and Meta Ads into a single unified view. Input: date_range ({start, end} as YYYY-MM-DD, defaults to the last 7 days), optional platform filter, optional campaign_ids filter, optional sort_by ("spend"|"roas"|"conversions"|"ctr"|"cpc"), and limit. Returns {period, totals (spend, impressions, clicks, conversions, revenue, ROAS, CPC, CTR), by_platform, campaigns[] (sorted per sort_by), top_performers, underperformers}. This is the entry point for most analysis workflows.

NameTypeReqDescription
campaign_idsarrayFilter specific campaigns
date_rangeobjectDefaults to last 7 days
limitinteger
platformstringFilter by platform
sort_bystring

No output schema declared.

No examples provided.

anomaly_detect ~148

Scan campaigns for statistical anomalies vs. a rolling baseline. Flags CPC spikes, CTR drops, sudden spend surges, and conversion cliffs. Input: sensitivity ("low"|"medium"|"high" — controls the z-score threshold), lookback_days (baseline window, default 14), optional platform filter. Returns {anomalies_found, severity_breakdown (critical|high|medium|low counts), alerts[] (each with campaign_id, metric, baseline, current, deviation, severity, reason)}. Run daily to catch issues before they burn budget.

NameTypeReqDescription
lookback_daysinteger
platformstringFilter by platform
sensitivitystringDetection sensitivity

No output schema declared.

No examples provided.

audience_insights ~102

Demographic and behavioural breakdown of the audiences served by your ads. Input: platform (optional — omit for all platforms) and optional campaign_id to scope to a single campaign. Returns {age_distribution, gender_distribution, top_geos, top_interests, device_breakdown, total_impressions, engagement_rate}. Use when refining targeting or reporting audience coverage.

NameTypeReqDescription
campaign_idstringSpecific campaign (optional)
platformstringyesPlatform to analyze

No output schema declared.

No examples provided.

budget_analyze ~114

Analyze how the current ad budget is distributed and produce actionable reallocation recommendations. Input: optimization_goal ("maximize_roas"|"maximize_conversions"|"minimize_cpa") and optional platform filter. Returns {goal, current_allocation (by platform + campaign), recommendations[] (each with campaign_id, current_budget, suggested_budget, rationale, expected_impact), projected_lift}. Pair with budget_reallocate to execute the recommendations.

NameTypeReqDescription
optimization_goalstring
platformstringFilter by platform

No output schema declared.

No examples provided.

budget_reallocate ~134

Transfer a dollar amount from one campaign's daily budget to another. Works across platforms (e.g. shift $50/day from a Google Ads search campaign to a Meta Ads retargeting campaign). Input: from_campaign_id, to_campaign_id (UUIDs, must differ), amount (positive number in campaign currency). Rejects the call if from_campaign_id === to_campaign_id or if the source campaign would go below zero. Returns the updated budgets for both campaigns.

NameTypeReqDescription
amountnumberyesAmount to transfer
from_campaign_idstringyesSource campaign
to_campaign_idstringyesDestination campaign

No output schema declared.

No examples provided.

campaign_create ~185

Create a new ad campaign in the AdOps workspace. Accepts unified parameters (platform, name, objective, bidding_strategy, daily_budget, currency, start_date, end_date, targeting) and stores a canonical UnifiedCampaign record with status="draft". Returns the created campaign summary plus next_steps guidance. Requires an active platform connection (see platform_connect) — will auto-associate the first active connection for the chosen platform.

NameTypeReqDescription
bidding_strategystringBidding strategy
currencystringISO 4217 currency
daily_budgetnumberyesDaily budget
end_datestringISO date (optional)
namestringyesCampaign name
objectivestringyesCampaign objective
platformstringyesTarget platform
start_datestringISO date (defaults to today)
targetingobject

No output schema declared.

No examples provided.

campaign_list ~171

Unified listing of campaigns across Google Ads and Meta Ads in a single view. Optional filters: platform ("google_ads"|"meta_ads"), status ("draft"|"active"|"paused"|"ended"|"archived"), query (free-text over campaign name). Pagination via limit (default 20, max 100) and offset. Returns {total, showing, offset, campaigns[]} where each campaign summary includes id, name, platform, status, objective, daily_budget, currency, and start_date. Use the returned id with campaign_update, campaign_pause_resume, or ab_test_analyze.

NameTypeReqDescription
limitinteger
offsetinteger
platformstringFilter by platform
querystringSearch campaign names
statusstringFilter by status

No output schema declared.

No examples provided.

campaign_pause_resume ~108

Batch-change the status of up to 50 campaigns in one call. action="pause" sets status to "paused"; action="resume" sets status to "active". Missing campaign_ids are reported in the errors array but do not fail the whole batch. Returns {action, updated, failed, campaigns[], errors?}. Use this for emergency pause during an incident or weekend shutoff.

NameTypeReqDescription
actionstringyesAction to perform
campaign_idsarrayyesCampaign IDs to toggle

No output schema declared.

No examples provided.

campaign_update ~136

Patch-update an existing campaign. Pass campaign_id (UUID from campaign_list or campaign_create) plus any subset of: name, status, daily_budget, bidding_strategy, end_date. Fields you omit are left unchanged. Returns {message, updated_fields[], campaign} or an error if campaign_id is not found. Prefer campaign_pause_resume for batch status changes.

NameTypeReqDescription
bidding_strategystring
campaign_idstringyesAdOps campaign ID
daily_budgetnumber
end_datestring|null
namestring
statusstring
total_budget

No output schema declared.

No examples provided.

competitor_benchmark ~142

Compare your ad performance against industry averages for a chosen vertical. Input: industry (e.g. "ecommerce", "saas", "finance", "healthcare", "education", "travel", "real_estate", "legal"), optional platform filter. Returns {industry, your_metrics, benchmarks (CTR, CPC, CPM, conversion_rate, CPA, ROAS industry averages), comparison (percent above/below benchmark per metric), recommendations[]}. Benchmarks are curated static tables — not live market data.

NameTypeReqDescription
industrystringyesIndustry for benchmarking (e.g., "ecommerce", "saas", "finance")
platformstring

No output schema declared.

No examples provided.

creative_specs ~114

Platform-specific creative requirements for ad formats. Returns the exact image dimensions, aspect ratios, video duration and codec, headline/primary-text character limits, supported CTA buttons, and file size ceilings for each ad format. Input: platform ("google_ads"|"meta_ads") and optional format filter (e.g. "responsive_display", "video", "carousel", "single_image"). Use this before building creatives to avoid rejection at upload time.

NameTypeReqDescription
formatstring
platformstringyesPlatform to get specs for

No output schema declared.

No examples provided.

forecast_spend ~124

Project future ad spend and performance based on recent historical trends. Input: period_days ("7"|"14"|"30") and optional platform filter. Uses moving-average extrapolation of spend, impressions, clicks, conversions, and revenue across the last 14 days. Returns {period_days, platform, projected (spend, impressions, clicks, conversions, revenue, ROAS, CPC, CTR), confidence_level, warnings[]}. Confidence drops when recent data is volatile or campaigns were paused.

NameTypeReqDescription
period_daysstringForecast period
platformstring

No output schema declared.

No examples provided.

platform_connect ~148

Register a Google Ads or Meta Ads account in the AdOps workspace so subsequent tools (campaign_list, campaign_create, ads_report) can target it. Input: platform ("google_ads"|"meta_ads"), name (display label), account_id (the external ad account id). Returns the stored connection object with a generated UUID and status="active". Safe to call with the same platform+account_id — returns the existing connection instead of erroring (idempotent).

NameTypeReqDescription
account_idstringyesPlatform-specific ad account ID (Google: 10 digits, Meta: act_XXXXXXXXX)
namestringyesFriendly connection name
platformstringyesAd platform to connect

No output schema declared.

No examples provided.

Common questions

What is the io.github.enzoemir1/adops-mcp server?

io.github.enzoemir1/adops-mcp is listed in the public MCP registry as io.github.enzoemir1/adops-mcp. CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization. This page covers its npm package (adops-mcp-server).

Is the io.github.enzoemir1/adops-mcp server safe to use?

io.github.enzoemir1/adops-mcp scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.enzoemir1/adops-mcp server expose?

io.github.enzoemir1/adops-mcp exposes 17 tools: ad_demo_seed, ad_csv_import, ads_export_recommendations, platform_connect, campaign_list, and 12 more. Their descriptions and schemas cost roughly 2,816 tokens of context every time the server is loaded.

Is the io.github.enzoemir1/adops-mcp server still maintained?

io.github.enzoemir1/adops-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.enzoemir1/adops-mcp server under?

io.github.enzoemir1/adops-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.