{
  "ok": true,
  "resource": {
    "id": "RES_85A9CD13FD7D",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.chinamarketing%2Fintelligence/versions/1.0.1",
    "name": "China Marketing AI Intelligence MCP",
    "summary_en": "Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows.",
    "summary_zh": "用于中国品牌可见度、目的地需求和KOL发现工作流的远程MCP服务器。",
    "description_en": "A remote MCP server providing tools for China brand visibility snapshots, destination demand snapshots, and KOL shortlists. The server exposes three tools via streamable HTTP. No authentication or pricing details are available from the source record.",
    "description_zh": "一个远程MCP服务器，提供中国品牌可见度快照、目的地需求快照和KOL候选名单工具。该服务器通过流式HTTP暴露三个工具。源记录中未提供认证和定价详情。",
    "provider_name": "ai.chinamarketing",
    "homepage_url": "https://www.chinamarketing.ai/",
    "endpoint_url": "https://api.chinamarketing.ai/mcp",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.chinamarketing%2Fintelligence/versions/1.0.1",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "brand.visibility.analyze",
      "destination.demand.analyze",
      "kol.discover"
    ],
    "categories": [
      "commerce",
      "other"
    ],
    "industries": [
      "commerce",
      "general"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.0.1",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:07:00.526Z"
      }
    },
    "latest_version": "1.0.1",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": null,
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "partial",
      "contract_completeness": "partial",
      "access_friction": "unknown",
      "operational_transparency": "weak",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "conditional",
      "reviewed_at": "2026-09-03T06:07:01.386Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:50:08.046Z",
    "last_seen_at": "2026-09-03T06:07:00.744Z",
    "published_at": "2026-09-03T06:07:00.744Z",
    "created_at": "2026-09-03T02:50:08.046Z",
    "updated_at": "2026-09-03T06:07:01.386Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_85A9CD13FD7D",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_85A9CD13FD7D/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_85A9CD13FD7D",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.chinamarketing%2Fintelligence/versions/1.0.1",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.chinamarketing/intelligence@1.0.1",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.chinamarketing%2Fintelligence/versions/1.0.1",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:50:08.046Z",
          "last_seen_at": "2026-09-03T06:07:00.744Z"
        }
      ]
    },
    "tools": [
      {
        "name": "get_brand_visibility_snapshot",
        "title_en": "Get Brand Visibility Snapshot",
        "title_zh": "获取品牌可见度快照",
        "description_en": "Generate a China brand visibility snapshot with summary assessment, scored strengths and gaps, and priority actions.",
        "description_zh": "生成中国品牌可见度快照，包含总结评估、评分优势与差距以及优先行动。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "brand_name"
          ],
          "properties": {
            "brand_name": {
              "type": "string",
              "description": "Brand or entity to evaluate."
            },
            "category": {
              "type": "string",
              "description": "Commercial category or sector."
            },
            "market_scope": {
              "type": "string",
              "description": "China-facing scope, platform focus, or audience scope."
            },
            "notes": {
              "type": "string",
              "description": "Optional analyst notes or campaign context."
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "advisory",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_destination_demand_snapshot",
        "title_en": "Get Destination Demand Snapshot",
        "title_zh": "获取目的地需求快照",
        "description_en": "Generate a China outbound destination demand snapshot with demand direction, notable signals, risk framing, and priority actions.",
        "description_zh": "生成中国出境目的地需求快照，包含需求方向、显著信号、风险框架和优先行动。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "destination"
          ],
          "properties": {
            "destination": {
              "type": "string",
              "description": "Destination city, market, or country to evaluate."
            },
            "origin_market": {
              "type": "string",
              "description": "Origin market for the demand check.",
              "default": "China"
            },
            "travel_window": {
              "type": "string",
              "description": "Optional YYYY-MM or period label for the check."
            },
            "audience_segment": {
              "type": "string",
              "description": "Optional audience or traveler segment."
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "advisory",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_kol_shortlist",
        "title_en": "Get KOL Shortlist",
        "title_zh": "获取KOL候选名单",
        "description_en": "Generate a decision-ready China KOL shortlist with creator candidates, selection rationale, risk flags, and next steps.",
        "description_zh": "生成决策就绪的中国KOL候选名单，包含创作者候选人、选择理由、风险标记和后续步骤。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "brand_name",
            "category"
          ],
          "properties": {
            "brand_name": {
              "type": "string",
              "description": "Brand or campaign owner name."
            },
            "category": {
              "type": "string",
              "description": "Campaign or product category."
            },
            "campaign_goal": {
              "type": "string",
              "description": "Optional campaign objective."
            },
            "platform_focus": {
              "type": "array",
              "description": "Optional list of preferred platforms.",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "advisory",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "partial",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "partial",
        "contract_completeness": "partial",
        "access_friction": "unknown",
        "operational_transparency": "weak",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "conditional"
      },
      "profile": {
        "capabilities": [
          {
            "id": "brand.visibility.analyze",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "destination.demand.analyze",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "kol.discover",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "marketing",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record"
            ]
          },
          {
            "id": "commerce",
            "weight": 60,
            "confidence": 70,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "analyze",
          "discover"
        ]
      },
      "capability_units": [
        {
          "id": "tool:get_brand_visibility_snapshot",
          "kind": "mcp_tool",
          "capability_id": "brand.visibility.analyze",
          "effect": "advisory",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "brand_name",
            "category",
            "market_scope",
            "notes"
          ],
          "produces": [
            "snapshot"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_destination_demand_snapshot",
          "kind": "mcp_tool",
          "capability_id": "destination.demand.analyze",
          "effect": "advisory",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "destination",
            "origin_market",
            "travel_window",
            "audience_segment"
          ],
          "produces": [
            "snapshot"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_kol_shortlist",
          "kind": "mcp_tool",
          "capability_id": "kol.discover",
          "effect": "advisory",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "brand_name",
            "category",
            "campaign_goal",
            "platform_focus"
          ],
          "produces": [
            "shortlist"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": null
      },
      "fit": {
        "good_for": [
          "China marketing analysis",
          "brand visibility assessment",
          "destination demand research",
          "KOL discovery"
        ],
        "not_for": [
          "Automated actions",
          "financial transactions",
          "physical world operations"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.chinamarketing%2Fintelligence/versions/1.0.1",
          "observation": "MCP source record for China Marketing AI Intelligence MCP; version 1.0.1.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://api.chinamarketing.ai/mcp#tools/list",
          "observation": "3 tools were returned by MCP discovery; 3 were retained for review.",
          "observed_at": "2026-09-03T06:06:51.490Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication mechanism",
        "Pricing model",
        "Output schema details",
        "Effect of tools (advisory vs. other)",
        "Idempotency of tools",
        "Real-world usage"
      ],
      "id": "REV_E49B158429AC",
      "resource_id": "RES_85A9CD13FD7D",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:07:01.386Z"
    }
  }
}