AdButler
NPM · @ADBUTLER/MCP-SERVER · 3 COMPONENTS · SCANNED AUG 4
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 19 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 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
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
- 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.
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.
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.
vast42_create_interactive_creative_file ~47
Create a VAST 4.2 interactive creative file
| Name | Type | Req | Description |
|---|---|---|---|
| mime_type | string | — | MIME type |
| name | string | — | Interactive creative file name |
No output schema declared.
No examples provided.
vast42_create_linear ~70
Create a VAST 4.2 linear media
| Name | Type | Req | Description |
|---|---|---|---|
| bitrate | number | — | Bitrate in kbps |
| duration | number | — | Duration in seconds |
| mime_type | string | — | MIME type (e.g. video/mp4) |
| name | string | yes | Linear media name |
No output schema declared.
No examples provided.
vast42_create_media_file ~74
Create a VAST 4.2 media file
| Name | Type | Req | Description |
|---|---|---|---|
| bitrate | number | — | Bitrate in kbps |
| height | number | — | Height in pixels |
| mime_type | string | — | MIME type |
| name | string | — | Media file name |
| width | number | — | Width in pixels |
No output schema declared.
No examples provided.
vast42_create_mezzanine ~44
Create a VAST 4.2 mezzanine
| Name | Type | Req | Description |
|---|---|---|---|
| mime_type | string | — | MIME type |
| name | string | — | Mezzanine name |
No output schema declared.
No examples provided.
vast42_create_non_linear ~64
Create a VAST 4.2 non-linear media
| Name | Type | Req | Description |
|---|---|---|---|
| height | number | — | Height in pixels |
| mime_type | string | — | MIME type |
| name | string | yes | Non-linear media name |
| width | number | — | Width in pixels |
No output schema declared.
No examples provided.
vast42_create_placement ~85
Create a VAST 4.2 placement
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | — | Whether placement is active |
| advertisement | object | yes | Advertisement object with id and type |
| channel | number | — | VAST channel ID |
| priority | number | — | Priority level |
| schedule | number | — | Schedule ID |
| zone | number | — | VAST zone ID |
No output schema declared.
No examples provided.
vast42_create_resource ~38
Create a VAST 4.2 resource
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | Resource name |
| type | string | — | Resource type |
No output schema declared.
No examples provided.
vast42_create_universal_ad_id ~56
Create a VAST 4.2 universal ad ID
| Name | Type | Req | Description |
|---|---|---|---|
| id_registry | string | — | ID registry |
| id_value | string | — | ID value |
| name | string | — | Universal ad ID name |
No output schema declared.
No examples provided.
vast42_delete_ad ~37
Delete a VAST 4.2 ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 ad item ID |
No output schema declared.
No examples provided.
vast42_delete_campaign_assignment ~38
Delete a VAST 4.2 campaign assignment
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 campaign assignment ID |
No output schema declared.
No examples provided.
vast42_delete_closed_caption_file ~41
Delete a VAST 4.2 closed caption file
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 closed caption file ID |
No output schema declared.
No examples provided.
vast42_delete_companion ~36
Delete a VAST 4.2 companion
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 companion ID |
No output schema declared.
No examples provided.
vast42_delete_creative ~36
Delete a VAST 4.2 creative
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 creative ID |
No output schema declared.
No examples provided.
vast42_delete_icon ~35
Delete a VAST 4.2 icon
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 icon ID |
No output schema declared.
No examples provided.
vast42_delete_icon_click_fallback_image ~45
Delete a VAST 4.2 icon click fallback image
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 icon click fallback image ID |
No output schema declared.
No examples provided.
vast42_delete_interactive_creative_file ~43
Delete a VAST 4.2 interactive creative file
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 interactive creative file ID |
No output schema declared.
No examples provided.
vast42_delete_linear ~37
Delete a VAST 4.2 linear media
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 linear media ID |
No output schema declared.
No examples provided.
vast42_delete_media_file ~38
Delete a VAST 4.2 media file
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 media file ID |
No output schema declared.
No examples provided.
vast42_delete_mezzanine ~39
Delete a VAST 4.2 mezzanine
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 mezzanine ID |
No output schema declared.
No examples provided.
vast42_delete_non_linear ~40
Delete a VAST 4.2 non-linear media
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 non-linear media ID |
No output schema declared.
No examples provided.
vast42_delete_placement ~36
Delete a VAST 4.2 placement
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 placement ID |
No output schema declared.
No examples provided.
vast42_delete_resource ~35
Delete a VAST 4.2 resource
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 resource ID |
No output schema declared.
No examples provided.
vast42_delete_universal_ad_id ~41
Delete a VAST 4.2 universal ad ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 universal ad ID |
No output schema declared.
No examples provided.
vast42_get_ad ~38
Get a single VAST 4.2 ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 ad item ID |
No output schema declared.
No examples provided.
vast42_get_campaign_assignment ~39
Get a single VAST 4.2 campaign assignment
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 campaign assignment ID |
No output schema declared.
No examples provided.
vast42_get_closed_caption_file ~42
Get a single VAST 4.2 closed caption file
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 closed caption file ID |
No output schema declared.
No examples provided.
vast42_get_companion ~37
Get a single VAST 4.2 companion
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 companion ID |
No output schema declared.
No examples provided.
vast42_get_creative ~37
Get a single VAST 4.2 creative
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 creative ID |
No output schema declared.
No examples provided.
vast42_get_icon ~36
Get a single VAST 4.2 icon
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 icon ID |
No output schema declared.
No examples provided.
vast42_get_icon_click_fallback_image ~46
Get a single VAST 4.2 icon click fallback image
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 icon click fallback image ID |
No output schema declared.
No examples provided.
vast42_get_interactive_creative_file ~44
Get a single VAST 4.2 interactive creative file
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 interactive creative file ID |
No output schema declared.
No examples provided.
vast42_get_linear ~38
Get a single VAST 4.2 linear media
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 linear media ID |
No output schema declared.
No examples provided.
vast42_get_media_file ~39
Get a single VAST 4.2 media file
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 media file ID |
No output schema declared.
No examples provided.
vast42_get_mezzanine ~40
Get a single VAST 4.2 mezzanine
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 mezzanine ID |
No output schema declared.
No examples provided.
vast42_get_non_linear ~41
Get a single VAST 4.2 non-linear media
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 non-linear media ID |
No output schema declared.
No examples provided.
vast42_get_placement ~37
Get a single VAST 4.2 placement
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 placement ID |
No output schema declared.
No examples provided.
vast42_get_resource ~36
Get a single VAST 4.2 resource
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 resource ID |
No output schema declared.
No examples provided.
vast42_get_universal_ad_id ~42
Get a single VAST 4.2 universal ad ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | VAST 4.2 universal ad ID |
No output schema declared.
No examples provided.
vast42_list_ads ~49
List all VAST 4.2 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.
vast42_list_campaign_assignments ~51
List all VAST 4.2 campaign 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.
vast42_list_closed_caption_files ~52
List all VAST 4.2 closed caption files
| 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.
vast42_list_companions ~50
List all VAST 4.2 companions
| 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.
vast42_list_creatives ~49
List all VAST 4.2 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.
vast42_list_icon_click_fallback_images ~55
List all VAST 4.2 icon click fallback images
| 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.
vast42_list_icons ~48
List all VAST 4.2 icons
| 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.
vast42_list_interactive_creative_files ~54
List all VAST 4.2 interactive creative files
| 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.
vast42_list_linears ~50
List all VAST 4.2 linear media
| 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.
vast42_list_media_files ~50
List all VAST 4.2 media files
| 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.
vast42_list_mezzanines ~53
List all VAST 4.2 mezzanines
| 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.
vast42_list_non_linears ~52
List all VAST 4.2 non-linear media
| 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.