AgentHubAgentHub

LeadFoxConnect

MCP ServerMCP Registry官方收录

io.github.LeadFox-Shay/leadfoxconnect · v0.1.0

Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.

概览

LeadFoxConnect 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "leadfoxconnect": {
      "url": "https://app.leadfoxconnect.com/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.LeadFox-Shay/leadfoxconnect",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "LeadFoxConnect",
  "description": "Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.",
  "repository": {
    "url": "https://github.com/LeadFox-Shay/leadfoxconnect",
    "source": "github"
  },
  "homepage": "https://leadfoxconnect.com/?utm_source=mcp-registry&utm_medium=directory&utm_campaign=mcp-listings",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://app.leadfoxconnect.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.LeadFox-Shay/leadfoxconnect",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.LeadFox-Shay%2Fleadfoxconnect/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
LeadFoxConnect — MCP Server 安装与配置 · AgentHub