Marketing Analytics AI MCP
Marketing Analytics Ai MCP
MCP server for marketing analytics ai mcp operations
Overview
Marketing Analytics Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Calculate comprehensive campaign ROI including ROAS, CPA, CPC, CPM, |
| Analyze A/B test results with statistical significance testing. |
| Analyze a conversion funnel and identify the biggest leak point with |
| Apply an attribution model to marketing touchpoints. Distributes conversion |
| Generate ad copy variants tailored to a specific platform with proper |
Installation
pip install meok-marketing-analytics-ai-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"marketing-analytics-ai-mcp": {
"command": "python",
"args": ["-m", "meok_marketing_analytics_ai_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/marketing-analytics-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server