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 3

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 Management27
  • Stability observed for 8 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
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → good functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Maintenance: 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 3 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
create_media_group ~25

Create a new media group

NameTypeReqDescription
namestringyesMedia group name

No output schema declared.

No examples provided.

create_native_ad_item ~142

Create a new native ad item using a native template

NameTypeReqDescription
heightnumberAd height in pixels
locationstringClick-through URL
metadataobjectCustom metadata key-value pairs
namestringyesAd item name
templatenumberyesNative template ID
tracking_pixelstringThird-party tracking pixel URL
tracking_pixelsarrayArray of tracking pixel URLs
trusted_redirect_domainsarrayTrusted redirect domains
variablesobjectyesTemplate variables as key-value pairs (keys should be integer strings)
widthnumberAd width in pixels

No output schema declared.

No examples provided.

create_native_template ~63

Create a new native ad template with HTML and variable placeholders

NameTypeReqDescription
namestringyesTemplate name
raw_htmlstringyesHTML template content with variable placeholders (e.g. "[%title%]")
variablesarrayyesArray of template variables

No output schema declared.

No examples provided.

create_ortb_native_data_asset ~57

Create a new data asset for an ORTB native template

NameTypeReqDescription
lennumberMax length
template_idnumberyesORTB native template ID
typenumberData asset type

No output schema declared.

No examples provided.

create_ortb_native_image_asset ~84

Create a new image asset for an ORTB native template

NameTypeReqDescription
hnumberHeight
hminnumberMin height
template_idnumberyesORTB native template ID
typenumberImage asset type
wnumberWidth
wminnumberMin width

No output schema declared.

No examples provided.

create_ortb_native_template ~58

Create a new OpenRTB native template

NameTypeReqDescription
html_templatestringHTML template for rendering the native ad (e.g. "<div>{{title}}</div>")
namestringORTB native template name

No output schema declared.

No examples provided.

create_ortb_native_title_asset ~49

Create a new title asset for an ORTB native template

NameTypeReqDescription
lennumberMax length of title
template_idnumberyesORTB native template ID

No output schema declared.

No examples provided.

create_placement ~283

Create a new placement (assign an ad item or campaign to a zone or channel)

NameTypeReqDescription
activebooleanWhether placement is active (defaults to true)
advertisementobjectyesAdvertisement object with id and type
channelnumberChannel ID (required if zone not set; mutually exclusive with zone)
contextual_segmentsarrayArray of contextual segment IDs
costobjectPricing model: fixed_cost OR cpm/cpc/cpa
data_key_target_idnumberData Key Target ID (Enterprise only)
geo_targetnumberGeotarget ID
keywordsstringComma-separated keywords for targeting
keywords_match_methodstringKeyword matching method
list_targetnumberList Target ID
payoutobjectPublisher payout configuration
platform_targetnumberPlatform target ID
prioritystringServing priority level (defaults to "standard")
schedulenumberyesSchedule ID
serve_methodstringServing system: weight-based or auction-based
share_of_voicenumberShare of voice percentage (required when zone uses share_of_voice)
weightnumberRelative delivery weight
zoneobjectZone object (required if channel not set; mutually exclusive with channel)

No output schema declared.

No examples provided.

create_platform_target ~72

Create a new platform target for device/OS/browser targeting

NameTypeReqDescription
device_targetsarrayList of device patterns to target (e.g. "Apple*", "Samsung Galaxy S5")
namestringyesPlatform target name
platformstringPreset platform target (default: any)

No output schema declared.

No examples provided.

create_pmp_deal ~88

Create a new PMP deal

NameTypeReqDescription
audience_targetnumberAudience target ID (null = no targeting)
bid_floornumberBid floor for this deal
geo_targetnumberGeo target ID (0 = no targeting)
namestringPMP deal name
whitelist_seatsarraySeat IDs with access to this deal

No output schema declared.

No examples provided.

create_postal_code_target ~60

Create a new postal code target

NameTypeReqDescription
inclusivebooleanIf true, inclusion target; if false, exclusion target
labelstringyesPostal code target name
locationsarrayyesArray of locations grouped by country

No output schema declared.

No examples provided.

create_product_catalog ~37

Create a new product catalog for a publisher

NameTypeReqDescription
namestringCatalog name
publisher_idnumberyesPublisher ID

No output schema declared.

No examples provided.

create_product_catalog_item ~108

Create a new item in a product catalog

NameTypeReqDescription
catalog_idnumberyesCatalog ID
categorystringItem category
descriptionstringItem description
identifierstringUnique identifier for the catalog item
image_urlstringItem image URL
namestringItem name
pricestringItem price
publisher_idnumberyesPublisher ID
urlstringItem URL

No output schema declared.

No examples provided.

create_product_source ~55

Create a new product source for a publisher

NameTypeReqDescription
namestringSource name
publisher_idnumberyesPublisher ID
typestringSource type
urlstringSource URL

No output schema declared.

No examples provided.

create_product_source_target ~52

Create a new product source target for a publisher

NameTypeReqDescription
namestringSource target name
publisher_idnumberyesPublisher ID
source_idnumberSource ID to target

No output schema declared.

No examples provided.

create_publisher ~169

Create a new publisher

NameTypeReqDescription
can_admin_accountbooleanGrant administrator privileges
can_approve_adsbooleanAllow publisher to approve/deny ad items
can_change_passwordbooleanWhether publisher can change password
can_view_wordpress_keybooleanAllow publisher to view WordPress key
default_payoutobjectDefault payout configuration
domainstringPublisher domain (top-level domains only)
emailstringContact email (allows publisher to log in)
metadataobjectCustom metadata key-value pairs
namestringyesPublisher name
seller_typestringSeller type for ads.txt
timezonestringTimezone (e.g., "America/New_York")

No output schema declared.

No examples provided.

create_report_schedule ~47

Create a new report schedule

NameTypeReqDescription
frequencystringSchedule frequency
recipientsarrayArray of recipient objects
report_config_idnumberyesReport configuration ID

No output schema declared.

No examples provided.

create_rich_media_ad_item ~163

Create a new rich media ad item

NameTypeReqDescription
creativenumberyesRich media creative ID
expand_horizontal_directionstringHorizontal expand direction
expand_vertical_directionstringVertical expand direction
heightnumberAd height in pixels
html_content_belowstringHTML content below the ad item
locationstringClick-through URL
metadataobjectCustom metadata key-value pairs
namestringyesAd item name
tracking_pixelstringThird-party tracking pixel URL
tracking_pixelsarrayArray of tracking pixel URLs
trusted_redirect_domainsarrayTrusted redirect domains
widthnumberAd width in pixels

No output schema declared.

No examples provided.

create_rich_media_creative ~80

Create a new rich media creative. The API uses multipart file upload (ZIP for HTML5).

NameTypeReqDescription
descriptionstringCreative description
groupnumberyesMedia group ID
index_file_pathstringPath to index HTML file inside ZIP archive (for HTML5)
namestringCreative name

No output schema declared.

No examples provided.

create_role ~286

Create a new role with permission settings

NameTypeReqDescription
can_assign_campaigns_directlybooleanCan assign campaigns directly
can_manage_admin_api_accessbooleanCan manage API keys
can_manage_biddersbooleanCan manage bidders
can_manage_billingbooleanCan manage billing
can_manage_contractsbooleanCan manage contracts
can_manage_data_keysbooleanCan manage data keys
can_manage_linksbooleanCan manage tracking links
can_manage_mediabooleanCan manage creatives and media groups
can_manage_native_ad_templatesbooleanCan manage native templates
can_manage_product_dbbooleanCan manage product catalogs
can_manage_programmaticbooleanCan manage programmatic
can_manage_self_servebooleanCan manage Self-Serve
can_manage_targetsbooleanCan manage targets
can_manage_ticketsbooleanCan manage tickets
can_manage_usersbooleanCan manage users
is_default_rolebooleanAuto-assign this role to new users
namestringyesRole name
publisher_accessstringPublisher access level
publisher_access_listarrayPublisher IDs for specific access
statistics_accessstringStatistics access level

No output schema declared.

No examples provided.

create_schedule ~324

Create a new schedule for time-based ad delivery. Schedules are automatically linked to ad items via placements.

NameTypeReqDescription
day_cap_limitnumberDaily cap limit (number of views or clicks per day)
day_cap_typestringDaily cap type
day_parting_idnumberDay parting ID for time-of-day targeting
delivery_methodstringDelivery pacing: "default" (ASAP) or "smooth" (evenly distributed)
end_atstringEnd date/time in ISO-8601 format, null for indefinite
end_at_timezonestringIANA timezone for end_at
end_datestringEnd date (YYYY-MM-DD HH:MM:SS), null for indefinite — deprecated, use end_at
per_user_view_limitnumberPer-user view frequency cap
per_user_view_periodnumberDays before per-user view counter resets
quota_lifetimenumberTotal quota amount (views or clicks, not per thousand)
quota_typestringQuota measurement type
start_atstringStart date/time in ISO-8601 format
start_at_timezonestringIANA timezone for start_at (e.g. "America/New_York")
start_datestringStart date (YYYY-MM-DD HH:MM:SS) — deprecated, use start_at
under_delivery_behaviourstringWhether to keep serving until quota met or stop on end date

No output schema declared.

No examples provided.

create_sftp_connection ~75

Create a new SFTP connection

NameTypeReqDescription
hoststringSFTP host
namestringConnection name
passwordstringSFTP password
pathstringRemote path
portnumberSFTP port
usernamestringSFTP username

No output schema declared.

No examples provided.

create_signature_request ~28

Create a new signature request for a contract

NameTypeReqDescription
contract_idnumberyesContract ID

No output schema declared.

No examples provided.

create_trial_account ~118

Create a free AdButler trial account. Use this when the user does NOT have an AdButler account yet. Collects their info and creates the account. After calling this, the user must check their email for a verification code, then call verify_trial_email to complete setup.

NameTypeReqDescription
companystringyesCompany or organization name
emailstringyesUser email address
namestringyesFull name
phonestringPhone number (optional)
websitestringWebsite URL (optional)

No output schema declared.

No examples provided.

create_trusted_redirect_domain ~34

Create a new trusted redirect domain

NameTypeReqDescription
domainstringyesTrusted redirect domain (e.g. example.com)

No output schema declared.

No examples provided.

create_user ~49

Create a new user in a user database

NameTypeReqDescription
attributesobjectUser attribute values
user_db_idnumberyesUser database ID
user_idstringUser ID

No output schema declared.

No examples provided.

create_user_attribute ~76

Create a new user attribute in a user database

NameTypeReqDescription
idstringField name in the user data (e.g. "signup_datetime")
labelstringDescriptive label for the field
typestringData type of the field
user_db_idnumberyesUser database ID

No output schema declared.

No examples provided.

create_user_db ~44

Create a new user database

NameTypeReqDescription
id_field_namestringName of the field to use as primary user identifier
namestringUser database name

No output schema declared.

No examples provided.

create_vast_custom_report ~28

Create a new VAST report configuration

NameTypeReqDescription
namestringyesReport name

No output schema declared.

No examples provided.

create_video_creative ~51

Create a new video creative. The API uses multipart file upload.

NameTypeReqDescription
descriptionstringCreative description
groupnumberyesMedia group ID
namestringCreative name

No output schema declared.

No examples provided.

create_zone ~455

Create a new standard zone. Set dimensions to "dynamic" for a dynamic zone (width/height must be 0), or "fixed" (default) for a fixed-size zone.

NameTypeReqDescription
ad_size_filterobjectAd size filter (dynamic zones only)
allow_demand_sourcesbooleanAllow requests to demand endpoints
allowed_root_native_templatesarrayAllowed root native template IDs
api_frameworksarraySupported API frameworks for OpenRTB
auction_tie_breakstringTie-breaking method for auctions
bid_floornumberDefault bid floor for programmatic
burn_in_hoursnumberHours before eCPM confidence
burn_in_impressionsnumberImpressions before eCPM confidence
dimensionsstringZone dimensions type: "fixed" (default) or "dynamic"
ecpm_testing_allowancenumberPercentage for eCPM recalculation testing
heightnumberZone height in pixels (must be 0 if dimensions is "dynamic")
iab_categoriesarrayIAB category descriptors
metadataobjectCustom metadata key-value pairs
min_payoutnumberMinimum payout per impression (CPM)
namestringyesZone name
optimization_strategystringZone optimization strategy
pmp_dealsarrayAllowed PMP Deal IDs
private_auctionbooleanWhether auction ignores non-deal bids
publishernumberPublisher ID
refresh_frequencynumberInterval in seconds for serving new ads
refresh_limitnumberTotal times zone will refresh
responsivestringSize behavior
rtb_placement_idstringOpenRTB tagid identifier
serve_priority_orderstringPriority order: "weight" or "auction"
unique_deliverybooleanServe unique ads on each zone
use_share_of_voicebooleanUse "share of voice" as serving strategy
widthnumberZone width in pixels (must be 0 if dimensions is "dynamic")

No output schema declared.

No examples provided.

create_zone_ortb_native_ad ~61

Create a new ORTB native ad for a standard zone

NameTypeReqDescription
namestringORTB native ad name
template_idnumberORTB native template ID
zone_idnumberyesStandard zone ID

No output schema declared.

No examples provided.

delete_advertiser ~24

Delete an advertiser

NameTypeReqDescription
idnumberyesAdvertiser ID

No output schema declared.

No examples provided.

delete_archived_campaign ~28

Permanently delete an archived standard campaign

NameTypeReqDescription
idnumberyesArchived campaign ID

No output schema declared.

No examples provided.

delete_archived_channel ~27

Permanently delete an archived channel

NameTypeReqDescription
idnumberyesArchived channel ID

No output schema declared.

No examples provided.

delete_archived_contract ~27

Permanently delete an archived contract

NameTypeReqDescription
idnumberyesArchived contract ID

No output schema declared.

No examples provided.

delete_audience ~38

Delete an audience from a user database

NameTypeReqDescription
idnumberyesAudience ID
user_db_idnumberyesUser database ID

No output schema declared.

No examples provided.

delete_audio_creative ~24

Delete an audio creative

NameTypeReqDescription
idnumberyesCreative ID

No output schema declared.

No examples provided.

delete_beacon_signing_key ~29

Delete a beacon signing key

NameTypeReqDescription
idnumberyesBeacon signing key ID

No output schema declared.

No examples provided.

delete_bidder ~23

Delete a bidder

NameTypeReqDescription
idnumberyesBidder ID

No output schema declared.

No examples provided.

delete_campaign ~22

Delete a standard campaign

NameTypeReqDescription
idnumberyesCampaign ID

No output schema declared.

No examples provided.

delete_campaign_assignment ~24

Delete a campaign assignment

NameTypeReqDescription
idnumberyesCampaign assignment ID

No output schema declared.

No examples provided.

delete_catalog_ad_item ~26

Delete a catalog ad item

NameTypeReqDescription
idnumberyesAd item ID

No output schema declared.

No examples provided.

delete_catalog_zone ~24

Delete a catalog zone

NameTypeReqDescription
idnumberyesCatalog zone ID

No output schema declared.

No examples provided.

delete_channel ~21

Delete a channel

NameTypeReqDescription
idnumberyesChannel ID

No output schema declared.

No examples provided.

delete_channel_zone_assignment ~28

Remove a zone from a channel

NameTypeReqDescription
idnumberyesChannel zone assignment ID

No output schema declared.

No examples provided.

delete_contact ~21

Delete a contact

NameTypeReqDescription
idnumberyesContact ID

No output schema declared.

No examples provided.

delete_contract ~21

Delete a contract

NameTypeReqDescription
idnumberyesContract ID

No output schema declared.

No examples provided.

delete_contract_document ~33

Delete a contract document

NameTypeReqDescription
contract_idnumberyesContract ID
idnumberyesDocument ID

No output schema declared.

No examples provided.

delete_contract_payment ~33

Delete a contract payment

NameTypeReqDescription
contract_idnumberyesContract ID
idnumberyesPayment ID

No output schema declared.

No examples provided.