Marketo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MARKETO_TIMEOUT | No | Request timeout in seconds, default 30 | 30 |
| MARKETO_BASE_URL | Yes | Marketo instance URL, e.g. https://<munchkin-id>.mktorest.com | |
| MARKETO_CLIENT_ID | Yes | OAuth client id | |
| MARKETO_ACCESS_TOKEN | No | Pre-fetched bearer token to skip OAuth token retrieval | |
| MARKETO_CLIENT_SECRET | Yes | OAuth client secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 34 tools
Many tools have distinct names, but several pairs like describe_leads vs get_lead_by_id vs search_leads could cause ambiguity. The lack of descriptions exacerbates confusion, though the names are specific enough to differentiate with context.
All tools follow a consistent snake_case verb_noun pattern, with verbs like get, create_update, delete, describe, search, add, remove, schedule, trigger. No mixing of conventions.
34 tools is on the high side, but Marketo is a broad platform. The count could be trimmed, but it remains within a plausible range for a comprehensive integration.
While many entities are covered, significant operations are missing: no create/update/delete for emails, campaigns, programs, folders, forms, or landing pages. Update and delete for companies/opportunities are absent, leaving gaps in lifecycle management.