Marketo MCP Server by CData
@CDataSoftware
关于 Marketo MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Marketo (beta): https://www.cdata.com/download/download.aspx?sku=DKZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\marketo.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Marketo MCP Server by CData?
Marketo MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (LLMs) like Claude Desktop to query live Marketo data through natural language. It wraps the CData JDBC Driver for Marketo, which exposes Marketo as relational SQL models, so no SQL is required from the user.
How to use Marketo MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), install and license the CData JDBC Driver for Marketo, create a connection string and a .prp configuration file, then configure Claude Desktop by adding the server to claude_desktop_config.json. Run or refresh Claude Desktop; the server’s tools become available for asking questions about Marketo data.
Key features of Marketo MCP Server by CData
- Read-only access to Marketo data via MCP
- Built on the CData JDBC Driver for Marketo
- Natural language querying through LLM clients
- Provides tools to list tables and columns
- Execute SQL SELECT queries against Marketo
- Uses
stdiotransport (local machine only)
Use cases of Marketo MCP Server by CData
- Querying campaign performance metrics via Claude Desktop
- Retrieving lead lists and segment details without SQL expertise
- Exploring Marketo schema interactively during analysis
- Integrating Marketo data into AI-powered reporting workflows
FAQ from Marketo MCP Server by CData
Is Marketo MCP Server by CData read-write or read-only?
This version is read-only. For full read, write, update, delete, and action capabilities, CData offers a separate free beta MCP Server for Marketo.
What are the runtime dependencies?
You need Java, Maven (to build), and the CData JDBC Driver for Marketo (installed and licensed separately).
How does authentication work?
If Marketo uses OAuth, you authenticate interactively in your browser when creating the JDBC connection string using the driver’s Connection String utility.
What transport does the server use?
The server uses stdio transport and can only be used with MCP clients running on the same machine.
Where does the data live?
The data remains in Marketo; the server queries it live through the JDBC driver and returns results in CSV format via MCP tools.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论