Server data from the Official MCP Registry
MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.
MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.
This is a well-structured MCP server for Marketo API integration with proper OAuth 2.0 authentication, input validation via Zod, and appropriate error handling. Credentials are correctly managed via environment variables rather than hardcoded. Permissions align with the server's purpose (API queries, lead/program/asset management). Minor code quality observations around broad exception handling do not materially impact security. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.
7 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MARKETO_CLIENT_ID
Environment variable: MARKETO_CLIENT_SECRET
Environment variable: MARKETO_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zleventer-marketo-mcp-server": {
"env": {
"MARKETO_BASE_URL": "your-marketo-base-url-here",
"MARKETO_CLIENT_ID": "your-marketo-client-id-here",
"MARKETO_CLIENT_SECRET": "your-marketo-client-secret-here"
},
"args": [
"-y",
"marketo-mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.