Marketic
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MarketicAnalyze competitor HubSpot in marketing automation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Marketic — Marketing Intelligence OS
AI-native marketing operating system that encodes real performance marketing judgment.
Closed-loop: Analyze competitors → Generate counter-variants → Launch campaigns → Measure → Learn
🎯 What Marketic Does
# Start the MCP server
python3 mcp_server.py
# In another terminal, analyze a competitor
echo '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"analyze_competitor","arguments":{"brand":"HubSpot","category":"marketing automation"}},"id":1}' | python3 mcp_server.pyOutput:
{
"competitor": "HubSpot",
"analysis": "HubSpot dominates with all-in-one platform...",
"confidence": 0.85,
"analyzed_at": "2026-07-20T14:15:40.171150"
}Why this is different: Marketic exposes 32 marketing intelligence tools via MCP (Model Context Protocol), enabling any MCP-compatible agent (including Quay) to call marketing domain functions natively.
Related MCP server: campaign_chest
🔌 MCP Server — 32 Tools
Marketic exposes 32 tools across 7 categories via JSON-RPC 2.0 over stdio:
Category | Tools | Use Case |
Competitive Analysis |
| Competitor research, gap analysis, positioning maps |
Creative Generation |
| Ad copy, social posts, SEO articles, brand stories |
Campaign Management |
| Multi-channel campaign planning, ROAS optimization |
Analytics |
| Attribution modeling, market signal collection |
Hub Connectors |
| Unified marketing platform integration (WebEngage, HubSpot, etc.) |
CRM |
| Lead/deal management, activity logging |
Utilities |
| URL tracking, workflow orchestration |
Quick Test
# List all tools
echo '{"jsonrpc":"2.0","method":"tools/list","params":{},"id":1}' | python3 mcp_server.py
# Run a sample campaign suite
python3 run_sample_campaigns.py🏗️ Architecture
Signal → Plan → Execute → Respond → Learn
↓ ↓ ↓ ↓ ↓
Context Route Ensemble Merge Quality
Loading Tier +Fallback +Deliver TrackingTiered LLM Routing:
Easy task (ad copy): 1 cheap model, ~$0.0001
Medium task (gap analysis): 2 mid-tier models parallel, ~$0.002
Hard task (campaign strategy): 3 premium models + confidence voting, ~$0.05
🚀 Integration with Quay
Marketic is integrated into Quay (Autonomous AI Software Factory) as a native MCP tool provider:
// Quay's marketing module config (src/server/marketing/config.ts)
export const MARKETIC_MCP_CONFIG: MCPServerConfig = {
name: 'marketic',
command: 'python3',
args: ['/Users/Subho/marketic/mcp_server.py'],
env: { /* API keys */ },
};Quay Marketing Routes:
POST /api/marketing/analyze→marketic::analyze_competitorPOST /api/marketing/creatives→marketic::generate_creativesPOST /api/marketing/campaign→marketic::build_campaign/launch_campaign_adPOST /api/marketing/signals→marketic::collect_signals
📊 Test Results (2026-07-20)
67 integration tests passing across Marketic MCP server and Quay API routes:
npm test -- tests/integration/
# 43 Marketic MCP tool tests + 24 API route contract testsSample Campaigns Verified
Campaign | Tools Chained | Status |
A: Position-and-Attack |
| ✅ |
B: ROAS Optimizer |
| ✅ |
C: Creative-Bomb |
| ✅ |
D: SEO Content Engine |
| ✅ |
🛠️ Quick Start
# Clone
git clone https://github.com/Das-rebel/marketic
cd marketic
# Install dependencies
pip install -e .
# Run MCP server (for use by Quay or other MCP clients)
python3 mcp_server.py
# Or run sample campaigns
python3 run_sample_campaigns.py📁 Project Structure
marketic/
├── mcp_server.py # MCP stdio server (32 tools)
├── run_sample_campaigns.py # Sample campaign runner
├── API_DOCUMENTATION.md # Full API reference
├── marketic/
│ ├── gtm/ # Go-to-market tools
│ │ ├── positioning.py
│ │ ├── narrative.py
│ │ └── ...
│ ├── creative/ # Creative generation
│ │ ├── social_generator.py
│ │ ├── seo_generator.py
│ │ └── ...
│ ├── campaign/ # Campaign management
│ │ ├── builder.py
│ │ ├── budget_router.py
│ │ └── ...
│ ├── analytics/ # Attribution & signals
│ ├── integrations/ # Hub connectors
│ └── crm/ # CRM tools
└── tests/ # Integration tests⚙️ Environment Variables
# LLM API keys (for real AI-powered analysis)
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
# Marketing platform integrations (optional)
HUBSPOT_API_KEY=...
WEBENGAGE_API_KEY=...
CLEVERTAP_ACCOUNT_ID=...
BRAZE_API_KEY=...
MAILCHIMP_API_KEY=...
CLAY_API_KEY=...📈 Differentiation
Tool | What it does | Marketic advantage |
Icon AI CMO | Black-box autonomous ads | Transparency: every decision logged with reasoning |
HubSpot/Marketo | Enterprise platforms | Open, learnable system that gets smarter over time |
| Link attribution only | Attribution + competitive intel + creative generation |
| SEO skills only | Full marketing intelligence, not just SEO |
📄 Documentation
API_DOCUMENTATION.md — Complete 32-tool API reference with examples
AGENT_COUNCIL_REPORT.md — Architectural review by multiple AI agents
License
MIT © Subhajit Das
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for Meta Ads providing 30 tools for account discovery, campaign management, targeting research, and insights. Designed with LLM-friendly outputs and productivity features like cloning and bulk operations.1MIT
- Flicense-qualityDmaintenanceProvides 35 MCP tools for automated marketing campaigns, integrating event management, booking, and email marketing into a deterministic pipeline for AI agents.
- Flicense-qualityCmaintenanceA remote MCP server that provides a complete digital-marketing employee with 45 marketing skills, orchestration logic, persona, and per-client context for any MCP host.

Markifact MCP Serverofficial
Alicense-qualityCmaintenanceA universal marketing MCP server that lets AI clients manage 20+ ad and marketing platforms (Google Ads, Meta, TikTok, etc.) with 500+ operations, including write actions with user approval.45MIT
Related MCP Connectors
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Das-rebel/marketic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server