Marketo Mcp Server

Created By
ZLeventera month ago
MCP server for Marketo — query leads, programs, emails, forms, lists, and bulk exports from Claude in plain English. 32 tools covering leads (lookup, batch upsert, activity log), programs (list, clone, members), emails (clone, send sample), forms (clone, approve), smart + static lists, channels, landing pages, and bulk export jobs. Built for Marketo admins and marketing ops who'd rather ask a question than click through the UI. Why this exists The Marketo Admin UI is slow, the REST API is fiddly (LaunchPoint, identity tokens, OAuth client-credentials, bulk export polling), and most teams don't have an internal tool layer over it. This server abstracts the auth, retries, and pagination so you can ask Claude things like "which forms are approved on the Contact Us LP?" or "clone the Q1 webinar program into the Q2 folder" and it just works. No other open-source Marketo MCP server ships this depth (32 tools across 9 categories). Earned a Glama AAA quality rating.

Server Config

{
  "mcpServers": {
    "marketo": {
      "command": "npx",
      "args": [
        "-y",
        "marketo-mcp-server"
      ],
      "env": {
        "MARKETO_CLIENT_ID": "your_client_id",
        "MARKETO_CLIENT_SECRET": "your_client_secret",
        "MARKETO_BASE_URL": "https://xxx-xxx-xxx.mktorest.com"
      }
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
ZLeventer
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Fluentive

11 hours ago
Swiss Whale Intelligence
@alpineflow-io

**Swiss Whale Intelligence MCP** — 45 on-chain analytics tools for **Bitcoin, Ethereum, Solana, USDT (ETH + Tron), and tokenized gold (XAUT + PAXG)**, exposed via Model Context Protocol with anonymous OAuth 2.1 (Free tier, no signup required to install). ## Tools (45 across 5 chains + meta) - **Bitcoin** (21): whale alerts, MVRV per address, Meiklejohn-canonical clusters, dormant-wakeup detection, exchange flows, mining-pool balances, SOPR, HODL waves, fear & greed, BTC indicators (Pi Cycle Top, Stock-to-Flow), entity search - **Ethereum** (5): whale alerts, ETH MVRV (3-tier doctrine), hybrid L1+L3 clusters - **Solana** (4): native + SPL whale transfers, address profiles, top movers, flow breakdown - **USDT** (4): cross-chain whale transfers (ETH + Tron), per-address activity, Tether-Treasury mint/burn events - **Tokenized Gold** (3): XAUT + PAXG whale transfers, top holders, supply mint/burn events - **Glossary** (2): plain-English definitions + search for on-chain terms (MVRV, SOPR, HODL waves, etc.) - **Benchmarks + AI + Pro** (6): BTC vs SPY/Gold/SP500 comparisons, AI-synthesized whale_explain narratives, full address history, CSV bulk export ## Quality + Trust - Anonymous OAuth 2.1 (RFC 9728 + RFC 8414), no signup to try - Methodology whitepaper published (CC-BY-4.0, SHA256-pinned): https://swisswhaleintelligence.com/whitepaper/v1.md - Listed in official MCP Registry as `io.github.alpineflow-io/swiss-whale-intelligence` v1.1.0 - Built and operated independently from Switzerland by Catering & Event Services GmbH ## Install ```bash claude mcp add btc-whale-intelligence https://mcp.swisswhaleintelligence.com/mcp ``` Or in Claude Desktop `claude_desktop_config.json`: ```json { "mcpServers": { "swiss-whale-intelligence": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.swisswhaleintelligence.com/mcp"] } } } ``` ## Pricing Free tier (anonymous, 38 of 45 tools, 10 API calls/day, 5 AI-queries/day) → Intelligence 49 CHF/mo (full access, 10K API calls/day) → Pro 149 CHF/mo (REST API, business license) → Academic Free (verified .edu/.ac.*/.uni-*).

a day ago