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.
draft_create_placement ~50
Create a new draft placement
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_draft_id | number | yes | Draft campaign ID this placement belongs to |
| draft | object | yes | Object containing placement fields (zone, advertisement, etc.) |
No output schema declared.
No examples provided.
draft_create_rich_media_ad_item ~57
Create a new draft rich media ad item
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_draft_id | number | yes | Draft campaign ID this ad item belongs to |
| draft | object | yes | Object containing rich media ad item fields (name required) |
No output schema declared.
No examples provided.
draft_create_schedule ~43
Create a new draft schedule
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_draft_id | number | yes | Draft campaign ID this schedule belongs to |
| draft | object | yes | Object containing schedule fields |
No output schema declared.
No examples provided.
draft_delete_campaign ~25
Delete a draft standard campaign
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft campaign ID |
No output schema declared.
No examples provided.
draft_delete_campaign_assignment ~27
Delete a draft campaign assignment
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft campaign assignment ID |
No output schema declared.
No examples provided.
draft_delete_catalog_ad_item ~29
Delete a draft catalog ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_delete_custom_html_ad_item ~31
Delete a draft custom HTML ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_delete_image_ad_item ~29
Delete a draft image ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_delete_native_ad_item ~29
Delete a draft native ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_delete_placement ~25
Delete a draft placement
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft placement ID |
No output schema declared.
No examples provided.
draft_delete_rich_media_ad_item ~32
Delete a draft rich media ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_delete_schedule ~24
Delete a draft schedule
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft schedule ID |
No output schema declared.
No examples provided.
draft_get_ad_item ~32
Get a draft ad item of any type by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_get_campaign ~28
Get details of a specific draft standard campaign
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft campaign ID |
No output schema declared.
No examples provided.
draft_get_campaign_assignment ~30
Get details of a specific draft campaign assignment
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft campaign assignment ID |
No output schema declared.
No examples provided.
draft_get_catalog_ad_item ~32
Get details of a specific draft catalog ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_get_custom_html_ad_item ~34
Get details of a specific draft custom HTML ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_get_image_ad_item ~32
Get details of a specific draft image ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_get_native_ad_item ~32
Get details of a specific draft native ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_get_placement ~28
Get details of a specific draft placement
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft placement ID |
No output schema declared.
No examples provided.
draft_get_rich_media_ad_item ~35
Get details of a specific draft rich media ad item
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_get_schedule ~27
Get details of a specific draft schedule
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft schedule ID |
No output schema declared.
No examples provided.
draft_list_ad_items ~47
List all draft ad items 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.
draft_list_campaign_assignments ~45
List all draft 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.
draft_list_campaigns ~44
List all draft 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.
draft_list_catalog_ad_items ~46
List all draft 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.
draft_list_custom_html_ad_items ~48
List all draft 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.
draft_list_image_ad_items ~46
List all draft image 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.
draft_list_native_ad_items ~46
List all draft native 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.
draft_list_placements ~43
List all draft placements
| 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.
draft_list_rich_media_ad_items ~49
List all draft rich media 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.
draft_list_schedules ~43
List all draft schedules
| 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.
draft_save_campaign ~33
Save/publish a draft campaign (converts draft to live campaign)
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Draft campaign ID |
No output schema declared.
No examples provided.
draft_update_campaign ~40
Update an existing draft standard campaign
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing standard campaign fields to update |
| id | number | yes | Draft campaign ID |
No output schema declared.
No examples provided.
draft_update_campaign_assignment ~42
Update an existing draft campaign assignment
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing campaign assignment fields to update |
| id | number | yes | Draft campaign assignment ID |
No output schema declared.
No examples provided.
draft_update_catalog_ad_item ~45
Update an existing draft catalog ad item
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing catalog ad item fields to update |
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_update_custom_html_ad_item ~48
Update an existing draft custom HTML ad item
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing custom HTML ad item fields to update |
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_update_image_ad_item ~45
Update an existing draft image ad item
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing image ad item fields to update |
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_update_native_ad_item ~45
Update an existing draft native ad item
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing native ad item fields to update |
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_update_placement ~39
Update an existing draft placement
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing placement fields to update |
| id | number | yes | Draft placement ID |
No output schema declared.
No examples provided.
draft_update_rich_media_ad_item ~49
Update an existing draft rich media ad item
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing rich media ad item fields to update |
| id | number | yes | Draft ad item ID |
No output schema declared.
No examples provided.
draft_update_schedule ~38
Update an existing draft schedule
| Name | Type | Req | Description |
|---|---|---|---|
| draft | object | — | Object containing schedule fields to update |
| id | number | yes | Draft schedule ID |
No output schema declared.
No examples provided.
generate_bulk_zone_tags ~36
Generate ad serving tags for multiple zones at once
| Name | Type | Req | Description |
|---|---|---|---|
| zone_ids | array | yes | Array of zone IDs to generate tags for |
No output schema declared.
No examples provided.
get_ad ~298
Retrieve an ad via GET request. Same parameters as serve_ad but uses GET instead of POST.
| Name | Type | Req | Description |
|---|---|---|---|
| ID | number | yes | Your AdButler account ID |
| _abdk_json | object | — | Data key key-value pairs for data key targeting |
| defer_signing | boolean | — | Defer beacon signing hash generation |
| ip | string | — | IPv4 address for geographic targeting (required for server-side requests) |
| kw | array | — | Keywords for keyword targeting |
| pid | number | — | Page ID for unique delivery/roadblocks (random number, same for all zones on page) |
| place | number | — | Place counter for unique delivery (0, 1, 2, etc.) |
| referrer | string | — | Page URL for URL targeting (required for server-side requests) |
| rf | number | — | Pass 1 to include is_redirectable field in response |
| setID | number | yes | Zone ID to serve an ad from |
| sh | number | — | Screen height for platform targeting |
| size | string | — | Expected ad size (e.g. "300x250") |
| spr | number | — | Screen pixel ratio for platform targeting |
| sw | number | — | Screen width for platform targeting |
| type | string | yes | Response type: "json" for most eligible ad, "jsonr" for all eligible ads ranked |
| ua | string | — | User agent string for platform targeting |
No output schema declared.
No examples provided.
get_advertiser ~29
Get details of a specific advertiser by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Advertiser ID |
No output schema declared.
No examples provided.
get_archived_advertiser ~30
Get details of a specific archived advertiser
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Archived advertiser ID |
No output schema declared.
No examples provided.
get_archived_campaign ~29
Get details of a specific archived standard campaign
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Archived campaign ID |
No output schema declared.
No examples provided.
get_archived_channel ~28
Get details of a specific archived channel
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Archived channel ID |
No output schema declared.
No examples provided.
get_archived_contract ~28
Get details of a specific archived contract
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Archived contract ID |
No output schema declared.
No examples provided.
get_archived_email_zone ~31
Get details of a specific archived email zone
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Archived email zone ID |
No output schema declared.
No examples provided.