Marketo MCP Server

298 tools. 165 can modify or destroy data without limits.

50 destructive tools with no built-in limits. Policy required.

Last updated:

165 can modify or destroy data
133 read-only
298 tools total

Community server · catalogue entry verified 29/06/2026

How to control Marketo MCP Server ↓

What Marketo MCP Server exposes to your agents

Read (133) Write / Execute (115) Destructive / Financial (50)
Critical Risk

The most dangerous Marketo MCP Server tools

165 of Marketo MCP Server's 298 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Marketo MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Marketo MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "custom_cancel_lead_export_job": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "clone_program": {
    "limits": [
      {
        "counter": "clone_program_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "browse_emails": {
    "limits": [
      {
        "counter": "browse_emails_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Marketo MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MARKETO →

Instant setup, no code required.

All 298 Marketo MCP Server tools

DESTRUCTIVE 50 tools
Destructive custom_cancel_lead_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_companies [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_custom_activity_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_custom_activity_type_attributes [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_custom_object_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_custom_object_type_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_custom_objects [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_email [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_email_module [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_email_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_email_template2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_email2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_folder [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_form [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_form_field [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_form_fieldset_field [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_fragment [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_landing_page [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_landing_page_content_section [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_landing_page_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_leads [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_named_account_lists [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_named_accounts [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_opportunities [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_opportunity_roles [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_program [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_program_members [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_redirect_rule [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_sales_persons [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_smart_campaign [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_smart_list [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_snippet [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_static_list [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_token [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_user [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_delete_user_invite [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_custom_activity_type_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_custom_object_type_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_email_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_email_template_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_form_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_landing_page_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_landing_page_template_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_discard_snippet_draft [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_remove_leads_from_list [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_remove_named_account_list_members [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Destructive custom_remove_user_roles custom_remove_user_roles Destructive delete_program Delete a program and all its child contents in Marketo. Destructive delete_smart_campaign Delete a smart campaign in Marketo. Destructive delete_token Delete a token from a folder or program in Marketo.
EXECUTE 33 tools
Execute activate_smart_campaign Activate a smart campaign in Marketo. Execute approve_email_program Approve an Email Program in Marketo. Execute custom_approve_custom_object_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_cancel_activity_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_cancel_custom_object_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_cancel_program_member_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_clone_smart_campaign [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_create_activity_export_job custom_create_activity_export_job Execute custom_create_program_member_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_deactivate_smart_campaign [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_enqueue_activity_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_enqueue_custom_object_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_enqueue_program_member_export_job [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_get_weekly_errors [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_list_program_member_export_jobs [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_push_leads [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_query_custom_objects custom_query_custom_objects Execute custom_query_named_account_lists [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_query_named_accounts [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_query_opportunities [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_query_opportunity_roles [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_query_program_members [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_query_sales_persons [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_send_sample_email [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_sync_custom_object_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_sync_custom_objects [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_transition_email_template2_state [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_transition_email2_state [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_transition_fragment_state [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute custom_update_email2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Execute deactivate_smart_campaign Deactivate a smart campaign in Marketo. Execute request_campaign Request a smart campaign for specific leads. Execute schedule_batch_campaign Schedule a batch smart campaign to run at a specific time.
WRITE 82 tools
Write clone_program Clone an existing program in Marketo. Write clone_smart_campaign Clone an existing smart campaign in Marketo. Write create_program Create a new program in Marketo. Write create_smart_campaign Create a new smart campaign in Marketo. Write create_token Create a new token in Marketo. Write custom_add_custom_activities custom_add_custom_activities Write custom_add_custom_activity_type_attributes [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_add_custom_object_type_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_add_email_module [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_add_landing_page_content_section custom_add_landing_page_content_section Write custom_add_named_account_list_members [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_add_user_roles custom_add_user_roles Write custom_approve_custom_activity_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_approve_email_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_approve_landing_page [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_approve_landing_page_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_associate_lead [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_change_lead_program_status [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_clone_email [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_clone_email_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_clone_email_template2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_clone_landing_page [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_clone_landing_page_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_custom_activity_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_custom_object_export_job custom_create_custom_object_export_job Write custom_create_email_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_email_template2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_email2 custom_create_email2 Write custom_create_fragment [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_landing_page [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_landing_page_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_lead_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_program_member_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_create_redirect_rule [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_import_custom_objects_csv [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_import_leads_csv custom_import_leads_csv Write custom_import_program_members_csv custom_import_program_members_csv Write custom_invite_user custom_invite_user Write custom_merge_leads [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_rename_email_module [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_replace_file_content custom_replace_file_content Write custom_submit_form custom_submit_form Write custom_sync_leads custom_sync_leads Write custom_sync_program_member_data custom_sync_program_member_data Write custom_sync_program_member_status [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_unapprove_email [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_unapprove_email_program [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_unapprove_email_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_unapprove_landing_page [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_unapprove_landing_page_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_unapprove_snippet [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_custom_activity_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_custom_activity_type_attributes [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_custom_object_type_field [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_email [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_email_dynamic_content custom_update_email_dynamic_content Write custom_update_email_full_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_email_headers [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_email_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_email_template_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_email_template2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_email_variable [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_form_submit_button [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_form_thank_you_pages custom_update_form_thank_you_pages Write custom_update_fragment [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_landing_page [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_landing_page_content_section [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_landing_page_dynamic_content custom_update_landing_page_dynamic_content Write custom_update_landing_page_template [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_landing_page_template_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_landing_page_variable [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_lead_field [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_lead_partitions [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_program_member_field [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_redirect_rule [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Write custom_update_user custom_update_user Write custom_upload_file custom_upload_file Write merge_leads Merge duplicate lead records into a winning lead in Marketo. The winning lead retains its data, and losing lea Write unapprove_email_program Unapprove an Email Program in Marketo. Write update_program Update an existing program in Marketo. Write update_smart_campaign Update an existing smart campaign in Marketo. Write update_token Update an existing token in Marketo.
READ 133 tools
Read browse_emails Browse email assets in Marketo with optional filtering. Read browse_folders Browse folders in Marketo to find valid folder IDs. Read browse_programs Browse programs in Marketo with optional filtering. Read browse_smart_campaigns Browse smart campaigns in Marketo with optional filtering. Read custom_browse_email_templates [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_browse_email_templates2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_browse_files [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_browse_fragments [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_browse_landing_page_templates [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_browse_landing_pages [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_browse_redirect_rules [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_browse_segmentations [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_clone_email2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_clone_fragment [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_companies [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_custom_activity_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_custom_object [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_custom_object_type [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_lead2 [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_named_accounts [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_opportunities [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_opportunity_roles [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_describe_sales_persons [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_duplicate_email_module [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_activity_export_file [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_activity_export_job_status [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_company_field_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_company_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_activity_types [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_export_file [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_export_job_status [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_field_types [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_import_failures [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_import_status [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_import_warnings [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_linkable_objects [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_custom_object_type_dependents [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_daily_errors [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_daily_usage [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_deleted_leads [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_cc_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_dynamic_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_template_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_template_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_template_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_template_used_by [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_template2_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_template2_used_by [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email_variables [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email2_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_email2_used_by [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_file_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_file_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_fragment_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_fragment_used_by [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_domains [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_dynamic_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_full_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_template_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_template_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_template_content [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_landing_page_variables [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_activities_by_email [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_changes [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_field_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_import_failures [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_import_warnings [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_list_membership [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_partitions [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_program_membership [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_lead_smart_campaign_membership [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_leads_by_filter custom_get_leads_by_filter Read custom_get_leads_by_program [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_named_account_field_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_named_account_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_named_account_list_members [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_opportunity_field_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_opportunity_fields [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_program_member_export_file [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_program_member_export_job_status [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_program_member_field_by_name [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_program_member_import_failures [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_program_member_import_status [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_program_member_import_warnings [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_redirect_rule_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_segments [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_user_by_id [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_user_invite [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_user_roles [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_get_weekly_usage [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_is_member_of_list [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_activity_export_jobs [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_custom_object_export_jobs [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_custom_object_types [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_custom_objects [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_lead_export_jobs [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_user_roles [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_users [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_list_workspaces [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_preview_email [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_query_companies custom_query_companies Read custom_rearrange_email_modules custom_rearrange_email_modules Read custom_sync_companies custom_sync_companies Read custom_sync_named_account_lists custom_sync_named_account_lists Read custom_sync_named_accounts [CUSTOM] Calls the Marketo REST API directly (not Adobe's native MCP). Read custom_sync_opportunities custom_sync_opportunities Read custom_sync_opportunity_roles custom_sync_opportunity_roles Read custom_sync_sales_persons custom_sync_sales_persons Read describe_leads Get lead field metadata and schema information from Marketo. Read describe_program_members Get program member field metadata and schema information from Marketo. Read get_activity_types Get available activity types from Marketo. Read get_channels Get available program channels from Marketo. Read get_email_by_id Get an email asset by its ID from Marketo. Read get_email_by_name Get an email asset by its name from Marketo. Read get_email_cc_fields Get the set of fields enabled for Email CC in the Marketo instance. Read get_email_content Get the content sections of an email asset from Marketo. Read get_folder_by_name Get a folder by its name from Marketo. Read get_lead_activities Get recent activities for a lead from Marketo. Read get_lead_activities_by_email Get recent activities for a lead by email address from Marketo. Read get_lead_by_email Get a lead by email address from Marketo. Read get_lead_changes Get data value changes for a lead from Marketo. Read get_program_by_id Get a program by its ID from Marketo. Read get_program_by_name Get a program by its name from Marketo. Read get_smart_campaign_by_id Get a smart campaign by its ID from Marketo. Read get_smart_campaign_by_name Get a smart campaign by its name from Marketo. Read get_tokens_by_folder Get tokens by folder ID from Marketo. Read preview_email Get a live preview of an email as it would be sent to a recipient. Read query_program_members Query program members from Marketo with filtering options.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Marketo MCP Server

Can an AI agent delete data through the Marketo MCP Server MCP server? +

Yes. The Marketo MCP Server server exposes 50 destructive tools including custom_cancel_lead_export_job, custom_delete_companies, custom_delete_custom_activity_type. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Marketo MCP Server? +

The Marketo MCP Server server has 82 write tools including clone_program, clone_smart_campaign, create_program. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Marketo MCP Server.

How many tools does the Marketo MCP Server MCP server expose? +

298 tools across 3 categories: Destructive, Read, Write. 133 are read-only. 165 can modify, create, or delete data.

How do I enforce a policy on Marketo MCP Server? +

Register the Marketo MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Marketo MCP Server tool call.

Deterministic rules across all 298 Marketo MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

298 Marketo MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.