Skip to main content
Glama
CSOAI-ORG

Marketing Analytics AI MCP

Marketing Analytics Ai MCP

MCP server for marketing analytics ai mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Marketing Analytics Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

campaign_roi

Calculate comprehensive campaign ROI including ROAS, CPA, CPC, CPM,

ab_test_analyze

Analyze A/B test results with statistical significance testing.

funnel_optimizer

Analyze a conversion funnel and identify the biggest leak point with

attribution_model

Apply an attribution model to marketing touchpoints. Distributes conversion

ad_copy_generator

Generate ad copy variants tailored to a specific platform with proper

Installation

pip install meok-marketing-analytics-ai-mcp

Usage 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 implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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