AgentHubAgentHub

Ad Creative Intelligence

MCP ServerMCP Registry官方收录

io.github.atul0016/ad-creative-intelligence · v0.1.1

Creative fatigue, winning-angle, competitor ad, and hook benchmark intelligence.

概览

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

安装

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

{
  "mcpServers": {
    "ad-creative-intelligence": {
      "command": "uvx",
      "args": [
        "ad-creative-intelligence-mcp"
      ],
      "env": {
        "EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>"
      }
    }
  }
}

环境变量

EARNALL_MCP_LICENSE_KEY必填secret

License key from AtulHritik-Mcp-Ad-Creative-Intelligence 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/ad-creative-intelligence",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "Ad Creative Intelligence",
  "description": "Creative fatigue, winning-angle, competitor ad, and hook benchmark intelligence.",
  "homepage": "https://mcp-payment-site.vercel.app/ad-creative-intelligence",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "ad-creative-intelligence-mcp",
        "version": "0.1.1",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "EARNALL_MCP_LICENSE_KEY",
            "description": "License key from AtulHritik-Mcp-Ad-Creative-Intelligence 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/ad-creative-intelligence-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/ad-creative-intelligence",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.atul0016%2Fad-creative-intelligence/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Ad Creative Intelligence — MCP Server 安装与配置 · AgentHub