Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Marketo

NPM · MARKETO-MCP-SERVER · SCANNED AUG 3

MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.

Available components

+25 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 95 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2436 tokens (~76/item across 32 items; 32 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · marketo-mcp-server

# add to Claude Code
claude mcp add zleventer-marketo-mcp-server -- npx -y marketo-mcp-server
# add to Codex CLI
codex mcp add zleventer-marketo-mcp-server -- npx -y marketo-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zleventer-marketo-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "marketo-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add zleventer-marketo-mcp-server --command npx --arg -y --arg marketo-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  zleventer-marketo-mcp-server:
    command: "npx"
    args: ["-y", "marketo-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "zleventer-marketo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "marketo-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +50
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 2 Aug 26 +12
    • Malware scan: unverified → pass security
    • Dependency health: partial → unverified functional
  • 1 Aug 26 −13
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +4
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 109 packages

109 packages in the resolved dependency tree · 109 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 32 exposed · ~2,436 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
marketo_add_leads_to_list ~62

Add one or more leads to a static list by lead IDs. Max 300 leads per call.

NameTypeReqDescription
leadIdsarrayyesArray of lead IDs to add (max 300)
listIdnumberyesStatic list ID

No output schema declared.

No examples provided.

marketo_approve_form ~44

Approve a Marketo form draft, making it the live version. The form must be in draft status.

NameTypeReqDescription
idnumberyesForm ID to approve

No output schema declared.

No examples provided.

marketo_clone_email ~91

Clone an existing Marketo email asset. Creates a draft copy with the specified name in the target folder.

NameTypeReqDescription
descriptionstringDescription for the cloned email
folderIdnumberyesDestination folder ID
folderTypestringType of destination folder
idnumberyesID of the email to clone
namestringyesName for the cloned email

No output schema declared.

No examples provided.

marketo_clone_form ~94

Clone an existing Marketo form. Creates a new form with the same fields and settings under the specified name and folder.

NameTypeReqDescription
descriptionstringDescription for the cloned form
folderIdnumberyesDestination folder ID
folderTypestringType of destination folder
idnumberyesID of the form to clone
namestringyesName for the cloned form

No output schema declared.

No examples provided.

marketo_clone_landing_page ~96

Clone an existing Marketo landing page. Creates a draft copy with the specified name in the target folder.

NameTypeReqDescription
descriptionstringDescription for the cloned landing page
folderIdnumberyesDestination folder ID
folderTypestringType of destination folder
idnumberyesID of the landing page to clone
namestringyesName for the cloned landing page

No output schema declared.

No examples provided.

marketo_clone_program ~100

Clone an existing Marketo program. Creates a copy with all local assets (emails, LPs, smart campaigns) under the specified name and folder.

NameTypeReqDescription
descriptionstringDescription for the cloned program
folderIdnumberyesDestination folder ID
folderTypestringType of destination folder
idnumberyesID of the program to clone
namestringyesName for the cloned program

No output schema declared.

No examples provided.

marketo_create_bulk_export_leads ~95

Create a bulk lead export job. Specify which fields to export and a date range filter. The job must be enqueued separately after creation. Max 500MB or 10M records per export.

NameTypeReqDescription
fieldsarrayyesLead field API names to export
filterobjectyesDate range filter - use createdAt or updatedAt (required)
formatstringExport file format

No output schema declared.

No examples provided.

marketo_create_channel ~91

Create a new channel in Marketo. Channels define program types and their progression statuses (e.g. Invited > Registered > Attended for a Webinar channel).

NameTypeReqDescription
applicableProgramTypestringyesProgram type this channel applies to (e.g. 'event', 'default', 'email')
namestringyesChannel name
progressionStatusesarrayyesOrdered list of progression statuses

No output schema declared.

No examples provided.

marketo_create_or_update_leads ~106

Batch create or update leads in Marketo. Upserts up to 300 leads per call. Uses 'email' as the default dedup field. Set action to createOnly, updateOnly, or createOrUpdate.

NameTypeReqDescription
actionstringSync action
inputarrayyesArray of lead objects (max 300). Each must include a dedup key like 'email'.
lookupFieldstringField used for deduplication

No output schema declared.

No examples provided.

marketo_delete_lead ~40

Delete a lead from Marketo by lead ID. This is permanent and cannot be undone.

NameTypeReqDescription
idnumberyesLead ID to delete

No output schema declared.

No examples provided.

marketo_enqueue_bulk_export ~56

Enqueue a previously created bulk export job for processing. The job moves from Created to Queued status. Poll status with marketo_get_bulk_export_status.

NameTypeReqDescription
exportIdstringyesExport job ID returned from create

No output schema declared.

No examples provided.

marketo_get_bulk_export_file ~63

Download the file from a completed bulk export job. Returns CSV/TSV content. Only works when job status is Completed. Large files may be clipped in MCP response.

NameTypeReqDescription
exportIdstringyesExport job ID (must be in Completed status)

No output schema declared.

No examples provided.

marketo_get_bulk_export_status ~57

Check the status of a bulk export job. Returns status (Created/Queued/Processing/Completed/Failed/Cancelled), file size, number of rows, and timestamps.

NameTypeReqDescription
exportIdstringyesExport job ID

No output schema declared.

No examples provided.

marketo_get_channel_by_id ~41

Get a single Marketo channel by ID. Returns channel metadata including progression statuses and their step numbers.

NameTypeReqDescription
idnumberyesChannel ID

No output schema declared.

No examples provided.

marketo_get_channels ~74

List all channels in Marketo. Channels define the program type taxonomy (e.g. Webinar, Tradeshow, Email Send). Returns channel names, progression statuses, and applicability.

NameTypeReqDescription
maxReturnnumberMax channels to return (1-200, default 20)
offsetnumberPagination offset

No output schema declared.

No examples provided.

marketo_get_email_by_id ~52

Get a single Marketo email asset by ID. Returns full email metadata including HTML content, subject line, from/reply-to, and module structure.

NameTypeReqDescription
idnumberyesEmail asset ID

No output schema declared.

No examples provided.

marketo_get_emails ~87

List email assets in Marketo. Supports pagination via maxReturn/offset and filtering by status (approved/draft). Returns email metadata including subject line, from address, and folder.

NameTypeReqDescription
maxReturnnumberMax emails to return (1-200, default 20)
offsetnumberPagination offset
statusstringFilter by approval status

No output schema declared.

No examples provided.

marketo_get_form_by_id ~46

Get a single Marketo form by its ID. Returns full form metadata including fields, submit button label, and visibility rules.

NameTypeReqDescription
idnumberyesForm ID

No output schema declared.

No examples provided.

marketo_get_forms ~92

List forms in Marketo. Supports pagination via maxReturn (max 200) and offset. Optionally filter by status (approved/draft). Returns form metadata including name, URL, status, and folder.

NameTypeReqDescription
maxReturnnumberMax forms to return (1-200, default 20)
offsetnumberPagination offset
statusstringFilter by approval status

No output schema declared.

No examples provided.

marketo_get_landing_page_by_id ~50

Get a single Marketo landing page by ID. Returns full LP metadata including template, URL, content sections, and form embeds.

NameTypeReqDescription
idnumberyesLanding page ID

No output schema declared.

No examples provided.

marketo_get_landing_pages ~90

List landing pages in Marketo. Supports pagination via maxReturn/offset and filtering by status (approved/draft). Returns LP metadata including URL, template, and mobile enablement status.

NameTypeReqDescription
maxReturnnumberMax landing pages to return (1-200, default 20)
offsetnumberPagination offset
statusstringFilter by approval status

No output schema declared.

No examples provided.

marketo_get_lead_activities ~116

Get activity log for a specific lead. Filter by activity type IDs (e.g. 1=Visit Web Page, 6=Send Email). Supports pagination via nextPageToken. Returns timestamped activity records.

NameTypeReqDescription
activityTypeIdsarrayFilter to specific activity type IDs
batchSizenumberNumber of results per page (max 300)
leadIdnumberyesLead ID to get activities for
nextPageTokenstringPagination token from previous response

No output schema declared.

No examples provided.

marketo_get_lead_by_email ~61

Look up a lead by email address. Uses filterType=email on the leads endpoint. Returns matching lead records.

NameTypeReqDescription
emailstringyesEmail address to search for
fieldsarrayList of field API names to return

No output schema declared.

No examples provided.

marketo_get_lead_by_id ~75

Get a single lead by Marketo lead ID. Optionally specify which fields to return. Returns lead record with all requested fields.

NameTypeReqDescription
fieldsarrayList of field API names to return (e.g. ['email','firstName','company'])
idnumberyesMarketo lead ID

No output schema declared.

No examples provided.

marketo_get_lead_lists ~88

Get leads that are members of a specific static list. Supports pagination via nextPageToken and batchSize.

NameTypeReqDescription
batchSizenumberNumber of results per page (max 300)
fieldsarrayLead field API names to return
listIdnumberyesStatic list ID
nextPageTokenstringPagination token from previous response

No output schema declared.

No examples provided.

marketo_get_program_by_id ~47

Get a single Marketo program by ID. Returns full program metadata including channel, status, costs, tags, and folder location.

NameTypeReqDescription
idnumberyesProgram ID

No output schema declared.

No examples provided.

marketo_get_program_members ~96

Get members (leads) of a Marketo program. Supports pagination via nextPageToken and batchSize. Optionally specify which lead fields to return.

NameTypeReqDescription
batchSizenumberNumber of results per page (max 300)
fieldsarrayLead field API names to return
nextPageTokenstringPagination token from previous response
programIdnumberyesProgram ID

No output schema declared.

No examples provided.

marketo_get_programs ~159

List programs in Marketo. Supports pagination (maxReturn/offset), filtering by type (filterType: id/programType/folder/tag), and date range filtering. Returns program metadata including status, channel, costs, and tags.

NameTypeReqDescription
earliestUpdatedAtstringISO 8601 datetime — only programs updated after this
filterTypestringFilter type: id, programType, folder, or tag
filterValuesstringComma-separated filter values
latestUpdatedAtstringISO 8601 datetime — only programs updated before this
maxReturnnumberMax programs to return (1-200, default 20)
offsetnumberPagination offset

No output schema declared.

No examples provided.

marketo_get_smart_list_by_id ~46

Get a single Marketo smart list by ID. Returns full smart list metadata including filter definitions and rule logic.

NameTypeReqDescription
idnumberyesSmart list ID

No output schema declared.

No examples provided.

marketo_get_smart_lists ~68

List smart lists in Marketo. Returns smart list metadata including name, folder, created/updated dates, and filter rules summary.

NameTypeReqDescription
maxReturnnumberMax smart lists to return (1-200, default 20)
offsetnumberPagination offset

No output schema declared.

No examples provided.

marketo_remove_leads_from_list ~62

Remove one or more leads from a static list by lead IDs. Max 300 leads per call.

NameTypeReqDescription
leadIdsarrayyesArray of lead IDs to remove (max 300)
listIdnumberyesStatic list ID

No output schema declared.

No examples provided.

marketo_send_sample ~91

Send a sample/test email to an email address. Optionally render personalization tokens using a specific lead's data. Useful for QA before approving.

NameTypeReqDescription
emailAddressstringyesRecipient email address for the sample
idnumberyesEmail asset ID
leadIdnumberLead ID whose data to use for token rendering
textOnlybooleanSend text-only version

No output schema declared.

No examples provided.