
Ad Copy Ai Mcp
- Updated July 25, 2026
- CSOAI-ORG/ad-copy-ai-mcp
ad-copy-ai-mcp is a distribution MCP server by MEOK AI Labs that lets coding agents generate and work with ad copy via stdio MCP tools.
About
ad-copy-ai-mcp is a Model Context Protocol server from MEOK AI Labs, listed as io.github.CSOAI-ORG/ad-copy-ai-mcp with version 1.0.3 on PyPI and stdio transport. developers launching a SaaS, digital product, or small ecommerce offer can wire it into Claude Code or Cursor so ad variants, headlines, and channel-specific copy are produced through MCP tools with a consistent invocation pattern. It belongs in the Launch distribution subphase alongside landing updates and campaign setup, though you may reuse it during Grow for fresh creatives. Public registry text does not enumerate every tool parameter, so validate outputs against your brand voice and ad platform policies after install. Think of it as an MCP bridge to ad-copy AI, not a full ads manager or spend optimizer.
- ad-copy-ai-mcp MCP server by MEOK AI Labs (CSOAI-ORG namespace)
- PyPI stdio package ad-copy-ai-mcp at version 1.0.3
- GitHub repo CSOAI-ORG/ad-copy-ai-mcp for source review
- Agent-callable surface for ad-copy generation instead of unstructured chat drafts
Ad Copy Ai Mcp by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add ad-copy-ai-mcp -- uvx ad-copy-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | ad-copy-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | July 25, 2026 |
| Repository | CSOAI-ORG/ad-copy-ai-mcp ↗ |
What it does
Generate and refine paid and organic ad copy from your coding agent when you are pushing a launch or campaign live.
Who is it for?
Best when you're shipping your own product and want fast, tool-based ad copy drafts inside Claude Code or Cursor.
Skip if: Skip if you need enterprise ad operations, budget automation, or compliance review built into a single ads platform.
What you get
With the server registered, your agent can invoke ad-copy-ai MCP tools while you spin up campaigns and distribution creatives.
- MCP-invokable ad-copy generation workflow in your launch toolkit
- Version-pinned stdio integration (v1.0.3 per registry)
- Source-backed customization path via github.com/CSOAI-ORG/ad-copy-ai-mcp
By the numbers
- Registry version 1.0.3 for PyPI identifier ad-copy-ai-mcp
- Stdio MCP transport in CSOAI-ORG server manifest
- GitHub repository CSOAI-ORG/ad-copy-ai-mcp linked in MCP registry metadata
README.md
Ad Copy Ai MCP
AI-powered ad copy generation for multi-platform campaigns
AI-powered ad copy generation for multi-platform campaigns.
🚀 Quick Start
# Install via pip
pip install ad_copy_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install ad-copy-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Each tier above the free self-host adds HMAC-signed attestations verifiable at `verify.meok.ai`. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"ad-copy-ai-mcp": {
"command": "uvx",
"args": ["ad-copy-ai-mcp"]
}
}
}
Or: pip install ad-copy-ai-mcp then run the ad-copy-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
generate_ad_copyto …" - "Use
generate_variantsto …" - "Use
create_campaignto …"
Recommended MCP Servers
How it compares
MCP ad-copy AI bridge—not a SEO skill, not a social scheduling integration.
FAQ
Who is ad-copy-ai-mcp for?
Developers and small teams launching offers who want MEOK AI Labs ad-copy capabilities exposed as MCP tools to their coding agent.
When should I use ad-copy-ai-mcp?
Use it during Launch distribution when you are preparing paid social, search, or marketplace ad text alongside go-to-market pushes.
How do I add ad-copy-ai-mcp to my agent?
Install ad-copy-ai-mcp from PyPI, configure the stdio MCP server in your agent, and supply any API keys or brand context your ad-copy flow requires.