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

AdButler

NPM · @ADBUTLER/MCP-SERVER · 3 COMPONENTS · SCANNED AUG 4

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

+18 this week 71 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
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 (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 Management30
  • Stability observed for 9 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @adbutler/mcp-server

# add to Claude Code
claude mcp add com-adbutler-mcp-server -- npx -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"]
// 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.

  • 3 Aug 26 +1

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

  • 2 Aug 26 +49
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → good functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 53

    First indexed and scored.

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 4 Aug 2026 · Analysed npm/@adbutler/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

Tool Tokens
vast42_list_placements ~49

List all VAST 4.2 placements

NameTypeReqDescription
limitnumberMax results to return (default 100, max 100)
offsetnumberPagination offset

No output schema declared.

No examples provided.

vast42_list_resources ~48

List all VAST 4.2 resources

NameTypeReqDescription
limitnumberMax results to return (default 100, max 100)
offsetnumberPagination offset

No output schema declared.

No examples provided.

vast42_list_universal_ad_ids ~53

List all VAST 4.2 universal ad IDs

NameTypeReqDescription
limitnumberMax results to return (default 100, max 100)
offsetnumberPagination offset

No output schema declared.

No examples provided.

vast42_update_ad ~73

Update a VAST 4.2 ad item

NameTypeReqDescription
activebooleanWhether ad item is active
idnumberyesVAST 4.2 ad item ID
locationstringVAST tag URL or media location
namestringAd item name

No output schema declared.

No examples provided.

vast42_update_campaign_assignment ~73

Update a VAST 4.2 campaign assignment

NameTypeReqDescription
activebooleanWhether assignment is active
ad_itemnumberVAST ad item ID
campaignnumberVAST campaign ID
idnumberyesVAST 4.2 campaign assignment ID

No output schema declared.

No examples provided.

vast42_update_closed_caption_file ~61

Update a VAST 4.2 closed caption file

NameTypeReqDescription
idnumberyesVAST 4.2 closed caption file ID
languagestringLanguage code
namestringClosed caption file name

No output schema declared.

No examples provided.

vast42_update_companion ~67

Update a VAST 4.2 companion

NameTypeReqDescription
heightnumberCompanion height in pixels
idnumberyesVAST 4.2 companion ID
namestringCompanion name
widthnumberCompanion width in pixels

No output schema declared.

No examples provided.

vast42_update_creative ~54

Update a VAST 4.2 creative

NameTypeReqDescription
descriptionstringCreative description
idnumberyesVAST 4.2 creative ID
namestringCreative name

No output schema declared.

No examples provided.

vast42_update_icon ~66

Update a VAST 4.2 icon

NameTypeReqDescription
heightnumberIcon height in pixels
idnumberyesVAST 4.2 icon ID
namestringIcon name
widthnumberIcon width in pixels

No output schema declared.

No examples provided.

vast42_update_icon_click_fallback_image ~77

Update a VAST 4.2 icon click fallback image

NameTypeReqDescription
heightnumberHeight in pixels
idnumberyesVAST 4.2 icon click fallback image ID
namestringIcon click fallback image name
widthnumberWidth in pixels

No output schema declared.

No examples provided.

vast42_update_interactive_creative_file ~64

Update a VAST 4.2 interactive creative file

NameTypeReqDescription
idnumberyesVAST 4.2 interactive creative file ID
mime_typestringMIME type
namestringInteractive creative file name

No output schema declared.

No examples provided.

vast42_update_linear ~86

Update a VAST 4.2 linear media

NameTypeReqDescription
bitratenumberBitrate in kbps
durationnumberDuration in seconds
idnumberyesVAST 4.2 linear media ID
mime_typestringMIME type (e.g. video/mp4)
namestringLinear media name

No output schema declared.

No examples provided.

vast42_update_media_file ~90

Update a VAST 4.2 media file

NameTypeReqDescription
bitratenumberBitrate in kbps
heightnumberHeight in pixels
idnumberyesVAST 4.2 media file ID
mime_typestringMIME type
namestringMedia file name
widthnumberWidth in pixels

No output schema declared.

No examples provided.

vast42_update_mezzanine ~60

Update a VAST 4.2 mezzanine

NameTypeReqDescription
idnumberyesVAST 4.2 mezzanine ID
mime_typestringMIME type
namestringMezzanine name

No output schema declared.

No examples provided.

vast42_update_non_linear ~81

Update a VAST 4.2 non-linear media

NameTypeReqDescription
heightnumberHeight in pixels
idnumberyesVAST 4.2 non-linear media ID
mime_typestringMIME type
namestringNon-linear media name
widthnumberWidth in pixels

No output schema declared.

No examples provided.

vast42_update_placement ~100

Update a VAST 4.2 placement

NameTypeReqDescription
activebooleanWhether placement is active
advertisementobjectAdvertisement object with id and type
channelnumberVAST channel ID
idnumberyesVAST 4.2 placement ID
prioritynumberPriority level
schedulenumberSchedule ID
zonenumberVAST zone ID

No output schema declared.

No examples provided.

vast42_update_resource ~53

Update a VAST 4.2 resource

NameTypeReqDescription
idnumberyesVAST 4.2 resource ID
namestringResource name
typestringResource type

No output schema declared.

No examples provided.

vast42_update_universal_ad_id ~72

Update a VAST 4.2 universal ad ID

NameTypeReqDescription
idnumberyesVAST 4.2 universal ad ID
id_registrystringID registry
id_valuestringID value
namestringUniversal ad ID name

No output schema declared.

No examples provided.

verify_trial_email ~80

Verify a trial account email with the verification code sent to the user. Call this after create_trial_account. The user must provide the code from their email. On success, the API key is automatically configured.

NameTypeReqDescription
emailstringyesThe email address used to create the trial account
verification_codestringyesThe verification code from the email

No output schema declared.

No examples provided.