AdButler
NPM · @ADBUTLER/MCP-SERVER · 3 COMPONENTS · SCANNED AUG 3
Manage AdButler campaigns, zones, ad items, VAST, and reports from Claude, ChatGPT, and Cursor.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 18 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add com-adbutler-mcp-server -- npx -y @adbutler/mcp-server
codex mcp add com-adbutler-mcp-server -- npx -y @adbutler/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-adbutler-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@adbutler/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-adbutler-mcp-server --command npx --arg -y --arg @adbutler/mcp-server
mcp_servers:
com-adbutler-mcp-server:
command: "npx"
args: ["-y", "@adbutler/mcp-server"] {
"mcpServers": {
"com-adbutler-mcp-server": {
"command": "npx",
"args": [
"-y",
"@adbutler/mcp-server"
]
}
}
} 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.
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.
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.
get_vast_zone_conversion_tag ~31
Get VAST zone conversion tracking tag
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST zone ID |
No output schema declared.
No examples provided.
get_vast_zone_tags ~29
Get VAST zone serving tags
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST zone ID |
No output schema declared.
No examples provided.
get_video_creative ~27
Get details of a specific video creative
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Creative ID |
No output schema declared.
No examples provided.
get_zone ~25
Get details of a specific standard zone
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Zone ID |
No output schema declared.
No examples provided.
get_zone_conversion_tag ~29
Get the conversion tracking tag for a standard zone
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Zone ID |
No output schema declared.
No examples provided.
get_zone_ortb_native_ad ~50
Get details of a specific ORTB native ad for a standard zone
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | ORTB native ad ID |
| zone_id | number | yes | Standard zone ID |
No output schema declared.
No examples provided.
get_zone_tag ~31
Get the ad serving tag (embed code) for a zone
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Zone ID |
No output schema declared.
No examples provided.
list_ad_items ~61
List all ad items (banners) across all types (image, custom HTML, rich media, native, catalog)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_advertisers ~48
List all advertisers in your AdButler account
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_all_campaigns ~45
List all campaigns across all types
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_all_creatives ~54
List all creatives across all types (image, rich media, video, audio)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_all_generated_reports ~46
List all generated reports across all configurations
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_all_report_schedules ~47
List all report schedules across all configurations
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_all_zones ~51
List all zones across all types (standard, email, catalog)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_archived_advertisers ~45
List all archived advertisers
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_archived_campaigns ~45
List all archived standard campaigns
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_archived_channels ~43
List all archived channels
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_archived_contracts ~44
List all archived contracts
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_archived_email_zones ~46
List all archived email zones
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_archived_publishers ~44
List all archived publishers
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_archived_zones ~45
List all archived standard zones
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_audiences ~58
List all audiences in a user database
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
| user_db_id | number | yes | User database ID |
No output schema declared.
No examples provided.
list_audio_creatives ~43
List all audio creatives
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_beacon_signing_keys ~52
List all beacon signing keys in your AdButler account
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_bidders ~47
List all bidders in your AdButler account
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_campaign_assignments ~49
List all campaign assignments (ad items assigned to campaigns)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_campaigns ~42
List all standard campaigns
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_catalog_ad_items ~44
List all catalog ad items
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_catalog_zones ~51
List all catalog zones (for product/retail ad serving)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_channel_zone_assignments ~45
List all channel zone assignments
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_channels ~40
List all channels
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_contacts ~46
List all contacts in your AdButler account
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_contract_document_file_revisions ~40
List file revisions for a contract document
| Name | Type | Req | Description |
|---|---|---|---|
| contract_id | number | yes | Contract ID |
| document_id | number | yes | Document ID |
No output schema declared.
No examples provided.
list_contract_documents ~54
List all documents for a contract
| Name | Type | Req | Description |
|---|---|---|---|
| contract_id | number | yes | Contract ID |
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_contract_payments ~55
List all payments for a contract
| Name | Type | Req | Description |
|---|---|---|---|
| contract_id | number | yes | Contract ID |
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_contract_templates ~42
List all contract templates
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_contracts ~41
List all contracts
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_creatives ~42
List all image creatives
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_custom_html_ad_items ~46
List all custom HTML ad items
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_custom_reports ~43
List all saved report configurations
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_data_key_targets ~52
List all data key targets (targeting rules using data key values)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_data_keys ~48
List all data keys (custom key-value targeting variables)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_data_lists ~48
List all data lists in your AdButler account
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_data_targets ~42
List all data targets
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_day_partings ~50
List all day parting rules (time-of-day targeting)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_demand_endpoints ~50
List all demand endpoints in your AdButler account
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_demand_sources ~49
List all demand sources in your AdButler account
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_email_zones ~43
List all email zones
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_event_log_upload_configs ~46
List all event log upload configurations
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_event_log_upload_logs ~46
List all event log upload logs
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 100, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.