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.

AdButler

NPM · @ADBUTLER/MCP-SERVER · 3 COMPONENTS · SCANNED SEP 21

Manage AdButler campaigns, zones, ad items, VAST, and reports from Claude, ChatGPT, and Cursor.

0 this week 83 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 & Transparency45
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 34549 tokens (~55/item across 619 items; 619 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 105 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_advertiser" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 619 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 AdButler MCP server?

AdButler runs locally as an npm package, launched with npx -y @adbutler/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 · @adbutler/mcp-server

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

  • 21 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.

  • 19 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.

  • 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 +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.

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 21 Sept 2026 · Analysed npm/@adbutler/mcp-server@2.4.2

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 · 619 exposed · ~34,549 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
get_archived_publisher ~29

Get details of a specific archived publisher

NameTypeReqDescription
idnumberyesArchived publisher ID

No output schema declared.

No examples provided.

get_archived_zone ~29

Get details of a specific archived standard zone

NameTypeReqDescription
idnumberyesArchived zone ID

No output schema declared.

No examples provided.

get_auction_placements_report ~36

Get auction placement statistics report

NameTypeReqDescription
presetstringDate preset
timezonestringTimezone

No output schema declared.

No examples provided.

get_audience ~41

Get details of a specific audience in a user database

NameTypeReqDescription
idnumberyesAudience ID
user_db_idnumberyesUser database ID

No output schema declared.

No examples provided.

get_audio_creative ~27

Get details of a specific audio creative

NameTypeReqDescription
idnumberyesCreative ID

No output schema declared.

No examples provided.

get_beacon_signing_key ~34

Get details of a specific beacon signing key by ID

NameTypeReqDescription
idnumberyesBeacon signing key ID

No output schema declared.

No examples provided.

get_bidder ~28

Get details of a specific bidder by ID

NameTypeReqDescription
idnumberyesBidder ID

No output schema declared.

No examples provided.

get_campaign ~25

Get details of a specific standard campaign

NameTypeReqDescription
idnumberyesCampaign ID

No output schema declared.

No examples provided.

get_campaign_assignment ~27

Get details of a specific campaign assignment

NameTypeReqDescription
idnumberyesCampaign assignment ID

No output schema declared.

No examples provided.

get_campaign_conversion_tag ~26

Get conversion tag for a campaign

NameTypeReqDescription
idnumberyesCampaign ID

No output schema declared.

No examples provided.

get_campaign_eligible_zones ~28

Get eligible zones for a campaign

NameTypeReqDescription
idnumberyesCampaign ID

No output schema declared.

No examples provided.

get_catalog_ad_item ~29

Get details of a specific catalog ad item

NameTypeReqDescription
idnumberyesAd item ID

No output schema declared.

No examples provided.

get_catalog_zone ~27

Get details of a specific catalog zone

NameTypeReqDescription
idnumberyesCatalog zone ID

No output schema declared.

No examples provided.

get_catalog_zone_tag ~30

Get the ad serving tag for a catalog zone

NameTypeReqDescription
idnumberyesCatalog zone ID

No output schema declared.

No examples provided.

get_channel ~24

Get details of a specific channel

NameTypeReqDescription
idnumberyesChannel ID

No output schema declared.

No examples provided.

get_channel_zone_assignment ~30

Get details of a specific channel zone assignment

NameTypeReqDescription
idnumberyesChannel zone assignment ID

No output schema declared.

No examples provided.

get_click_details_report ~89

Get click details report

NameTypeReqDescription
advertisersstringFilter by advertiser IDs (comma-separated)
campaignsstringFilter by campaign IDs (comma-separated)
presetstringDate preset
publishersstringFilter by publisher IDs (comma-separated)
timezonestringTimezone
zonesstringFilter by zone IDs (comma-separated)

No output schema declared.

No examples provided.

get_contact ~26

Get details of a specific contact by ID

NameTypeReqDescription
idnumberyesContact ID

No output schema declared.

No examples provided.

get_contact_report_schedules ~27

List report schedules for a contact

NameTypeReqDescription
idnumberyesContact ID

No output schema declared.

No examples provided.

get_contract ~24

Get details of a specific contract

NameTypeReqDescription
idnumberyesContract ID

No output schema declared.

No examples provided.

get_contract_active_signature_request ~29

Get the active signature request for a contract

NameTypeReqDescription
idnumberyesContract ID

No output schema declared.

No examples provided.

get_contract_assigned_campaigns ~28

Get campaigns assigned to a contract

NameTypeReqDescription
idnumberyesContract ID

No output schema declared.

No examples provided.

get_contract_document ~36

Get details of a specific contract document

NameTypeReqDescription
contract_idnumberyesContract ID
idnumberyesDocument ID

No output schema declared.

No examples provided.

get_contract_document_file_revision ~52

Get a specific file revision for a contract document

NameTypeReqDescription
contract_idnumberyesContract ID
document_idnumberyesDocument ID
revision_idnumberyesFile revision ID

No output schema declared.

No examples provided.

get_contract_payment ~36

Get details of a specific contract payment

NameTypeReqDescription
contract_idnumberyesContract ID
idnumberyesPayment ID

No output schema declared.

No examples provided.

get_contract_template ~27

Get details of a specific contract template

NameTypeReqDescription
idnumberyesContract template ID

No output schema declared.

No examples provided.

get_conversion_details_report ~89

Get conversion details report

NameTypeReqDescription
advertisersstringFilter by advertiser IDs (comma-separated)
campaignsstringFilter by campaign IDs (comma-separated)
presetstringDate preset
publishersstringFilter by publisher IDs (comma-separated)
timezonestringTimezone
zonesstringFilter by zone IDs (comma-separated)

No output schema declared.

No examples provided.

get_creative ~26

Get details of a specific image creative

NameTypeReqDescription
idnumberyesCreative ID

No output schema declared.

No examples provided.

get_custom_html_ad_item ~31

Get details of a specific custom HTML ad item

NameTypeReqDescription
idnumberyesAd item ID

No output schema declared.

No examples provided.

get_custom_html_ad_item_conversion_tag ~34

Get conversion tracking tag for a custom HTML ad item

NameTypeReqDescription
idnumberyesAd item ID

No output schema declared.

No examples provided.

get_custom_report ~27

Get details of a specific report configuration

NameTypeReqDescription
idnumberyesReport configuration ID

No output schema declared.

No examples provided.

get_data_key ~27

Get details of a specific data key

NameTypeReqDescription
idnumberyesData key ID

No output schema declared.

No examples provided.

get_data_key_target ~30

Get details of a specific data key target

NameTypeReqDescription
idnumberyesData key target ID

No output schema declared.

No examples provided.

get_data_list ~29

Get details of a specific data list by ID

NameTypeReqDescription
idnumberyesData list ID

No output schema declared.

No examples provided.

get_day_parting ~31

Get details of a specific day parting rule

NameTypeReqDescription
idnumberyesDay parting ID

No output schema declared.

No examples provided.

get_demand_endpoint ~30

Get details of a specific demand endpoint by ID

NameTypeReqDescription
idnumberyesDemand endpoint ID

No output schema declared.

No examples provided.

get_demand_source ~30

Get details of a specific demand source by ID

NameTypeReqDescription
idnumberyesDemand source ID

No output schema declared.

No examples provided.

get_demand_source_report ~35

Get demand source statistics report

NameTypeReqDescription
presetstringDate preset
timezonestringTimezone

No output schema declared.

No examples provided.

get_display_channel_forecast ~35

Get display channel forecast report

NameTypeReqDescription
presetstringDate preset
timezonestringTimezone

No output schema declared.

No examples provided.

get_display_forecast ~33

Get display forecast report

NameTypeReqDescription
presetstringDate preset
timezonestringTimezone

No output schema declared.

No examples provided.

get_display_platform_estimate ~35

Get display platform estimate statistics

NameTypeReqDescription
presetstringDate preset
timezonestringTimezone

No output schema declared.

No examples provided.

get_display_report ~321

Get display advertising report with impressions, clicks, and CTR

NameTypeReqDescription
advertisersstringFilter by advertiser IDs (comma-separated)
breakdownbooleanInclude breakdown data
campaignsstringFilter by campaign IDs (comma-separated)
detailsbooleanInclude detailed breakdown
exclude_campaign_ad_itemsbooleanExclude ad items in campaigns
exclude_channel_statsbooleanExclude stats from channel-served ads
exclude_publisher_ad_itemsbooleanExclude ad items directly in zones
financialsbooleanInclude financial data
periodstringyesData grouping period: day, week, month, year
presetstringDate preset: today, last-24-hours, yesterday, this-week, last-week, this-month, last-month, year-to-date, last-year, last-7-days, last-14-days, last-30-days, last-3-months, last-6-months, last-12-mon…
publishersstringFilter by publisher IDs (comma-separated)
require_channel_statsbooleanOnly include stats from channel-served ads
summarybooleanInclude summary data
timezonestringTimezone for preset (e.g. "America/New_York")
typestringyesReport type: overview, advertiser, publisher, zone, campaign, channel, geo-target, ad-item
zonesstringFilter by zone IDs (comma-separated)

No output schema declared.

No examples provided.

get_email_zone ~27

Get details of a specific email zone

NameTypeReqDescription
idnumberyesEmail zone ID

No output schema declared.

No examples provided.

get_email_zone_conversion_tag ~31

Get the conversion tracking tag for an email zone

NameTypeReqDescription
idnumberyesEmail zone ID

No output schema declared.

No examples provided.

get_email_zone_tag ~30

Get the ad serving tag for an email zone

NameTypeReqDescription
idnumberyesEmail zone ID

No output schema declared.

No examples provided.

get_event_log_upload_config ~31

Get details of a specific event log upload configuration

NameTypeReqDescription
idnumberyesUpload configuration ID

No output schema declared.

No examples provided.

get_event_log_upload_log ~32

Get details of a specific event log upload log entry

NameTypeReqDescription
idnumberyesUpload log ID

No output schema declared.

No examples provided.

get_event_logs ~57

Get event logs for account activity (changes, logins, etc.)

NameTypeReqDescription
fromstringStart date filter
log_typestringyesType of event log to retrieve
tostringEnd date filter

No output schema declared.

No examples provided.

get_geo_summary_report ~89

Get geographic summary report

NameTypeReqDescription
advertisersstringFilter by advertiser IDs (comma-separated)
campaignsstringFilter by campaign IDs (comma-separated)
presetstringDate preset
publishersstringFilter by publisher IDs (comma-separated)
timezonestringTimezone
zonesstringFilter by zone IDs (comma-separated)

No output schema declared.

No examples provided.

get_geo_target ~27

Get details of a specific geo target

NameTypeReqDescription
idnumberyesGeo target ID

No output schema declared.

No examples provided.

Common questions

What is the AdButler MCP server?

AdButler is an MCP server listed in the public MCP registry as com.adbutler/mcp-server. Manage AdButler campaigns, zones, ad items, VAST, and reports from Claude, ChatGPT, and Cursor. This page covers its npm package (@adbutler/mcp-server).

Is the AdButler MCP server safe to use?

AdButler scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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 AdButler MCP server expose?

AdButler exposes 619 tools: list_advertisers, get_advertiser, create_advertiser, update_advertiser, delete_advertiser, and 614 more. Their descriptions and schemas cost roughly 34,549 tokens of context every time the server is loaded.

Is the AdButler MCP server still maintained?

AdButler is still listed as active in the MCP registry. We last reached this channel on 21 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 AdButler MCP server under?

AdButler declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.