{
  "name": "JiuFu Product Trust Agent",
  "description": "产品全链路信任验证智能体。帮助消费者在购买前检查产品是否值得信任，覆盖食品、化妆品、日用品、宠物用品、母婴等全品类。返回风险等级（safe/caution/warning/danger）、信任评分（0-100）和关键问题。I help you check if a product is trustworthy before you buy. Returns: risk level, trust score (0-100), and key issues found. Covers all consumer products — food, cosmetics, daily goods, pet supplies, baby products and more.",
  "url": "https://jiufu-trace.cn/a2a",
  "version": "3.0.0",
  "provider": {
    "organization": "五河县九赋电子商务服务部（JiuFu Product Traceability Studio）",
    "url": "https://jiufu-trace.cn",
    "creditCode": "92340322MAKFWTQX6D"
  },
  "iconUrl": "https://jiufu-trace.cn/icon-512.png",
  "documentationUrl": "https://jiufu-trace.cn/docs",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/event-stream"
  ],
  "accessMethod": [
    {
      "type": "URL",
      "address": "https://jiufu-trace.cn/a2a",
      "protocol": "HTTPS",
      "encoding": "JSON-RPC 2.0",
      "isDefault": true
    },
    {
      "type": "URL",
      "address": "https://jiufu-trace.cn/mcp",
      "protocol": "MCP",
      "encoding": "JSON-RPC 2.0",
      "isDefault": false
    }
  ],
  "skills": [
    {
      "id": "product-trust-check",
      "name": "查产品靠不靠谱",
      "description": "Give me a product name, I tell you if it's safe to buy. Returns: risk level (safe / caution / warning / danger), overall trust score (0-100), and key issues found. Use this when: your user asks if a product is safe, wants to check before buying, or needs a quick trust assessment.",
      "tags": [
        "product-safety",
        "trust-check",
        "risk-assessment",
        "consumer-protection",
        "product-verification",
        "claim-verification",
        "产品安全",
        "信任检查",
        "风险评估",
        "消费者保护",
        "产品验证",
        "声称验证"
      ],
      "examples": [
        "Is this baby formula safe to buy?",
        "Check if Wanglaoji herbal tea is trustworthy",
        "这个猫条靠谱吗？",
        "帮我查查这个护肤品有没有问题"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "dependencies": {
        "runtime": [
          "HTTP+JSON protocol binding"
        ],
        "dataSources": [
          "enterprise-registry",
          "certification-database",
          "penalty-records",
          "complaint-platforms"
        ],
        "rateLimit": "30 requests/minute per API key",
        "compositeCapabilities": [
          "enterprise-qualification",
          "approval-number",
          "trademark-patent",
          "certification",
          "regulation-standard",
          "advertising-compliance",
          "relationship-penetration",
          "timeline-logic",
          "penalty-inspection",
          "expert-identity",
          "overseas-info",
          "sentiment-complaint",
          "price-rationality"
        ]
      }
    },
    {
      "id": "batch-trust-check",
      "name": "批量查产品信任度",
      "description": "Check trust scores for multiple products at once — ideal for shopping cart safety checks or comparing products side by side. Up to 50 products per request. Returns each product's risk level and key issues.",
      "tags": [
        "batch-check",
        "shopping-cart",
        "product-comparison",
        "batch-verification",
        "批量检查",
        "购物车",
        "产品对比",
        "批量验证"
      ],
      "examples": [
        "Check trust scores for all items in my shopping cart",
        "Compare safety of these 5 brands of milk powder",
        "帮我查这3个品牌的猫粮哪个更靠谱",
        "对比一下这几个护肤品的信任分"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "dependencies": {
        "runtime": [
          "HTTP+JSON protocol binding"
        ],
        "dataSources": [
          "enterprise-registry",
          "certification-database",
          "penalty-records"
        ],
        "rateLimit": "10 requests/minute per API key",
        "maxBatchSize": 50
      }
    },
    {
      "id": "trust-data-verify",
      "name": "验证信任数据有没有被篡改",
      "description": "Verify that the trust data you received from me is authentic and has not been tampered with. Use this when: you need to confirm data integrity before making a decision, or when passing trust data to another system.",
      "tags": [
        "data-integrity",
        "tamper-detection",
        "verification",
        "数据完整性",
        "篡改检测",
        "验证"
      ],
      "examples": [
        "Verify this trust data hasn't been modified",
        "Confirm the integrity of this product's risk report",
        "确认下这个信任数据是不是原始的"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "dependencies": {
        "runtime": [
          "HTTP+JSON protocol binding"
        ],
        "cryptographic": [
          "HMAC-SHA256 signature verification"
        ],
        "requiresPriorCall": [
          "product-trust-check",
          "batch-trust-check"
        ]
      }
    },
    {
      "id": "trust-change-monitor",
      "name": "实时监控产品信任变化",
      "description": "Subscribe to real-time trust score updates for products you care about. Get notified when a product's risk level changes — new violations found, issues resolved, or score updated. Use this for: continuous monitoring of products you've recommended or are tracking.",
      "tags": [
        "real-time-monitoring",
        "trust-updates",
        "change-alerts",
        "实时监控",
        "信任更新",
        "变化提醒"
      ],
      "examples": [
        "Alert me if this baby formula's trust score drops",
        "Monitor risk changes for brand X products",
        "帮我盯着这个产品，有变化就通知"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "text/event-stream"
      ],
      "dependencies": {
        "runtime": [
          "HTTP+JSON protocol binding",
          "SSE (Server-Sent Events) support"
        ],
        "dataSources": [
          "continuous-monitoring-pipeline"
        ],
        "requiresSubscription": true
      }
    },
    {
      "id": "risk-decay-check",
      "name": "查产品风险有没有随时间改善",
      "description": "Check whether a product's past risks are fading over time. Our D5 model gives companies a path to recovery — risks decay naturally over time, issues are isolated per product (no guilt by association), and corrections are recognized. Use this when: checking if a previously flagged product has improved, or assessing long-term trust trajectory.",
      "tags": [
        "risk-decay",
        "improvement-tracking",
        "correction-history",
        "时间衰减",
        "改善追踪",
        "整改记录"
      ],
      "examples": [
        "Has this product's risk improved since the violation?",
        "Show the trust recovery timeline for this brand",
        "这个产品之前被标记过，现在改善了吗？"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "dependencies": {
        "runtime": [
          "HTTP+JSON protocol binding"
        ],
        "dataSources": [
          "violation-history",
          "correction-records"
        ],
        "modelDependency": [
          "D5 risk-decay-model"
        ]
      }
    }
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "description": "API Key authentication. Public endpoints (health, schema, weights) do not require a key. Contact us for a key.",
      "in": "header",
      "name": "X-CTI-API-Key"
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://jiufu-trace.cn/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "useCases": [
    "An AI shopping assistant checks product safety before recommending to user",
    "A consumer protection bot verifies product claims automatically",
    "A product comparison tool adds trust scores to its analysis",
    "An e-commerce platform integrates trust verification at checkout",
    "A personal finance AI checks if a product is worth buying based on trust"
  ],
  "_gbz185_extensions": {
    "agentCategory": "02",
    "securityRank": "S03",
    "servingArea": {
      "region": "CN",
      "description": "中国大陆消费产品市场"
    },
    "identityManagement": {
      "registrationStatus": "registered",
      "credentialType": "apiKey",
      "logRetentionMonths": 36,
      "registeredAt": "2026-07-04T12:00:00+08:00",
      "aidVersion": "1"
    },
    "agentId": "1.2.156.3088.1.340322.92.00001"
  },
  "agentId": "1.2.156.3088.1.340322.92.00001",
  "mcpServerCard": "https://jiufu-trace.cn/.well-known/mcp/server-card.json",
  "discovery": {
    "agentCard": "https://jiufu-trace.cn/.well-known/agent.json",
    "aiCatalog": "https://jiufu-trace.cn/.well-known/ai-catalog.json",
    "mcpServerCard": "https://jiufu-trace.cn/.well-known/mcp/server-card.json"
  }
}