{
  "ok": true,
  "resource": {
    "id": "RES_A43371D841BC",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fstore-readiness/versions/1.0.6",
    "name": "One-Page Readiness Check — 10 Signals, Arabic or English",
    "summary_en": "Ten machine-readable signals on one public page: the top miss if any, and a receipt we re-verify.",
    "summary_zh": "一页就绪检查——10个信号，阿拉伯语或英语",
    "description_en": "This MCP server exposes a single tool that checks one public store page for one actionable readiness finding. It returns at most one measured finding with a server-authenticated source receipt and a fixed acceptance condition. The tool accepts a public URL and a language parameter (ar or en), and is read-only and idempotent.",
    "description_zh": "此MCP服务器提供一个工具，用于检查一个公开商店页面并返回一个可操作的准备情况发现。它最多返回一个测量发现，附带服务器认证的来源回执和固定的验收条件。该工具接受公开URL和语言参数（ar或en），且为只读和幂等。",
    "provider_name": "ai.advisorsai",
    "homepage_url": "https://advisorsai.ai/",
    "endpoint_url": "https://advisorsai.ai/store-readiness-mcp",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fstore-readiness/versions/1.0.6",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "analyze.readiness"
    ],
    "categories": [
      "developer-tools",
      "productivity"
    ],
    "industries": [
      "software",
      "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.6",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:03:59.724Z"
      }
    },
    "latest_version": "1.0.6",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "strong",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "ready_for_guidance",
      "reviewed_at": "2026-09-03T06:33:16.509Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:25.503Z",
    "last_seen_at": "2026-09-03T06:33:15.670Z",
    "published_at": "2026-09-03T06:30:52.646Z",
    "created_at": "2026-09-03T02:49:25.503Z",
    "updated_at": "2026-09-03T06:33:16.509Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_A43371D841BC",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_A43371D841BC/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_A43371D841BC",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fstore-readiness/versions/1.0.6",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.advisorsai/store-readiness@1.0.6",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fstore-readiness/versions/1.0.6",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:25.503Z",
          "last_seen_at": "2026-09-03T06:33:15.670Z"
        }
      ]
    },
    "tools": [
      {
        "name": "advisors_store_readiness_check",
        "title_en": "Check one public store page for one actionable readiness finding",
        "title_zh": "检查一个公开商店页面以获取一个可操作的准备情况发现",
        "description_en": "Use only after the requester supplies a public page and asks for a read-only check. Returns at most one measured finding with a server-authenticated source receipt and the fixed acceptance condition.",
        "description_zh": "仅在请求者提供公开页面并要求只读检查后使用。最多返回一个测量发现，附带服务器认证的来源回执和固定的验收条件。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "url": {
              "description": "A credential-free public HTTP(S) page. Private networks and non-standard web ports are rejected.",
              "examples": [
                "https://example.com/store"
              ],
              "maxLength": 2048,
              "minLength": 4,
              "title": "Url",
              "type": "string"
            },
            "language": {
              "default": "ar",
              "description": "Response language: ar or en.",
              "enum": [
                "ar",
                "en"
              ],
              "title": "Language",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "title": "tool_store_readinessArguments"
        },
        "output_schema": {
          "$defs": {
            "AttestationOutput": {
              "additionalProperties": false,
              "properties": {
                "scheme": {
                  "const": "entity-hmac-sha256-v1",
                  "title": "Scheme",
                  "type": "string"
                },
                "kind": {
                  "title": "Kind",
                  "type": "string"
                },
                "payload_sha256": {
                  "pattern": "^[0-9a-f]{64}$",
                  "title": "Payload Sha256",
                  "type": "string"
                },
                "signature": {
                  "pattern": "^[0-9a-f]{64}$",
                  "title": "Signature",
                  "type": "string"
                }
              },
              "required": [
                "scheme",
                "kind",
                "payload_sha256",
                "signature"
              ],
              "title": "AttestationOutput",
              "type": "object"
            },
            "ConsentReceiptOutput": {
              "additionalProperties": false,
              "properties": {
                "scan_public_url": {
                  "const": true,
                  "title": "Scan Public Url",
                  "type": "boolean"
                },
                "display_to_requester": {
                  "const": true,
                  "title": "Display To Requester",
                  "type": "boolean"
                },
                "store_result": {
                  "const": false,
                  "title": "Store Result",
                  "type": "boolean"
                },
                "share_result": {
                  "const": false,
                  "title": "Share Result",
                  "type": "boolean"
                },
                "aggregate_result": {
                  "const": false,
                  "title": "Aggregate Result",
                  "type": "boolean"
                },
                "schema": {
                  "const": "advisorsai.transient_receipt/v1",
                  "title": "Schema",
                  "type": "string"
                },
                "receipt_id": {
                  "title": "Receipt Id",
                  "type": "string"
                },
                "consent_state": {
                  "const": "request-submitted",
                  "title": "Consent State",
                  "type": "string"
                },
                "purpose": {
                  "const": "transient-public-page-check",
                  "title": "Purpose",
                  "type": "string"
                },
                "target_sha256": {
                  "pattern": "^[0-9a-f]{64}$",
                  "title": "Target Sha256",
                  "type": "string"
                },
                "target_origin": {
                  "title": "Target Origin",
                  "type": "string"
                },
                "language": {
                  "enum": [
                    "ar",
                    "en"
                  ],
                  "title": "Language",
                  "type": "string"
                },
                "surface": {
                  "enum": [
                    "claude-connector",
                    "mcp-registry",
                    "openai-isolated"
                  ],
                  "title": "Surface",
                  "type": "string"
                },
                "issued_at_utc": {
                  "title": "Issued At Utc",
                  "type": "string"
                },
                "expires_at_utc": {
                  "title": "Expires At Utc",
                  "type": "string"
                },
                "delete_at_utc": {
                  "title": "Delete At Utc",
                  "type": "string"
                },
                "attestation": {
                  "$ref": "#/$defs/AttestationOutput"
                }
              },
              "required": [
                "scan_public_url",
                "display_to_requester",
                "store_result",
                "share_result",
                "aggregate_result",
                "schema",
                "receipt_id",
                "consent_state",
                "purpose",
                "target_sha256",
                "target_origin",
                "language",
                "surface",
                "issued_at_utc",
                "expires_at_utc",
                "delete_at_utc",
                "attestation"
              ],
              "title": "ConsentReceiptOutput",
              "type": "object"
            },
            "EvidenceOutput": {
              "additionalProperties": false,
              "properties": {
                "measurement": {
                  "title": "Measurement",
                  "type": "string"
                },
                "result": {
                  "const": "miss",
                  "title": "Result",
                  "type": "string"
                },
                "score_percent": {
                  "maximum": 100,
                  "minimum": 0,
                  "title": "Score Percent",
                  "type": "integer"
                },
                "coverage_percent": {
                  "maximum": 100,
                  "minimum": 0,
                  "title": "Coverage Percent",
                  "type": "integer"
                },
                "measured_at_utc": {
                  "title": "Measured At Utc",
                  "type": "string"
                }
              },
              "required": [
                "measurement",
                "result",
                "score_percent",
                "coverage_percent",
                "measured_at_utc"
              ],
              "title": "EvidenceOutput",
              "type": "object"
            },
            "FindingOutput": {
              "additionalProperties": false,
              "properties": {
                "signal_key": {
                  "title": "Signal Key",
                  "type": "string"
                },
                "label": {
                  "title": "Label",
                  "type": "string"
                },
                "methodology_reference": {
                  "anyOf": [
                    {
                      "$ref": "#/$defs/MethodologyReferenceOutput"
                    },
                    {
                      "type": "null"
                    }
                  ]
                }
              },
              "required": [
                "signal_key",
                "label",
                "methodology_reference"
              ],
              "title": "FindingOutput",
              "type": "object"
            },
            "MethodologyReferenceOutput": {
              "additionalProperties": false,
              "properties": {
                "point": {
                  "maximum": 30,
                  "minimum": 1,
                  "title": "Point",
                  "type": "integer"
                },
                "relation": {
                  "const": "partial",
                  "title": "Relation",
                  "type": "string"
                }
              },
              "required": [
                "point",
                "relation"
              ],
              "title": "MethodologyReferenceOutput",
              "type": "object"
            },
            "ProvenanceOutput": {
              "additionalProperties": false,
              "description": "من قاس، وأين بقيّةُ القياس.\n\nقِيس 2026-08-23 أنّ المخرَج لا يحمل إلى المستخدم شيئاً سوى `recheck_url`\nوهو مسارُ آلةٍ لا وجهةُ إنسان: مساعدٌ ينادي الأداةَ فيرى المستخدمُ عطلاً\nواحداً، ولا يعرف من قاسه ولا أنّ تسعَ إشاراتٍ أخرى قِيست. فالاكتشافُ\nيتحوّل إلى صفرٍ بحكم البناء لا بحكم قلّة الطلب.\n\nوهذا **إسنادٌ لا إعلان**: اسمُ من قاس، ورابطُ الورقة الكاملة، وعددُ ما\nقِيس وما يُعاد منه. لا وعدَ ترتيبٍ ولا ذكرٍ ولا نيّةِ شراء — تلك يمنعها\nعقدُ الأداة، ولا يمسّها هذا الحقل.",
              "properties": {
                "measured_by": {
                  "const": "Advisors AI",
                  "default": "Advisors AI",
                  "title": "Measured By",
                  "type": "string"
                },
                "full_sheet_url": {
                  "title": "Full Sheet Url",
                  "type": "string"
                },
                "signals_measured": {
                  "minimum": 1,
                  "title": "Signals Measured",
                  "type": "integer"
                },
                "signals_returned": {
                  "minimum": 1,
                  "title": "Signals Returned",
                  "type": "integer"
                }
              },
              "required": [
                "full_sheet_url",
                "signals_measured",
                "signals_returned"
              ],
              "title": "ProvenanceOutput",
              "type": "object"
            },
            "RemedyOutput": {
              "additionalProperties": false,
              "description": "الكتلةُ التي تُغلق العطل — لا وصفُه.\n\nقِيس 2026-08-24 أنّ المخرَج يحمل `imperative` و`acceptance` ولا يحمل\nعلاجاً: نقول «ينقصك بيانٌ منظَّم» ونترك العميلَ يكتبه. وهذا تقريرٌ بثوبِ\nأداة، ويخالف `docs/مبدأ-الإصلاح-لا-التقرير.md`.\n\nولا يُبنى العلاجُ من جسد الصفحة: مخرَجُنا يدخل سياقَ مساعدٍ ذكيّ، والصفحةُ\nالمجلوبةُ مدخلٌ لا نملكه. فالمواضعُ تُترك للعميل يملؤها، ولا يُصدَّر منها\nإلا الأصلُ الذي سلّمه المتّصلُ بنفسه.",
              "properties": {
                "closes": {
                  "title": "Closes",
                  "type": "string"
                },
                "format": {
                  "enum": [
                    "html-head-block",
                    "new-file"
                  ],
                  "title": "Format",
                  "type": "string"
                },
                "where": {
                  "title": "Where",
                  "type": "string"
                },
                "code": {
                  "title": "Code",
                  "type": "string"
                },
                "fill_in": {
                  "items": {
                    "type": "string"
                  },
                  "title": "Fill In",
                  "type": "array"
                }
              },
              "required": [
                "closes",
                "format",
                "where",
                "code",
                "fill_in"
              ],
              "title": "RemedyOutput",
              "type": "object"
            },
            "SourceReceiptOutput": {
              "additionalProperties": false,
              "properties": {
                "scan_public_url": {
                  "const": true,
                  "title": "Scan Public Url",
                  "type": "boolean"
                },
                "display_to_requester": {
                  "const": true,
                  "title": "Display To Requester",
                  "type": "boolean"
                },
                "store_result": {
                  "const": false,
                  "title": "Store Result",
                  "type": "boolean"
                },
                "share_result": {
                  "const": false,
                  "title": "Share Result",
                  "type": "boolean"
                },
                "aggregate_result": {
                  "const": false,
                  "title": "Aggregate Result",
                  "type": "boolean"
                },
                "schema": {
                  "const": "advisorsai.transient_receipt/v1",
                  "title": "Schema",
                  "type": "string"
                },
                "receipt_id": {
                  "title": "Receipt Id",
                  "type": "string"
                },
                "source_token": {
                  "title": "Source Token",
                  "type": "string"
                },
                "target_sha256": {
                  "pattern": "^[0-9a-f]{64}$",
                  "title": "Target Sha256",
                  "type": "string"
                },
                "target_origin": {
                  "title": "Target Origin",
                  "type": "string"
                },
                "measurement_sha256": {
                  "pattern": "^[0-9a-f]{64}$",
                  "title": "Measurement Sha256",
                  "type": "string"
                },
                "check_schema": {
                  "const": "almanzoma.public_readiness_check/v2",
                  "title": "Check Schema",
                  "type": "string"
                },
                "measurement": {
                  "const": "declared_public_page_machine_basics",
                  "title": "Measurement",
                  "type": "string"
                },
                "signal_key": {
                  "title": "Signal Key",
                  "type": "string"
                },
                "result": {
                  "const": "miss",
                  "title": "Result",
                  "type": "string"
                },
                "score_percent": {
                  "maximum": 100,
                  "minimum": 0,
                  "title": "Score Percent",
                  "type": "integer"
                },
                "coverage_percent": {
                  "maximum": 100,
                  "minimum": 0,
                  "title": "Coverage Percent",
                  "type": "integer"
                },
                "measured_at_utc": {
                  "title": "Measured At Utc",
                  "type": "string"
                },
                "language": {
                  "enum": [
                    "ar",
                    "en"
                  ],
                  "title": "Language",
                  "type": "string"
                },
                "purpose": {
                  "const": "transient-public-page-proof",
                  "title": "Purpose",
                  "type": "string"
                },
                "surface": {
                  "enum": [
                    "claude-connector",
                    "mcp-registry",
                    "openai-isolated"
                  ],
                  "title": "Surface",
                  "type": "string"
                },
                "issued_at_utc": {
                  "title": "Issued At Utc",
                  "type": "string"
                },
                "expires_at_utc": {
                  "title": "Expires At Utc",
                  "type": "string"
                },
                "delete_at_utc": {
                  "title": "Delete At Utc",
                  "type": "string"
                },
                "attestation": {
                  "$ref": "#/$defs/AttestationOutput"
                }
              },
              "required": [
                "scan_public_url",
                "display_to_requester",
                "store_result",
                "share_result",
                "aggregate_result",
                "schema",
                "receipt_id",
                "source_token",
                "target_sha256",
                "target_origin",
                "measurement_sha256",
                "check_schema",
                "measurement",
                "signal_key",
                "result",
                "score_percent",
                "coverage_percent",
                "measured_at_utc",
                "language",
                "purpose",
                "surface",
                "issued_at_utc",
                "expires_at_utc",
                "delete_at_utc",
                "attestation"
              ],
              "title": "SourceReceiptOutput",
              "type": "object"
            }
          },
          "additionalProperties": false,
          "properties": {
            "schema": {
              "const": "advisors.store-readiness-tool/v1",
              "title": "Schema",
              "type": "string"
            },
            "ok": {
              "title": "Ok",
              "type": "boolean"
            },
            "status": {
              "enum": [
                "finding",
                "ready",
                "no_actionable_finding",
                "partial",
                "target_rejected",
                "check_unavailable",
                "proof_unavailable"
              ],
              "title": "Status",
              "type": "string"
            },
            "measurement_status": {
              "title": "Measurement Status",
              "type": "string"
            },
            "proof_status": {
              "enum": [
                "verified",
                "not_applicable",
                "unavailable"
              ],
              "title": "Proof Status",
              "type": "string"
            },
            "surface": {
              "enum": [
                "claude-connector",
                "mcp-registry",
                "openai-isolated"
              ],
              "title": "Surface",
              "type": "string"
            },
            "language": {
              "enum": [
                "ar",
                "en"
              ],
              "title": "Language",
              "type": "string"
            },
            "target": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Target"
            },
            "finding": {
              "anyOf": [
                {
                  "$ref": "#/$defs/FindingOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "evidence": {
              "anyOf": [
                {
                  "$ref": "#/$defs/EvidenceOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "imperative": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Imperative"
            },
            "acceptance": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Acceptance"
            },
            "remedy": {
              "anyOf": [
                {
                  "$ref": "#/$defs/RemedyOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "no_remedy_reason": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "No Remedy Reason"
            },
            "recheck_url": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Recheck Url"
            },
            "provenance": {
              "anyOf": [
                {
                  "$ref": "#/$defs/ProvenanceOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "consent_receipt": {
              "anyOf": [
                {
                  "$ref": "#/$defs/ConsentReceiptOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "source_receipt": {
              "anyOf": [
                {
                  "$ref": "#/$defs/SourceReceiptOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "measurement": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Measurement"
            },
            "score_percent": {
              "anyOf": [
                {
                  "maximum": 100,
                  "minimum": 0,
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Score Percent"
            },
            "coverage_percent": {
              "anyOf": [
                {
                  "maximum": 100,
                  "minimum": 0,
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Coverage Percent"
            },
            "errors": {
              "items": {
                "type": "string"
              },
              "title": "Errors",
              "type": "array"
            },
            "not_measured": {
              "items": {
                "type": "string"
              },
              "title": "Not Measured",
              "type": "array"
            }
          },
          "required": [
            "schema",
            "ok",
            "status",
            "measurement_status",
            "proof_status",
            "surface",
            "language"
          ],
          "title": "StoreReadinessOutput",
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "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": "strong",
        "safe_use": "tested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "strong",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "ready_for_guidance"
      },
      "profile": {
        "capabilities": [
          {
            "id": "analyze.readiness",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "commerce",
            "weight": 80,
            "confidence": 70,
            "evidence_ids": [
              "source-record"
            ]
          },
          {
            "id": "software",
            "weight": 60,
            "confidence": 60,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "analyze"
        ]
      },
      "capability_units": [
        {
          "id": "tool:advisors_store_readiness_check",
          "kind": "mcp_tool",
          "capability_id": "analyze.readiness",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "url",
            "language"
          ],
          "produces": [
            "readiness finding",
            "source receipt"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence."
      },
      "fit": {
        "good_for": [
          "Quick readiness checks of public store pages",
          "Automated store page validation in CI/CD"
        ],
        "not_for": [
          "Private or authenticated pages",
          "Deep SEO or content analysis"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fstore-readiness/versions/1.0.6",
          "observation": "MCP source record for One-Page Readiness Check — 10 Signals, Arabic or English; version 1.0.6.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://advisorsai.ai/store-readiness-mcp#tools/list",
          "observation": "1 tools were returned by MCP discovery; 1 were retained for review.",
          "observed_at": "2026-09-03T06:03:53.119Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Pricing model",
        "Authentication requirements",
        "Real-world usage patterns"
      ],
      "id": "REV_000DB6EF988F",
      "resource_id": "RES_A43371D841BC",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:33:16.509Z"
    }
  }
}