MarTech MCP Server
Exposes marketing catalogs (offers, assets, campaigns, and computed metrics) to MCP clients, enabling natural language queries and AI-driven marketing analysis.
README
MarTech MCP Server
An industry-agnostic Model Context Protocol server that exposes marketing catalogs — offers, assets, campaigns, and computed offer metrics — to any MCP client (Claude Desktop, other AI assistants, or an orchestration platform).
It reads catalogs from CSV today and is designed so the data source can be swapped for a database or object storage (R2/S3) later without changing the tools. A customer integrates by exporting CSVs from whatever backend they use, placing them in a configured location, and pointing the server at it — the server and any connected AI tool never store the data and never touch the source systems.
This is a reference implementation with a defined catalog contract, not a universal connector for every martech vendor. Extend the CSV contract and the
CatalogSourceto fit your systems.
Tools
Reference lookups:
search_offers— find offers by free-text query, category, and/or segmentget_offer— full offer record by ID or nameget_assets_for_offer— creative assets linked to an offersearch_campaigns— find campaigns by query and/or segmentget_campaign— full campaign record by ID or name
Computed metrics (from an event fact table; individual profiles are only ever counted, never exposed):
get_offer_performance— impressions, clicks, CTR, unique reach for an offer; optional breakdown by segment or placementget_top_offers— offers ranked by CTR, optionally filtered by segment/placementget_campaign_performance— aggregate performance for a campaign
Catalog contract (CSV)
Multi-value fields use a semicolon (;) delimiter.
- offers.csv: Offer ID, Offer Name, Offer Category, Offer Tone, Offer Segments, Offer Title, Offer Description, Offer Subtitle, Offer Eyebrow Text, Offer Image Asset URL, Offer CTA Text, Offer CTA URL, Offer CTA 2 Text, Offer CTA 2 URL
- assets.csv: Asset ID, Asset Name, Asset URL, Asset Tags
- campaigns.csv: Campaign ID, Campaign Name, Campaign Brief, Campaign Segments, Campaign Offers, Campaign Attribution IDs, Targeted Placements
- offer_metrics.csv: Offer ID, Placement, Segment, Profile ID, Action (View/Click), Campaign ID
Run locally
npm install
npm run build
npm start # runs the compiled server on stdio
# or, during development:
npm run dev # runs from source with tsx
npm run inspect # opens the MCP Inspector against the server
Set MARTECH_DATA_DIR to use a different catalog directory (defaults to ./data).
Connect to Claude Desktop
Add this to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"martech": {
"command": "node",
"args": ["/absolute/path/to/martech-mcp-server/dist/index.js"]
}
}
}
Restart Claude Desktop, then ask things like "What offers do we have for lapsed customers?" or "What's the click-through rate for campaign TMO-CMP-001?" — Claude will call the tools and read your catalogs live.
Roadmap
- Swap
CsvCatalogSourcefor an R2/S3-backed source (read CSVs from a bucket) and a database source. - Per-customer configuration (point at a customer's bucket/prefix).
- Remote transport (HTTP/SSE) for hosted, multi-client access.
Run as a remote server (for Claude custom connectors)
The server also runs over HTTP (Streamable HTTP transport) so it can be added as a remote custom connector in Claude (claude.ai, Claude Desktop, Cowork).
npm install
npm run build
npm start # HTTP server on :3000 (or $PORT), MCP endpoint at POST /mcp
Health check: GET / · MCP endpoint: POST /mcp
Deploy free on Render
- Push this repo to GitHub.
- On render.com: New → Web Service → connect this repo.
- Render reads
render.yamlautomatically (buildnpm install && npm run build, startnpm start, free plan). - After deploy you get a URL like
https://martech-mcp-server.onrender.com. - In Claude → Add custom connector → Remote MCP server URL =
https://martech-mcp-server.onrender.com/mcp(leave OAuth blank).
Note: Render's free tier sleeps after inactivity; the first request after idle may take ~30–60s to wake.
Run locally for Claude Desktop (stdio)
npm run build
npm run start:stdio
Then point claude_desktop_config.json at dist/index.js (see earlier example).
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。