# AdButler MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-adbutler-mcp-server
- Repository: https://github.com/adbutler/mcp-server

## Install
- Command: `npx -y @adbutler/mcp-server`
- Endpoint: https://mcp.adbutler.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Package: Npm @adbutler/mcp-server v2.4.2
- Environment variable: ADBUTLER_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.adbutler.com/mcp
- Remote endpoint: https://mcp.adbutler.com/sse

## Tools
- list_advertisers - List all advertisers in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_advertiser - Get details of a specific advertiser by ID Endpoint: https://mcp.adbutler.com/mcp
- create_advertiser - Create a new advertiser Endpoint: https://mcp.adbutler.com/mcp
- update_advertiser - Update an existing advertiser Endpoint: https://mcp.adbutler.com/mcp
- delete_advertiser - Delete an advertiser Endpoint: https://mcp.adbutler.com/mcp
- archive_advertiser - Archive an advertiser (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- list_archived_advertisers - List all archived advertisers Endpoint: https://mcp.adbutler.com/mcp
- get_archived_advertiser - Get details of a specific archived advertiser Endpoint: https://mcp.adbutler.com/mcp
- unarchive_advertiser - Restore an archived advertiser back to active status Endpoint: https://mcp.adbutler.com/mcp
- list_all_campaigns - List all campaigns across all types Endpoint: https://mcp.adbutler.com/mcp
- list_campaigns - List all standard campaigns Endpoint: https://mcp.adbutler.com/mcp
- get_campaign - Get details of a specific standard campaign Endpoint: https://mcp.adbutler.com/mcp
- create_campaign - Create a new standard campaign Endpoint: https://mcp.adbutler.com/mcp
- update_campaign - Update an existing standard campaign Endpoint: https://mcp.adbutler.com/mcp
- delete_campaign - Delete a standard campaign Endpoint: https://mcp.adbutler.com/mcp
- archive_campaign - Archive a standard campaign (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- list_archived_campaigns - List all archived standard campaigns Endpoint: https://mcp.adbutler.com/mcp
- get_archived_campaign - Get details of a specific archived standard campaign Endpoint: https://mcp.adbutler.com/mcp
- delete_archived_campaign - Permanently delete an archived standard campaign Endpoint: https://mcp.adbutler.com/mcp
- unarchive_campaign - Restore an archived standard campaign back to active status Endpoint: https://mcp.adbutler.com/mcp
- get_campaign_conversion_tag - Get conversion tag for a campaign Endpoint: https://mcp.adbutler.com/mcp
- get_campaign_eligible_zones - Get eligible zones for a campaign Endpoint: https://mcp.adbutler.com/mcp
- campaign_bulk_create_catalog_ad_items - Bulk create catalog ad items in a campaign Endpoint: https://mcp.adbutler.com/mcp
- campaign_bulk_delete_catalog_ad_items - Bulk delete catalog ad items from a campaign Endpoint: https://mcp.adbutler.com/mcp
- list_campaign_assignments - List all campaign assignments (ad items assigned to campaigns) Endpoint: https://mcp.adbutler.com/mcp
- get_campaign_assignment - Get details of a specific campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- create_campaign_assignment - Create a new campaign assignment (assign an ad item to a campaign) Endpoint: https://mcp.adbutler.com/mcp
- update_campaign_assignment - Update an existing campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- delete_campaign_assignment - Delete a campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- list_channels - List all channels Endpoint: https://mcp.adbutler.com/mcp
- get_channel - Get details of a specific channel Endpoint: https://mcp.adbutler.com/mcp
- create_channel - Create a new channel Endpoint: https://mcp.adbutler.com/mcp
- update_channel - Update an existing channel Endpoint: https://mcp.adbutler.com/mcp
- delete_channel - Delete a channel Endpoint: https://mcp.adbutler.com/mcp
- archive_channel - Archive a channel (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- list_archived_channels - List all archived channels Endpoint: https://mcp.adbutler.com/mcp
- get_archived_channel - Get details of a specific archived channel Endpoint: https://mcp.adbutler.com/mcp
- delete_archived_channel - Permanently delete an archived channel Endpoint: https://mcp.adbutler.com/mcp
- unarchive_channel - Restore an archived channel back to active status Endpoint: https://mcp.adbutler.com/mcp
- list_channel_zone_assignments - List all channel zone assignments Endpoint: https://mcp.adbutler.com/mcp
- get_channel_zone_assignment - Get details of a specific channel zone assignment Endpoint: https://mcp.adbutler.com/mcp
- create_channel_zone_assignment - Assign a zone to a channel Endpoint: https://mcp.adbutler.com/mcp
- delete_channel_zone_assignment - Remove a zone from a channel Endpoint: https://mcp.adbutler.com/mcp
- list_all_zones - List all zones across all types (standard, email, catalog) Endpoint: https://mcp.adbutler.com/mcp
- list_zones - List all standard zones Endpoint: https://mcp.adbutler.com/mcp
- get_zone - Get details of a specific standard zone Endpoint: https://mcp.adbutler.com/mcp
- create_zone - 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. Endpoint: https://mcp.adbutler.com/mcp
- update_zone - Update an existing standard zone Endpoint: https://mcp.adbutler.com/mcp
- delete_zone - Delete a standard zone Endpoint: https://mcp.adbutler.com/mcp
- get_zone_tag - Get the ad serving tag (embed code) for a zone Endpoint: https://mcp.adbutler.com/mcp
- get_zone_conversion_tag - Get the conversion tracking tag for a standard zone Endpoint: https://mcp.adbutler.com/mcp
- generate_bulk_zone_tags - Generate ad serving tags for multiple zones at once Endpoint: https://mcp.adbutler.com/mcp
- archive_zone - Archive a standard zone (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- list_archived_zones - List all archived standard zones Endpoint: https://mcp.adbutler.com/mcp
- get_archived_zone - Get details of a specific archived standard zone Endpoint: https://mcp.adbutler.com/mcp
- unarchive_zone - Restore an archived standard zone back to active status Endpoint: https://mcp.adbutler.com/mcp
- list_email_zones - List all email zones Endpoint: https://mcp.adbutler.com/mcp
- get_email_zone - Get details of a specific email zone Endpoint: https://mcp.adbutler.com/mcp
- create_email_zone - Create a new email zone for serving ads in email newsletters Endpoint: https://mcp.adbutler.com/mcp
- update_email_zone - Update an existing email zone Endpoint: https://mcp.adbutler.com/mcp
- delete_email_zone - Delete an email zone Endpoint: https://mcp.adbutler.com/mcp
- get_email_zone_tag - Get the ad serving tag for an email zone Endpoint: https://mcp.adbutler.com/mcp
- get_email_zone_conversion_tag - Get the conversion tracking tag for an email zone Endpoint: https://mcp.adbutler.com/mcp
- archive_email_zone - Archive an email zone Endpoint: https://mcp.adbutler.com/mcp
- list_archived_email_zones - List all archived email zones Endpoint: https://mcp.adbutler.com/mcp
- get_archived_email_zone - Get details of a specific archived email zone Endpoint: https://mcp.adbutler.com/mcp
- unarchive_email_zone - Restore an archived email zone back to active status Endpoint: https://mcp.adbutler.com/mcp
- list_catalog_zones - List all catalog zones (for product/retail ad serving) Endpoint: https://mcp.adbutler.com/mcp
- get_catalog_zone - Get details of a specific catalog zone Endpoint: https://mcp.adbutler.com/mcp
- create_catalog_zone - Create a new catalog zone for product/retail ad serving Endpoint: https://mcp.adbutler.com/mcp
- update_catalog_zone - Update an existing catalog zone Endpoint: https://mcp.adbutler.com/mcp
- delete_catalog_zone - Delete a catalog zone Endpoint: https://mcp.adbutler.com/mcp
- get_catalog_zone_tag - Get the ad serving tag for a catalog zone Endpoint: https://mcp.adbutler.com/mcp
- list_publishers - List all publishers in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_publisher - Get details of a specific publisher Endpoint: https://mcp.adbutler.com/mcp
- create_publisher - Create a new publisher Endpoint: https://mcp.adbutler.com/mcp
- update_publisher - Update an existing publisher Endpoint: https://mcp.adbutler.com/mcp
- delete_publisher - Delete a publisher Endpoint: https://mcp.adbutler.com/mcp
- archive_publisher - Archive a publisher (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- list_archived_publishers - List all archived publishers Endpoint: https://mcp.adbutler.com/mcp
- get_archived_publisher - Get details of a specific archived publisher Endpoint: https://mcp.adbutler.com/mcp
- unarchive_publisher - Restore an archived publisher back to active status Endpoint: https://mcp.adbutler.com/mcp
- list_ad_items - List all ad items (banners) across all types (image, custom HTML, rich media, native, catalog) Endpoint: https://mcp.adbutler.com/mcp
- list_image_ad_items - List all image ad items Endpoint: https://mcp.adbutler.com/mcp
- get_image_ad_item - Get details of a specific image ad item Endpoint: https://mcp.adbutler.com/mcp
- create_image_ad_item - Create a new image ad item (banner) Endpoint: https://mcp.adbutler.com/mcp
- update_image_ad_item - Update an existing image ad item Endpoint: https://mcp.adbutler.com/mcp
- delete_image_ad_item - Delete an image ad item Endpoint: https://mcp.adbutler.com/mcp
- get_image_ad_item_conversion_tag - Get conversion tracking tag for an image ad item Endpoint: https://mcp.adbutler.com/mcp
- list_custom_html_ad_items - List all custom HTML ad items Endpoint: https://mcp.adbutler.com/mcp
- get_custom_html_ad_item - Get details of a specific custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- create_custom_html_ad_item - Create a new custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- update_custom_html_ad_item - Update an existing custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- delete_custom_html_ad_item - Delete a custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- get_custom_html_ad_item_conversion_tag - Get conversion tracking tag for a custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- list_rich_media_ad_items - List all rich media ad items Endpoint: https://mcp.adbutler.com/mcp
- get_rich_media_ad_item - Get details of a specific rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- create_rich_media_ad_item - Create a new rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- update_rich_media_ad_item - Update an existing rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- delete_rich_media_ad_item - Delete a rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- get_rich_media_ad_item_conversion_tag - Get conversion tracking tag for a rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- list_native_ad_items - List all native ad items Endpoint: https://mcp.adbutler.com/mcp
- get_native_ad_item - Get details of a specific native ad item Endpoint: https://mcp.adbutler.com/mcp
- create_native_ad_item - Create a new native ad item using a native template Endpoint: https://mcp.adbutler.com/mcp
- update_native_ad_item - Update an existing native ad item Endpoint: https://mcp.adbutler.com/mcp
- delete_native_ad_item - Delete a native ad item Endpoint: https://mcp.adbutler.com/mcp
- get_native_ad_item_conversion_tag - Get conversion tracking tag for a native ad item Endpoint: https://mcp.adbutler.com/mcp
- list_catalog_ad_items - List all catalog ad items Endpoint: https://mcp.adbutler.com/mcp
- get_catalog_ad_item - Get details of a specific catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- create_catalog_ad_item - Create a new catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- update_catalog_ad_item - Update an existing catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- delete_catalog_ad_item - Delete a catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- convert_native_to_image - Convert a native ad item to an image ad item Endpoint: https://mcp.adbutler.com/mcp
- list_all_creatives - List all creatives across all types (image, rich media, video, audio) Endpoint: https://mcp.adbutler.com/mcp
- list_creatives - List all image creatives Endpoint: https://mcp.adbutler.com/mcp
- get_creative - Get details of a specific image creative Endpoint: https://mcp.adbutler.com/mcp
- create_creative - Create a new image creative. The API uses multipart file upload — pass the media group ID and file attributes. Endpoint: https://mcp.adbutler.com/mcp
- update_creative - Update an existing image creative Endpoint: https://mcp.adbutler.com/mcp
- delete_creative - Delete an image creative Endpoint: https://mcp.adbutler.com/mcp
- list_rich_media_creatives - List all rich media creatives Endpoint: https://mcp.adbutler.com/mcp
- get_rich_media_creative - Get details of a specific rich media creative Endpoint: https://mcp.adbutler.com/mcp
- create_rich_media_creative - Create a new rich media creative. The API uses multipart file upload (ZIP for HTML5). Endpoint: https://mcp.adbutler.com/mcp
- update_rich_media_creative - Update an existing rich media creative Endpoint: https://mcp.adbutler.com/mcp
- delete_rich_media_creative - Delete a rich media creative Endpoint: https://mcp.adbutler.com/mcp
- list_video_creatives - List all video creatives Endpoint: https://mcp.adbutler.com/mcp
- get_video_creative - Get details of a specific video creative Endpoint: https://mcp.adbutler.com/mcp
- create_video_creative - Create a new video creative. The API uses multipart file upload. Endpoint: https://mcp.adbutler.com/mcp
- update_video_creative - Update an existing video creative Endpoint: https://mcp.adbutler.com/mcp
- delete_video_creative - Delete a video creative Endpoint: https://mcp.adbutler.com/mcp
- list_audio_creatives - List all audio creatives Endpoint: https://mcp.adbutler.com/mcp
- get_audio_creative - Get details of a specific audio creative Endpoint: https://mcp.adbutler.com/mcp
- create_audio_creative - Create a new audio creative. The API uses multipart file upload. Endpoint: https://mcp.adbutler.com/mcp
- update_audio_creative - Update an existing audio creative Endpoint: https://mcp.adbutler.com/mcp
- delete_audio_creative - Delete an audio creative Endpoint: https://mcp.adbutler.com/mcp
- replace_image_creative_file - Replace the file on an image creative Endpoint: https://mcp.adbutler.com/mcp
- replace_rich_media_creative_file - Replace the file on a rich media creative Endpoint: https://mcp.adbutler.com/mcp
- replace_video_creative_file - Replace the file on a video creative Endpoint: https://mcp.adbutler.com/mcp
- replace_audio_creative_file - Replace the file on an audio creative Endpoint: https://mcp.adbutler.com/mcp
- list_placements - List all placements (assignments of ad items to zones) Endpoint: https://mcp.adbutler.com/mcp
- get_placement - Get details of a specific placement Endpoint: https://mcp.adbutler.com/mcp
- create_placement - Create a new placement (assign an ad item or campaign to a zone or channel) Endpoint: https://mcp.adbutler.com/mcp
- update_placement - Update an existing placement Endpoint: https://mcp.adbutler.com/mcp
- delete_placement - Delete a placement (remove an ad item from a zone) Endpoint: https://mcp.adbutler.com/mcp
- get_placement_conversion_tag - Get conversion tracking tag for a placement Endpoint: https://mcp.adbutler.com/mcp
- list_native_templates - List all native ad templates Endpoint: https://mcp.adbutler.com/mcp
- get_native_template - Get details of a specific native template Endpoint: https://mcp.adbutler.com/mcp
- create_native_template - Create a new native ad template with HTML and variable placeholders Endpoint: https://mcp.adbutler.com/mcp
- update_native_template - Update an existing native template. Variables uses add/remove format for updates. Endpoint: https://mcp.adbutler.com/mcp
- delete_native_template - Delete a native template Endpoint: https://mcp.adbutler.com/mcp
- list_schedules - List all schedules (time-based delivery rules for ad items) Endpoint: https://mcp.adbutler.com/mcp
- get_schedule - Get details of a specific schedule Endpoint: https://mcp.adbutler.com/mcp
- create_schedule - Create a new schedule for time-based ad delivery. Schedules are automatically linked to ad items via placements. Endpoint: https://mcp.adbutler.com/mcp
- update_schedule - Update an existing schedule Endpoint: https://mcp.adbutler.com/mcp
- delete_schedule - Delete a schedule Endpoint: https://mcp.adbutler.com/mcp
- list_media_groups - List all media groups (collections of creatives) Endpoint: https://mcp.adbutler.com/mcp
- get_media_group - Get details of a specific media group Endpoint: https://mcp.adbutler.com/mcp
- create_media_group - Create a new media group Endpoint: https://mcp.adbutler.com/mcp
- update_media_group - Update an existing media group Endpoint: https://mcp.adbutler.com/mcp
- delete_media_group - Delete a media group Endpoint: https://mcp.adbutler.com/mcp
- list_data_keys - List all data keys (custom key-value targeting variables) Endpoint: https://mcp.adbutler.com/mcp
- get_data_key - Get details of a specific data key Endpoint: https://mcp.adbutler.com/mcp
- create_data_key - Create a new data key for custom targeting Endpoint: https://mcp.adbutler.com/mcp
- update_data_key - Update an existing data key Endpoint: https://mcp.adbutler.com/mcp
- delete_data_key - Delete a data key Endpoint: https://mcp.adbutler.com/mcp
- list_data_key_targets - List all data key targets (targeting rules using data key values) Endpoint: https://mcp.adbutler.com/mcp
- get_data_key_target - Get details of a specific data key target Endpoint: https://mcp.adbutler.com/mcp
- create_data_key_target - Create a new data key target (targeting rule) Endpoint: https://mcp.adbutler.com/mcp
- update_data_key_target - Update an existing data key target Endpoint: https://mcp.adbutler.com/mcp
- delete_data_key_target - Delete a data key target Endpoint: https://mcp.adbutler.com/mcp
- list_day_partings - List all day parting rules (time-of-day targeting) Endpoint: https://mcp.adbutler.com/mcp
- get_day_parting - Get details of a specific day parting rule Endpoint: https://mcp.adbutler.com/mcp
- create_day_parting - Create a new day parting rule for time-of-day targeting. Ranges is an object with day names as keys and arrays of time range strings (e.g. "09:00:00-17:00:00") as values. Endpoint: https://mcp.adbutler.com/mcp
- update_day_parting - Update an existing day parting rule Endpoint: https://mcp.adbutler.com/mcp
- delete_day_parting - Delete a day parting rule Endpoint: https://mcp.adbutler.com/mcp
- list_geo_targets - List all geo targets (geographic targeting rules) Endpoint: https://mcp.adbutler.com/mcp
- get_geo_target - Get details of a specific geo target Endpoint: https://mcp.adbutler.com/mcp
- create_geo_target - Create a new geo target for geographic targeting. Areas is an array of objects with continent, country (2-letter code), region, city fields. Endpoint: https://mcp.adbutler.com/mcp
- update_geo_target - Update an existing geo target Endpoint: https://mcp.adbutler.com/mcp
- delete_geo_target - Delete a geo target Endpoint: https://mcp.adbutler.com/mcp
- list_postal_code_targets - List all postal code targets Endpoint: https://mcp.adbutler.com/mcp
- get_postal_code_target - Get details of a specific postal code target Endpoint: https://mcp.adbutler.com/mcp
- create_postal_code_target - Create a new postal code target Endpoint: https://mcp.adbutler.com/mcp
- update_postal_code_target - Update an existing postal code target Endpoint: https://mcp.adbutler.com/mcp
- delete_postal_code_target - Delete a postal code target Endpoint: https://mcp.adbutler.com/mcp
- list_list_targets - List all list targets (allowlist/blocklist targeting) Endpoint: https://mcp.adbutler.com/mcp
- get_list_target - Get details of a specific list target Endpoint: https://mcp.adbutler.com/mcp
- create_list_target - Create a new list target (inclusion/exclusion using a data list) Endpoint: https://mcp.adbutler.com/mcp
- update_list_target - Update an existing list target Endpoint: https://mcp.adbutler.com/mcp
- delete_list_target - Delete a list target Endpoint: https://mcp.adbutler.com/mcp
- list_platform_targets - List all platform targets (device/OS/browser targeting) Endpoint: https://mcp.adbutler.com/mcp
- get_platform_target - Get details of a specific platform target Endpoint: https://mcp.adbutler.com/mcp
- create_platform_target - Create a new platform target for device/OS/browser targeting Endpoint: https://mcp.adbutler.com/mcp
- update_platform_target - Update an existing platform target Endpoint: https://mcp.adbutler.com/mcp
- delete_platform_target - Delete a platform target Endpoint: https://mcp.adbutler.com/mcp
- list_data_targets - List all data targets Endpoint: https://mcp.adbutler.com/mcp
- remove_list_target_usages - Remove all usages of a list target Endpoint: https://mcp.adbutler.com/mcp
- get_display_report - Get display advertising report with impressions, clicks, and CTR Endpoint: https://mcp.adbutler.com/mcp
- get_vast_report - Get VAST video advertising report Endpoint: https://mcp.adbutler.com/mcp
- get_event_logs - Get event logs for account activity (changes, logins, etc.) Endpoint: https://mcp.adbutler.com/mcp
- get_click_details_report - Get click details report Endpoint: https://mcp.adbutler.com/mcp
- get_conversion_details_report - Get conversion details report Endpoint: https://mcp.adbutler.com/mcp
- get_demand_source_report - Get demand source statistics report Endpoint: https://mcp.adbutler.com/mcp
- get_display_platform_estimate - Get display platform estimate statistics Endpoint: https://mcp.adbutler.com/mcp
- get_vast_platform_estimate - Get VAST platform estimate statistics Endpoint: https://mcp.adbutler.com/mcp
- get_geo_summary_report - Get geographic summary report Endpoint: https://mcp.adbutler.com/mcp
- get_auction_placements_report - Get auction placement statistics report Endpoint: https://mcp.adbutler.com/mcp
- get_placement_forecast - Get placement forecast report Endpoint: https://mcp.adbutler.com/mcp
- get_display_forecast - Get display forecast report Endpoint: https://mcp.adbutler.com/mcp
- get_display_channel_forecast - Get display channel forecast report Endpoint: https://mcp.adbutler.com/mcp
- get_vast_forecast - Get VAST forecast report Endpoint: https://mcp.adbutler.com/mcp
- get_vast_channel_forecast - Get VAST channel forecast report Endpoint: https://mcp.adbutler.com/mcp
- get_vast_auction_placements_report - Get VAST auction placements report Endpoint: https://mcp.adbutler.com/mcp
- get_vast_geo_summary_report - Get VAST geographic summary report Endpoint: https://mcp.adbutler.com/mcp
- get_live_website_preview - Get live website preview URL Endpoint: https://mcp.adbutler.com/mcp
- get_manual_tracking_links - Generate manual tracking links for an ad item Endpoint: https://mcp.adbutler.com/mcp
- list_custom_reports - List all saved report configurations Endpoint: https://mcp.adbutler.com/mcp
- get_custom_report - Get details of a specific report configuration Endpoint: https://mcp.adbutler.com/mcp
- create_custom_report - Create a new report configuration Endpoint: https://mcp.adbutler.com/mcp
- update_custom_report - Update an existing report configuration Endpoint: https://mcp.adbutler.com/mcp
- delete_custom_report - Delete a report configuration Endpoint: https://mcp.adbutler.com/mcp
- list_vast_custom_reports - List all VAST report data Endpoint: https://mcp.adbutler.com/mcp
- get_vast_custom_report - Get a specific VAST report Endpoint: https://mcp.adbutler.com/mcp
- create_vast_custom_report - Create a new VAST report configuration Endpoint: https://mcp.adbutler.com/mcp
- list_all_generated_reports - List all generated reports across all configurations Endpoint: https://mcp.adbutler.com/mcp
- list_all_report_schedules - List all report schedules across all configurations Endpoint: https://mcp.adbutler.com/mcp
- list_report_generated - List generated reports for a specific report configuration Endpoint: https://mcp.adbutler.com/mcp
- get_report_generated - Get a specific generated report Endpoint: https://mcp.adbutler.com/mcp
- list_report_schedules - List schedules for a specific report configuration Endpoint: https://mcp.adbutler.com/mcp
- get_report_schedule - Get a specific report schedule Endpoint: https://mcp.adbutler.com/mcp
- create_report_schedule - Create a new report schedule Endpoint: https://mcp.adbutler.com/mcp
- update_report_schedule - Update a report schedule Endpoint: https://mcp.adbutler.com/mcp
- delete_report_schedule - Delete a report schedule Endpoint: https://mcp.adbutler.com/mcp
- list_report_schedule_generated - List generated reports for a specific schedule Endpoint: https://mcp.adbutler.com/mcp
- get_report_schedule_generated - Get a specific generated report from a schedule Endpoint: https://mcp.adbutler.com/mcp
- revoke_report_schedule_historical_access - Revoke historical access for a report schedule Endpoint: https://mcp.adbutler.com/mcp
- serve_ad - Request ad delivery for a zone. Returns the ad(s) that would be served, useful for verifying ad setup. Uses POST /adserve. Endpoint: https://mcp.adbutler.com/mcp
- get_ad - Retrieve an ad via GET request. Same parameters as serve_ad but uses GET instead of POST. Endpoint: https://mcp.adbutler.com/mcp
- vast_list_ad_items - List all VAST ad items Endpoint: https://mcp.adbutler.com/mcp
- vast_get_ad_item - Get details of a specific VAST ad item Endpoint: https://mcp.adbutler.com/mcp
- vast_create_ad_item - Create a new VAST ad item Endpoint: https://mcp.adbutler.com/mcp
- vast_update_ad_item - Update an existing VAST ad item Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_ad_item - Delete a VAST ad item Endpoint: https://mcp.adbutler.com/mcp
- vast_list_campaigns - List all VAST campaigns Endpoint: https://mcp.adbutler.com/mcp
- vast_get_campaign - Get details of a specific VAST campaign Endpoint: https://mcp.adbutler.com/mcp
- vast_create_campaign - Create a new VAST campaign Endpoint: https://mcp.adbutler.com/mcp
- vast_update_campaign - Update an existing VAST campaign Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_campaign - Delete a VAST campaign Endpoint: https://mcp.adbutler.com/mcp
- vast_archive_campaign - Archive a VAST campaign (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- vast_list_archived_campaigns - List all archived VAST campaigns Endpoint: https://mcp.adbutler.com/mcp
- vast_get_archived_campaign - Get details of a specific archived VAST campaign Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_archived_campaign - Permanently delete an archived VAST campaign Endpoint: https://mcp.adbutler.com/mcp
- vast_unarchive_campaign - Restore an archived VAST campaign back to active status Endpoint: https://mcp.adbutler.com/mcp
- vast_list_channels - List all VAST channels Endpoint: https://mcp.adbutler.com/mcp
- vast_get_channel - Get details of a specific VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_create_channel - Create a new VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_update_channel - Update an existing VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_channel - Delete a VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_archive_channel - Archive a VAST channel (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- vast_list_archived_channels - List all archived VAST channels Endpoint: https://mcp.adbutler.com/mcp
- vast_get_archived_channel - Get details of a specific archived VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_archived_channel - Permanently delete an archived VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_unarchive_channel - Restore an archived VAST channel back to active status Endpoint: https://mcp.adbutler.com/mcp
- vast_list_channel_zone_assignments - List all VAST channel zone assignments Endpoint: https://mcp.adbutler.com/mcp
- vast_get_channel_zone_assignment - Get details of a specific VAST channel zone assignment Endpoint: https://mcp.adbutler.com/mcp
- vast_create_channel_zone_assignment - Assign a VAST zone to a VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_update_channel_zone_assignment - Update a VAST channel zone assignment Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_channel_zone_assignment - Remove a VAST zone from a VAST channel Endpoint: https://mcp.adbutler.com/mcp
- vast_list_zones - List all VAST zones Endpoint: https://mcp.adbutler.com/mcp
- vast_get_zone - Get details of a specific VAST zone Endpoint: https://mcp.adbutler.com/mcp
- vast_create_zone - Create a new VAST zone Endpoint: https://mcp.adbutler.com/mcp
- vast_update_zone - Update an existing VAST zone Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_zone - Delete a VAST zone Endpoint: https://mcp.adbutler.com/mcp
- vast_archive_zone - Archive a VAST zone (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- vast_list_archived_zones - List all archived VAST zones Endpoint: https://mcp.adbutler.com/mcp
- vast_get_archived_zone - Get details of a specific archived VAST zone Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_archived_zone - Permanently delete an archived VAST zone Endpoint: https://mcp.adbutler.com/mcp
- vast_unarchive_zone - Restore an archived VAST zone back to active status Endpoint: https://mcp.adbutler.com/mcp
- vast_list_placements - List all VAST placements (assignments of VAST ad items to VAST zones) Endpoint: https://mcp.adbutler.com/mcp
- vast_get_placement - Get details of a specific VAST placement Endpoint: https://mcp.adbutler.com/mcp
- vast_create_placement - Create a new VAST placement (assign a VAST ad item or campaign to a VAST zone or channel) Endpoint: https://mcp.adbutler.com/mcp
- vast_update_placement - Update an existing VAST placement Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_placement - Delete a VAST placement Endpoint: https://mcp.adbutler.com/mcp
- vast_list_campaign_assignments - List all VAST campaign assignments Endpoint: https://mcp.adbutler.com/mcp
- vast_get_campaign_assignment - Get details of a specific VAST campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- vast_create_campaign_assignment - Create a VAST campaign assignment (assign an ad item to a campaign) Endpoint: https://mcp.adbutler.com/mcp
- vast_update_campaign_assignment - Update a VAST campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_campaign_assignment - Delete a VAST campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- vast_list_schedules - List all VAST schedules Endpoint: https://mcp.adbutler.com/mcp
- vast_get_schedule - Get details of a specific VAST schedule Endpoint: https://mcp.adbutler.com/mcp
- vast_create_schedule - Create a new VAST schedule for time-based ad delivery Endpoint: https://mcp.adbutler.com/mcp
- vast_update_schedule - Update an existing VAST schedule Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_schedule - Delete a VAST schedule Endpoint: https://mcp.adbutler.com/mcp
- vast_list_companions - List all VAST companions Endpoint: https://mcp.adbutler.com/mcp
- vast_get_companion - Get details of a specific VAST companion Endpoint: https://mcp.adbutler.com/mcp
- vast_create_companion - Create a new VAST companion Endpoint: https://mcp.adbutler.com/mcp
- vast_update_companion - Update an existing VAST companion Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_companion - Delete a VAST companion Endpoint: https://mcp.adbutler.com/mcp
- vast_list_media - List all VAST media (linear and non-linear) Endpoint: https://mcp.adbutler.com/mcp
- vast_list_linear_media - List all VAST linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_get_linear_media - Get details of a specific VAST linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_create_linear_media - Create a new VAST linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_update_linear_media - Update an existing VAST linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_linear_media - Delete a VAST linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_list_non_linear_media - List all VAST non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_get_non_linear_media - Get details of a specific VAST non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_create_non_linear_media - Create a new VAST non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_update_non_linear_media - Update an existing VAST non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_non_linear_media - Delete a VAST non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast_list_tracking - List all VAST tracking entries Endpoint: https://mcp.adbutler.com/mcp
- vast_get_tracking - Get details of a specific VAST tracking entry Endpoint: https://mcp.adbutler.com/mcp
- vast_create_tracking - Create a new VAST tracking entry Endpoint: https://mcp.adbutler.com/mcp
- vast_update_tracking - Update an existing VAST tracking entry Endpoint: https://mcp.adbutler.com/mcp
- vast_delete_tracking - Delete a VAST tracking entry Endpoint: https://mcp.adbutler.com/mcp
- get_vast_zone_tags - Get VAST zone serving tags Endpoint: https://mcp.adbutler.com/mcp
- get_vast_zone_conversion_tag - Get VAST zone conversion tracking tag Endpoint: https://mcp.adbutler.com/mcp
- get_vast_ad_item_conversion_tag - Get conversion tracking tag for a VAST ad item Endpoint: https://mcp.adbutler.com/mcp
- get_vast_campaign_conversion_tag - Get conversion tracking tag for a VAST campaign Endpoint: https://mcp.adbutler.com/mcp
- get_vast_placement_conversion_tag - Get conversion tracking tag for a VAST placement Endpoint: https://mcp.adbutler.com/mcp
- list_contracts - List all contracts Endpoint: https://mcp.adbutler.com/mcp
- get_contract - Get details of a specific contract Endpoint: https://mcp.adbutler.com/mcp
- create_contract - Create a new contract Endpoint: https://mcp.adbutler.com/mcp
- update_contract - Update an existing contract Endpoint: https://mcp.adbutler.com/mcp
- delete_contract - Delete a contract Endpoint: https://mcp.adbutler.com/mcp
- list_archived_contracts - List all archived contracts Endpoint: https://mcp.adbutler.com/mcp
- get_archived_contract - Get details of a specific archived contract Endpoint: https://mcp.adbutler.com/mcp
- delete_archived_contract - Permanently delete an archived contract Endpoint: https://mcp.adbutler.com/mcp
- list_contract_templates - List all contract templates Endpoint: https://mcp.adbutler.com/mcp
- get_contract_template - Get details of a specific contract template Endpoint: https://mcp.adbutler.com/mcp
- create_contract_template - Create a new contract template. Requires name, file, attributes (JSON string), email_subject, and email_body. Endpoint: https://mcp.adbutler.com/mcp
- update_contract_template - Update an existing contract template Endpoint: https://mcp.adbutler.com/mcp
- delete_contract_template - Delete a contract template Endpoint: https://mcp.adbutler.com/mcp
- list_contract_documents - List all documents for a contract Endpoint: https://mcp.adbutler.com/mcp
- get_contract_document - Get details of a specific contract document Endpoint: https://mcp.adbutler.com/mcp
- create_contract_document - Create a new document for a contract Endpoint: https://mcp.adbutler.com/mcp
- update_contract_document - Update an existing contract document Endpoint: https://mcp.adbutler.com/mcp
- delete_contract_document - Delete a contract document Endpoint: https://mcp.adbutler.com/mcp
- list_contract_payments - List all payments for a contract Endpoint: https://mcp.adbutler.com/mcp
- get_contract_payment - Get details of a specific contract payment Endpoint: https://mcp.adbutler.com/mcp
- create_contract_payment - Create a new payment for a contract Endpoint: https://mcp.adbutler.com/mcp
- delete_contract_payment - Delete a contract payment Endpoint: https://mcp.adbutler.com/mcp
- list_signature_requests - List all signature requests for a contract Endpoint: https://mcp.adbutler.com/mcp
- get_signature_request - Get details of a specific signature request Endpoint: https://mcp.adbutler.com/mcp
- create_signature_request - Create a new signature request for a contract Endpoint: https://mcp.adbutler.com/mcp
- update_signature_request - Update an existing signature request Endpoint: https://mcp.adbutler.com/mcp
- delete_signature_request - Delete a signature request Endpoint: https://mcp.adbutler.com/mcp
- archive_contract - Archive a contract (soft-delete, can be restored later) Endpoint: https://mcp.adbutler.com/mcp
- unarchive_contract - Unarchive a contract (restore from archive) Endpoint: https://mcp.adbutler.com/mcp
- get_contract_assigned_campaigns - Get campaigns assigned to a contract Endpoint: https://mcp.adbutler.com/mcp
- get_contract_active_signature_request - Get the active signature request for a contract Endpoint: https://mcp.adbutler.com/mcp
- create_contract_document_from_template - Create a contract document from a template Endpoint: https://mcp.adbutler.com/mcp
- replace_contract_document_file - Replace the file on a contract document Endpoint: https://mcp.adbutler.com/mcp
- replace_contract_document_file_from_template - Replace a contract document file from a template Endpoint: https://mcp.adbutler.com/mcp
- list_contract_document_file_revisions - List file revisions for a contract document Endpoint: https://mcp.adbutler.com/mcp
- get_contract_document_file_revision - Get a specific file revision for a contract document Endpoint: https://mcp.adbutler.com/mcp
- download_contract_document_file_revision - Download a file revision for a contract document Endpoint: https://mcp.adbutler.com/mcp
- list_signature_request_recipients - List all recipients for a signature request Endpoint: https://mcp.adbutler.com/mcp
- get_signature_request_recipient - Get a specific recipient for a signature request Endpoint: https://mcp.adbutler.com/mcp
- update_signature_request_recipient - Update a recipient for a signature request Endpoint: https://mcp.adbutler.com/mcp
- delete_signature_request_recipient - Delete a recipient from a signature request Endpoint: https://mcp.adbutler.com/mcp
- cancel_signature_request - Cancel a signature request Endpoint: https://mcp.adbutler.com/mcp
- resend_signature_request - Resend a signature request Endpoint: https://mcp.adbutler.com/mcp
- list_managers - List all managers in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_manager - Get details of a specific manager by ID Endpoint: https://mcp.adbutler.com/mcp
- create_manager - Create a new manager Endpoint: https://mcp.adbutler.com/mcp
- update_manager - Update an existing manager Endpoint: https://mcp.adbutler.com/mcp
- delete_manager - Delete a manager Endpoint: https://mcp.adbutler.com/mcp
- list_roles - List all roles in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_role - Get details of a specific role by ID Endpoint: https://mcp.adbutler.com/mcp
- create_role - Create a new role with permission settings Endpoint: https://mcp.adbutler.com/mcp
- update_role - Update an existing role Endpoint: https://mcp.adbutler.com/mcp
- delete_role - Delete a role Endpoint: https://mcp.adbutler.com/mcp
- list_contacts - List all contacts in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_contact - Get details of a specific contact by ID Endpoint: https://mcp.adbutler.com/mcp
- create_contact - Create a new contact Endpoint: https://mcp.adbutler.com/mcp
- update_contact - Update an existing contact Endpoint: https://mcp.adbutler.com/mcp
- delete_contact - Delete a contact Endpoint: https://mcp.adbutler.com/mcp
- get_contact_report_schedules - List report schedules for a contact Endpoint: https://mcp.adbutler.com/mcp
- list_demand_sources - List all demand sources in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_demand_source - Get details of a specific demand source by ID Endpoint: https://mcp.adbutler.com/mcp
- create_demand_source - Create a new demand source Endpoint: https://mcp.adbutler.com/mcp
- update_demand_source - Update an existing demand source Endpoint: https://mcp.adbutler.com/mcp
- delete_demand_source - Delete a demand source Endpoint: https://mcp.adbutler.com/mcp
- list_demand_endpoints - List all demand endpoints in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_demand_endpoint - Get details of a specific demand endpoint by ID Endpoint: https://mcp.adbutler.com/mcp
- create_demand_endpoint - Create a new demand endpoint Endpoint: https://mcp.adbutler.com/mcp
- update_demand_endpoint - Update an existing demand endpoint Endpoint: https://mcp.adbutler.com/mcp
- delete_demand_endpoint - Delete a demand endpoint Endpoint: https://mcp.adbutler.com/mcp
- list_pmp_deals - List all PMP deals in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_pmp_deal - Get details of a specific PMP deal by ID Endpoint: https://mcp.adbutler.com/mcp
- create_pmp_deal - Create a new PMP deal Endpoint: https://mcp.adbutler.com/mcp
- update_pmp_deal - Update an existing PMP deal Endpoint: https://mcp.adbutler.com/mcp
- delete_pmp_deal - Delete a PMP deal Endpoint: https://mcp.adbutler.com/mcp
- list_ortb_native_templates - List all OpenRTB native templates in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_ortb_native_template - Get details of a specific OpenRTB native template by ID Endpoint: https://mcp.adbutler.com/mcp
- create_ortb_native_template - Create a new OpenRTB native template Endpoint: https://mcp.adbutler.com/mcp
- update_ortb_native_template - Update an existing OpenRTB native template Endpoint: https://mcp.adbutler.com/mcp
- delete_ortb_native_template - Delete an OpenRTB native template Endpoint: https://mcp.adbutler.com/mcp
- list_user_dbs - List all user databases in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_user_db - Get details of a specific user database by ID Endpoint: https://mcp.adbutler.com/mcp
- create_user_db - Create a new user database Endpoint: https://mcp.adbutler.com/mcp
- list_user_attributes - List all user attributes in a user database Endpoint: https://mcp.adbutler.com/mcp
- get_user_attribute - Get details of a specific user attribute in a user database Endpoint: https://mcp.adbutler.com/mcp
- create_user_attribute - Create a new user attribute in a user database Endpoint: https://mcp.adbutler.com/mcp
- update_user_attribute - Update an existing user attribute in a user database Endpoint: https://mcp.adbutler.com/mcp
- delete_user_attribute - Delete a user attribute from a user database Endpoint: https://mcp.adbutler.com/mcp
- list_audiences - List all audiences in a user database Endpoint: https://mcp.adbutler.com/mcp
- get_audience - Get details of a specific audience in a user database Endpoint: https://mcp.adbutler.com/mcp
- create_audience - Create a new audience in a user database Endpoint: https://mcp.adbutler.com/mcp
- update_audience - Update an existing audience in a user database Endpoint: https://mcp.adbutler.com/mcp
- delete_audience - Delete an audience from a user database Endpoint: https://mcp.adbutler.com/mcp
- get_user - Get a single user from a user database Endpoint: https://mcp.adbutler.com/mcp
- create_user - Create a new user in a user database Endpoint: https://mcp.adbutler.com/mcp
- bulk_upload_replace_user_db - Bulk upload to replace all user data in a user database Endpoint: https://mcp.adbutler.com/mcp
- add_user_list_attribute_values - Add values to a list attribute for a user Endpoint: https://mcp.adbutler.com/mcp
- remove_user_list_attribute_values - Remove values from a list attribute for a user Endpoint: https://mcp.adbutler.com/mcp
- list_data_lists - List all data lists in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_data_list - Get details of a specific data list by ID Endpoint: https://mcp.adbutler.com/mcp
- create_data_list - Create a new data list Endpoint: https://mcp.adbutler.com/mcp
- update_data_list - Update an existing data list Endpoint: https://mcp.adbutler.com/mcp
- delete_data_list - Delete a data list Endpoint: https://mcp.adbutler.com/mcp
- bulk_upload_add_data_list - Bulk add entries to a data list Endpoint: https://mcp.adbutler.com/mcp
- bulk_upload_remove_data_list - Bulk remove entries from a data list Endpoint: https://mcp.adbutler.com/mcp
- bulk_upload_replace_data_list - Bulk replace all entries in a data list Endpoint: https://mcp.adbutler.com/mcp
- list_beacon_signing_keys - List all beacon signing keys in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_beacon_signing_key - Get details of a specific beacon signing key by ID Endpoint: https://mcp.adbutler.com/mcp
- create_beacon_signing_key - Create a new beacon signing key Endpoint: https://mcp.adbutler.com/mcp
- update_beacon_signing_key - Update an existing beacon signing key Endpoint: https://mcp.adbutler.com/mcp
- delete_beacon_signing_key - Delete a beacon signing key Endpoint: https://mcp.adbutler.com/mcp
- list_trusted_redirect_domains - List all trusted redirect domains in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_trusted_redirect_domain - Get details of a specific trusted redirect domain by ID Endpoint: https://mcp.adbutler.com/mcp
- create_trusted_redirect_domain - Create a new trusted redirect domain Endpoint: https://mcp.adbutler.com/mcp
- update_trusted_redirect_domain - Update an existing trusted redirect domain Endpoint: https://mcp.adbutler.com/mcp
- delete_trusted_redirect_domain - Delete a trusted redirect domain Endpoint: https://mcp.adbutler.com/mcp
- validate_beacon_signing_key - Validate a beacon signing key Endpoint: https://mcp.adbutler.com/mcp
- draft_list_campaigns - List all draft standard campaigns Endpoint: https://mcp.adbutler.com/mcp
- draft_get_campaign - Get details of a specific draft standard campaign Endpoint: https://mcp.adbutler.com/mcp
- draft_create_campaign - Create a new draft standard campaign. Fields go inside a "draft" object wrapper. Endpoint: https://mcp.adbutler.com/mcp
- draft_update_campaign - Update an existing draft standard campaign Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_campaign - Delete a draft standard campaign Endpoint: https://mcp.adbutler.com/mcp
- draft_list_ad_items - List all draft ad items across all types Endpoint: https://mcp.adbutler.com/mcp
- draft_get_ad_item - Get a draft ad item of any type by ID Endpoint: https://mcp.adbutler.com/mcp
- draft_list_image_ad_items - List all draft image ad items Endpoint: https://mcp.adbutler.com/mcp
- draft_get_image_ad_item - Get details of a specific draft image ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_create_image_ad_item - Create a new draft image ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_update_image_ad_item - Update an existing draft image ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_image_ad_item - Delete a draft image ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_list_rich_media_ad_items - List all draft rich media ad items Endpoint: https://mcp.adbutler.com/mcp
- draft_get_rich_media_ad_item - Get details of a specific draft rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_create_rich_media_ad_item - Create a new draft rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_update_rich_media_ad_item - Update an existing draft rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_rich_media_ad_item - Delete a draft rich media ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_list_custom_html_ad_items - List all draft custom HTML ad items Endpoint: https://mcp.adbutler.com/mcp
- draft_get_custom_html_ad_item - Get details of a specific draft custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_create_custom_html_ad_item - Create a new draft custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_update_custom_html_ad_item - Update an existing draft custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_custom_html_ad_item - Delete a draft custom HTML ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_list_native_ad_items - List all draft native ad items Endpoint: https://mcp.adbutler.com/mcp
- draft_get_native_ad_item - Get details of a specific draft native ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_create_native_ad_item - Create a new draft native ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_update_native_ad_item - Update an existing draft native ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_native_ad_item - Delete a draft native ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_list_catalog_ad_items - List all draft catalog ad items Endpoint: https://mcp.adbutler.com/mcp
- draft_get_catalog_ad_item - Get details of a specific draft catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_create_catalog_ad_item - Create a new draft catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_update_catalog_ad_item - Update an existing draft catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_catalog_ad_item - Delete a draft catalog ad item Endpoint: https://mcp.adbutler.com/mcp
- draft_list_campaign_assignments - List all draft campaign assignments Endpoint: https://mcp.adbutler.com/mcp
- draft_get_campaign_assignment - Get details of a specific draft campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- draft_create_campaign_assignment - Create a new draft campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- draft_update_campaign_assignment - Update an existing draft campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_campaign_assignment - Delete a draft campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- draft_list_placements - List all draft placements Endpoint: https://mcp.adbutler.com/mcp
- draft_get_placement - Get details of a specific draft placement Endpoint: https://mcp.adbutler.com/mcp
- draft_create_placement - Create a new draft placement Endpoint: https://mcp.adbutler.com/mcp
- draft_update_placement - Update an existing draft placement Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_placement - Delete a draft placement Endpoint: https://mcp.adbutler.com/mcp
- draft_list_schedules - List all draft schedules Endpoint: https://mcp.adbutler.com/mcp
- draft_get_schedule - Get details of a specific draft schedule Endpoint: https://mcp.adbutler.com/mcp
- draft_create_schedule - Create a new draft schedule Endpoint: https://mcp.adbutler.com/mcp
- draft_update_schedule - Update an existing draft schedule Endpoint: https://mcp.adbutler.com/mcp
- draft_delete_schedule - Delete a draft schedule Endpoint: https://mcp.adbutler.com/mcp
- draft_save_campaign - Save/publish a draft campaign (converts draft to live campaign) Endpoint: https://mcp.adbutler.com/mcp
- list_product_catalogs - List all product catalogs for a publisher Endpoint: https://mcp.adbutler.com/mcp
- get_product_catalog - Get details of a specific product catalog Endpoint: https://mcp.adbutler.com/mcp
- create_product_catalog - Create a new product catalog for a publisher Endpoint: https://mcp.adbutler.com/mcp
- update_product_catalog - Update an existing product catalog Endpoint: https://mcp.adbutler.com/mcp
- search_product_catalog_items - Search for items in a product catalog Endpoint: https://mcp.adbutler.com/mcp
- get_product_catalog_item - Get details of a specific product catalog item Endpoint: https://mcp.adbutler.com/mcp
- create_product_catalog_item - Create a new item in a product catalog Endpoint: https://mcp.adbutler.com/mcp
- update_product_catalog_item - Update an existing product catalog item Endpoint: https://mcp.adbutler.com/mcp
- bulk_upload_product_catalog - Bulk upload items to a product catalog Endpoint: https://mcp.adbutler.com/mcp
- list_product_sources - List all product sources for a publisher Endpoint: https://mcp.adbutler.com/mcp
- get_product_source - Get details of a specific product source Endpoint: https://mcp.adbutler.com/mcp
- create_product_source - Create a new product source for a publisher Endpoint: https://mcp.adbutler.com/mcp
- update_product_source - Update an existing product source Endpoint: https://mcp.adbutler.com/mcp
- delete_product_source - Delete a product source Endpoint: https://mcp.adbutler.com/mcp
- bulk_create_product_sources - Bulk create product sources for a publisher Endpoint: https://mcp.adbutler.com/mcp
- list_product_source_targets - List all product source targets for a publisher Endpoint: https://mcp.adbutler.com/mcp
- get_product_source_target - Get details of a specific product source target Endpoint: https://mcp.adbutler.com/mcp
- create_product_source_target - Create a new product source target for a publisher Endpoint: https://mcp.adbutler.com/mcp
- update_product_source_target - Update an existing product source target Endpoint: https://mcp.adbutler.com/mcp
- delete_product_source_target - Delete a product source target Endpoint: https://mcp.adbutler.com/mcp
- list_bidders - List all bidders in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_bidder - Get details of a specific bidder by ID Endpoint: https://mcp.adbutler.com/mcp
- create_bidder - Create a new bidder Endpoint: https://mcp.adbutler.com/mcp
- update_bidder - Update an existing bidder Endpoint: https://mcp.adbutler.com/mcp
- delete_bidder - Delete a bidder Endpoint: https://mcp.adbutler.com/mcp
- list_sftp_connections - List all SFTP connections in your AdButler account Endpoint: https://mcp.adbutler.com/mcp
- get_sftp_connection - Get details of a specific SFTP connection by ID Endpoint: https://mcp.adbutler.com/mcp
- create_sftp_connection - Create a new SFTP connection Endpoint: https://mcp.adbutler.com/mcp
- update_sftp_connection - Update an existing SFTP connection Endpoint: https://mcp.adbutler.com/mcp
- delete_sftp_connection - Delete an SFTP connection Endpoint: https://mcp.adbutler.com/mcp
- test_sftp_connection - Test an SFTP connection with the provided credentials Endpoint: https://mcp.adbutler.com/mcp
- list_event_log_upload_configs - List all event log upload configurations Endpoint: https://mcp.adbutler.com/mcp
- get_event_log_upload_config - Get details of a specific event log upload configuration Endpoint: https://mcp.adbutler.com/mcp
- create_event_log_upload_config - Create a new event log upload configuration Endpoint: https://mcp.adbutler.com/mcp
- update_event_log_upload_config - Update an existing event log upload configuration Endpoint: https://mcp.adbutler.com/mcp
- delete_event_log_upload_config - Delete an event log upload configuration Endpoint: https://mcp.adbutler.com/mcp
- list_event_log_upload_logs - List all event log upload logs Endpoint: https://mcp.adbutler.com/mcp
- get_event_log_upload_log - Get details of a specific event log upload log entry Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_ads - List all VAST 4.2 ad items Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_ad - Get a single VAST 4.2 ad item Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_ad - Create a VAST 4.2 ad item Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_ad - Update a VAST 4.2 ad item Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_ad - Delete a VAST 4.2 ad item Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_creatives - List all VAST 4.2 creatives Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_creative - Get a single VAST 4.2 creative Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_creative - Create a VAST 4.2 creative Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_creative - Update a VAST 4.2 creative Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_creative - Delete a VAST 4.2 creative Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_linears - List all VAST 4.2 linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_linear - Get a single VAST 4.2 linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_linear - Create a VAST 4.2 linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_linear - Update a VAST 4.2 linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_linear - Delete a VAST 4.2 linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_non_linears - List all VAST 4.2 non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_non_linear - Get a single VAST 4.2 non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_non_linear - Create a VAST 4.2 non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_non_linear - Update a VAST 4.2 non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_non_linear - Delete a VAST 4.2 non-linear media Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_companions - List all VAST 4.2 companions Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_companion - Get a single VAST 4.2 companion Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_companion - Create a VAST 4.2 companion Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_companion - Update a VAST 4.2 companion Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_companion - Delete a VAST 4.2 companion Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_media_files - List all VAST 4.2 media files Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_media_file - Get a single VAST 4.2 media file Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_media_file - Create a VAST 4.2 media file Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_media_file - Update a VAST 4.2 media file Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_media_file - Delete a VAST 4.2 media file Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_mezzanines - List all VAST 4.2 mezzanines Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_mezzanine - Get a single VAST 4.2 mezzanine Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_mezzanine - Create a VAST 4.2 mezzanine Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_mezzanine - Update a VAST 4.2 mezzanine Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_mezzanine - Delete a VAST 4.2 mezzanine Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_resources - List all VAST 4.2 resources Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_resource - Get a single VAST 4.2 resource Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_resource - Create a VAST 4.2 resource Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_resource - Update a VAST 4.2 resource Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_resource - Delete a VAST 4.2 resource Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_icons - List all VAST 4.2 icons Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_icon - Get a single VAST 4.2 icon Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_icon - Create a VAST 4.2 icon Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_icon - Update a VAST 4.2 icon Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_icon - Delete a VAST 4.2 icon Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_icon_click_fallback_images - List all VAST 4.2 icon click fallback images Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_icon_click_fallback_image - Get a single VAST 4.2 icon click fallback image Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_icon_click_fallback_image - Create a VAST 4.2 icon click fallback image Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_icon_click_fallback_image - Update a VAST 4.2 icon click fallback image Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_icon_click_fallback_image - Delete a VAST 4.2 icon click fallback image Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_closed_caption_files - List all VAST 4.2 closed caption files Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_closed_caption_file - Get a single VAST 4.2 closed caption file Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_closed_caption_file - Create a VAST 4.2 closed caption file Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_closed_caption_file - Update a VAST 4.2 closed caption file Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_closed_caption_file - Delete a VAST 4.2 closed caption file Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_interactive_creative_files - List all VAST 4.2 interactive creative files Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_interactive_creative_file - Get a single VAST 4.2 interactive creative file Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_interactive_creative_file - Create a VAST 4.2 interactive creative file Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_interactive_creative_file - Update a VAST 4.2 interactive creative file Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_interactive_creative_file - Delete a VAST 4.2 interactive creative file Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_universal_ad_ids - List all VAST 4.2 universal ad IDs Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_universal_ad_id - Get a single VAST 4.2 universal ad ID Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_universal_ad_id - Create a VAST 4.2 universal ad ID Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_universal_ad_id - Update a VAST 4.2 universal ad ID Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_universal_ad_id - Delete a VAST 4.2 universal ad ID Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_placements - List all VAST 4.2 placements Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_placement - Get a single VAST 4.2 placement Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_placement - Create a VAST 4.2 placement Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_placement - Update a VAST 4.2 placement Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_placement - Delete a VAST 4.2 placement Endpoint: https://mcp.adbutler.com/mcp
- vast42_list_campaign_assignments - List all VAST 4.2 campaign assignments Endpoint: https://mcp.adbutler.com/mcp
- vast42_get_campaign_assignment - Get a single VAST 4.2 campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- vast42_create_campaign_assignment - Create a VAST 4.2 campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- vast42_update_campaign_assignment - Update a VAST 4.2 campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- vast42_delete_campaign_assignment - Delete a VAST 4.2 campaign assignment Endpoint: https://mcp.adbutler.com/mcp
- list_ortb_native_data_assets - List all data assets for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- get_ortb_native_data_asset - Get details of a specific data asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- create_ortb_native_data_asset - Create a new data asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- update_ortb_native_data_asset - Update an existing data asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- delete_ortb_native_data_asset - Delete a data asset from an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- list_ortb_native_image_assets - List all image assets for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- get_ortb_native_image_asset - Get details of a specific image asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- create_ortb_native_image_asset - Create a new image asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- update_ortb_native_image_asset - Update an existing image asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- delete_ortb_native_image_asset - Delete an image asset from an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- list_ortb_native_title_assets - List all title assets for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- get_ortb_native_title_asset - Get details of a specific title asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- create_ortb_native_title_asset - Create a new title asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- update_ortb_native_title_asset - Update an existing title asset for an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- delete_ortb_native_title_asset - Delete a title asset from an ORTB native template Endpoint: https://mcp.adbutler.com/mcp
- list_zone_ortb_native_ads - List all ORTB native ads for a standard zone Endpoint: https://mcp.adbutler.com/mcp
- get_zone_ortb_native_ad - Get details of a specific ORTB native ad for a standard zone Endpoint: https://mcp.adbutler.com/mcp
- create_zone_ortb_native_ad - Create a new ORTB native ad for a standard zone Endpoint: https://mcp.adbutler.com/mcp
- update_zone_ortb_native_ad - Update an existing ORTB native ad for a standard zone Endpoint: https://mcp.adbutler.com/mcp
- delete_zone_ortb_native_ad - Delete an ORTB native ad from a standard zone Endpoint: https://mcp.adbutler.com/mcp
- search_adbutler_api - Find AdButler API endpoints by keyword when no specific tool matches what you need. Returns matching endpoints with their HTTP method, path, and a brief summary. Use this when the user asks about a concept that is a *field* rather than a resource — e.g. 'priority', 'pacing', 'frequency cap', 'metadata', 'tracking pixel' — and you can't find a tool that handles it. Then call describe_adbutler_api on the most promising hit, then call_adbutler_api to invoke it. Endpoint: https://mcp.adbutler.com/mcp
- describe_adbutler_api - Get the full schema (parameters, request body shape, response shape) for one AdButler API endpoint. Use after search_adbutler_api to understand exactly what to send when you call it. Endpoint: https://mcp.adbutler.com/mcp
- call_adbutler_api - Call any AdButler API endpoint directly. Use this only when no specific tool wraps the endpoint you need. The session's configured API key is used automatically — do NOT pass an api_key argument. Substitute path placeholders via path_params: e.g. path="/campaigns/{id}", path_params={ "id": 123 } → /campaigns/123. Endpoint: https://mcp.adbutler.com/mcp
- setup_api_key - Configure AdButler with an existing API key. Use this if the user already has an AdButler account and API key. Endpoint: https://mcp.adbutler.com/mcp
- create_trial_account - 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. Endpoint: https://mcp.adbutler.com/mcp
- verify_trial_email - 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. Endpoint: https://mcp.adbutler.com/mcp
- resend_verification_code - Resend the email verification code for a trial account. Use this if the user did not receive the code or it expired. Endpoint: https://mcp.adbutler.com/mcp

## Resources
Not captured

## Prompts
- launch-campaign - Step-by-step workflow to create and launch a display ad campaign in AdButler
- retail-media-setup - Set up a retail media network with catalog zones, sponsored products, and auction pricing
- reporting - Pull performance reports, forecasts, and analytics from AdButler
- vast-video - Create and launch a VAST video ad campaign with media, companions, and tracking
- programmatic - Set up programmatic advertising with demand sources, endpoints, and PMP deals
- targeting - Configure targeting rules — geo, platform, day-parting, data keys, audiences
- contracts - Manage advertising contracts, templates, documents, payments, and signatures
- channels - Create channels to group zones for unified campaign delivery
- drafts - Stage campaigns in draft mode — create, review, edit, and publish when ready

## Metadata
- Owner: com.adbutler
- Version: 2.4.2
- Runtime: Npm
- Transports: HTTP, STDIO
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 28, 2026
- Source: https://registry.modelcontextprotocol.io
