Copywriting MCP Server

Copywriting MCP Server

Provides 10 validation tools for direct response copywriting, including blind critique, emotional stress test, semantic memory search, and more.

Category
Visit Server

README

<p align="center"> <h1 align="center">Copywriting MCP Server</h1> <p align="center"> <strong>MCP Server com 10 ferramentas de validacao para Direct Response copywriting</strong> </p> <p align="center"> <img src="https://img.shields.io/badge/MCP-compatible-purple" alt="MCP"> <img src="https://img.shields.io/badge/SQLite-embedded-blue" alt="SQLite"> <img src="https://img.shields.io/badge/license-MIT-green" alt="License"> </p> </p>


O que e

Servidor MCP (Model Context Protocol) que fornece 10 ferramentas de validacao de qualidade para copywriting Direct Response. Usado pelo Copy Chief BLACK para enforcar quality gates automaticamente.

Instalacao

npx @lucapimenta/copywriting-mcp install

Ferramentas MCP

Ferramenta Descricao
validate_gate Avanca fase do pipeline (Research → Briefing → Production → Delivery)
blind_critic Critica cega — avalia copy sem saber o contexto/oferta
emotional_stress_test Testa intensidade emocional e calibragem DRE
black_validation Validacao final BLACK (pre-delivery)
semantic_memory_search Busca semantica em swipe files e referencias
layered_review Review em 5 camadas (estrutura, emocao, logica, CTA, compliance)
voc_search Busca em base de VOC (Voice of Customer)
get_phase_context Retorna contexto da fase atual do pipeline
create_mecanismo Cria/valida Mecanismo Unico (MUP + MUS)
get_mecanismo Recupera mecanismo ativo de uma oferta

Como Funciona

Claude Code → MCP Protocol → Copywriting Server → SQLite + Embeddings
                                    ↓
                              10 Quality Tools
                                    ↓
                           Validation Results → Claude

O servidor:

  1. Recebe chamadas via MCP protocol
  2. Consulta SQLite para estado de ofertas, gates, mecanismos
  3. Usa embeddings para busca semantica em swipes/VOC
  4. Retorna resultados estruturados para o Claude

Arquitetura

~/.claude/plugins/copywriting-mcp/
  src/
    server.js               Entry point do MCP server
    tools/                  10 ferramentas
      validate-gate.js
      blind-critic.js
      emotional-stress-test.js
      black-validation.js
      semantic-memory-search.js
      layered-review.js
      voc-search.js
      phase-context.js
      create-mecanismo.js
      get-mecanismo.js
    db/
      sqlite.js             Database manager
      embeddings.js          Embedding generator
      schema.sql             Database schema
  prompts/
    blind-critic.md         Prompt de critica cega
    stress-test.md          Prompt de estresse emocional
    black-validation.md     Prompt de validacao BLACK
  data/
    copywriting.db          SQLite database (gerado)

Instalacao Manual

# 1. Clone
git clone https://github.com/lckx777/copywriting-mcp.git
cd copywriting-mcp

# 2. Instale
node bin/cli.js install
# Copia server/ para ~/.claude/plugins/copywriting-mcp/
# Roda npm install
# Atualiza mcp.json

# 3. Ou instale via npx
npx @lucapimenta/copywriting-mcp install

# 4. Listar ferramentas
npx @lucapimenta/copywriting-mcp tools

Configuracao

O installer adiciona automaticamente ao ~/.claude/mcp.json:

{
  "mcpServers": {
    "copywriting": {
      "command": "node",
      "args": ["~/.claude/plugins/copywriting-mcp/src/server.js"],
      "env": {
        "COPYWRITING_ECOSYSTEM": "~/copywriting-ecosystem"
      }
    }
  }
}

Requisitos

  • Node.js >= 18
  • Copy Chief BLACK v2.0+ instalado (npx @lucapimenta/copy-chief-black install)
  • Claude Code com suporte a MCP

Pacotes Relacionados

Pacote Descricao
@lucapimenta/copy-chief-black Core framework (obrigatorio)
@lucapimenta/copy-chief-dashboard Dashboard Next.js (opcional)

Licenca

MIT — LICENSE

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured