AgentHubAgentHub

Marketing Content Production

MCP ServerMCP Registry官方收录

io.github.atul0016/marketing-content-production · v0.1.1

Brand-safe ad, email, product description, and social content production.

概览

Marketing Content Production 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "marketing-content-production": {
      "command": "uvx",
      "args": [
        "marketing-content-production-mcp"
      ],
      "env": {
        "EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>"
      }
    }
  }
}

环境变量

EARNALL_MCP_LICENSE_KEY必填secret

License key from AtulHritik-Mcp-Marketing-Content-Production purchase page.

EARNALL_MCP_ACTIVATION_ID可选

Optional stable private install ID for this user/device.

EARNALL_MCP_LICENSE_API可选

License validation endpoint.

相关资源

统一 Manifest

{
  "id": "io.github.atul0016/marketing-content-production",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "Marketing Content Production",
  "description": "Brand-safe ad, email, product description, and social content production.",
  "homepage": "https://mcp-payment-site.vercel.app/marketing-content-production",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "marketing-content-production-mcp",
        "version": "0.1.1",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "EARNALL_MCP_LICENSE_KEY",
            "description": "License key from AtulHritik-Mcp-Marketing-Content-Production purchase page.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "EARNALL_MCP_ACTIVATION_ID",
            "description": "Optional stable private install ID for this user/device."
          },
          {
            "name": "EARNALL_MCP_LICENSE_API",
            "description": "License validation endpoint."
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "docker.io/atulhritik/marketing-content-production-mcp:0.1.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.atul0016/marketing-content-production",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.atul0016%2Fmarketing-content-production/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Marketing Content Production — MCP Server 安装与配置 · AgentHub