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

Marketo

NPM · MARKETO-MCP-SERVER · SCANNED SEP 20

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

Available components

0 this week 77 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 110 dependencies flagged as unhealthy. 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 144 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 Management93
  • Stability observed for 28 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "marketo_delete_lead" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 32 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Marketo MCP server?

Marketo runs locally as an npm package, launched with npx -y marketo-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · marketo-mcp-server

# add to Claude Code
claude mcp add zleventer-marketo-mcp-server -- npx -y marketo-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "zleventer-marketo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "marketo-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "zleventer-marketo-mcp-server": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "zleventer-marketo-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "marketo-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add zleventer-marketo-mcp-server -t stdio -c npx -a -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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/marketo-mcp-server@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 110 packages
Packages resolved 110
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the Marketo MCP server?

Marketo is an MCP server listed in the public MCP registry as io.github.ZLeventer/marketo-mcp-server. MCP server for Marketo, 32 tools for leads, programs, emails, forms, lists, and bulk export. This page covers its npm package (marketo-mcp-server).

Is the Marketo MCP server safe to use?

Marketo scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Marketo MCP server expose?

Marketo exposes 32 tools: marketo_get_forms, marketo_get_form_by_id, marketo_clone_form, marketo_approve_form, marketo_get_lead_by_id, and 27 more. Their descriptions and schemas cost roughly 2,436 tokens of context every time the server is loaded.

Is the Marketo MCP server still maintained?

Marketo is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Marketo MCP server under?

Marketo declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.