ipcom-marketing-ai
Version:
Zero-config MCP server for AI-powered marketing tools. Features automatic setup, standalone mode, Interactive Buyer Persona Generator with bilingual support (EN/PT-BR), and enterprise-grade content analysis with 2025 frameworks.
81 lines (80 loc) • 1.81 kB
JSON
{
"name": "ipcom-marketing-ai",
"version": "0.4.1",
"description": "Zero-config MCP server for AI-powered marketing tools. Features automatic setup, standalone mode, Interactive Buyer Persona Generator with bilingual support (EN/PT-BR), and enterprise-grade content analysis with 2025 frameworks.",
"keywords": [
"mcp",
"model-context-protocol",
"marketing",
"content-analysis",
"frameworks",
"IDEAL",
"STEPPS",
"E-E-A-T",
"GDocP",
"buyer-persona",
"bilingual",
"portuguese",
"english",
"interview",
"adele-revella",
"5-rings",
"zero-config",
"standalone",
"auto-setup",
"batch-processing",
"cache",
"ai-tools",
"claude",
"anthropic",
"osp",
"open-strategy-partners",
"technical-writing",
"seo",
"content-optimization",
"typescript",
"nodejs",
"python",
"cli-tool"
],
"author": "Fabio Theodoro <fabiotheo@ipcom.com.br>",
"homepage": "https://github.com/fabiotheo/ipcom-marketing-ai",
"repository": {
"type": "git",
"url": "git+https://github.com/fabiotheo/ipcom-marketing-ai.git"
},
"bugs": "https://github.com/fabiotheo/ipcom-marketing-ai/issues",
"license": "CC-BY-SA-4.0",
"bin": {
"ipcom-marketing-ai": "./index.js"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"index.js",
"postinstall.js",
"README.md",
"LICENSE"
],
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "node index.js --help",
"postinstall": "node postinstall.js"
},
"mcp": {
"type": "stdio",
"command": "ipcom-marketing-ai",
"args": []
},
"dependencies": {},
"devDependencies": {},
"os": [
"darwin",
"linux",
"win32"
],
"preferGlobal": true
}