{
  "ok": true,
  "resource": {
    "id": "RES_7399E38183FB",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fservice-navigator/versions/1.0.0",
    "name": "Advisors AI Service Navigator",
    "summary_en": "Read-only service discovery, public-page checks, and request-link preparation.",
    "summary_zh": "只读服务发现、公共页面检查和请求链接准备。",
    "description_en": "Advisors AI Service Navigator is a read-only MCP server that exposes five public services via a catalog. It provides tools to list services, retrieve service details, match a business need to a service, check basic machine-readability signals of a public website, and prepare a request link for a selected package. The server does not create orders, confirm eligibility, or charge customers.",
    "description_zh": "Advisors AI Service Navigator 是一个只读的 MCP 服务器，通过目录公开五项服务。它提供工具来列出服务、获取服务详情、将业务需求匹配到服务、检查公共网站的基本机器可读性信号，以及为所选套餐准备请求链接。该服务器不创建订单、确认资格或向客户收费。",
    "provider_name": "ai.advisorsai",
    "homepage_url": "https://advisorsai.ai/mcp",
    "endpoint_url": "https://advisorsai.ai/mcp",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fservice-navigator/versions/1.0.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "catalog.list",
      "catalog.get",
      "catalog.match",
      "site.check",
      "order.prepare-link"
    ],
    "categories": [
      "other"
    ],
    "industries": [
      "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.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:09:11.192Z"
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence found.",
      "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:09:12.148Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:24.894Z",
    "last_seen_at": "2026-09-03T06:09:11.452Z",
    "published_at": "2026-09-03T06:09:11.452Z",
    "created_at": "2026-09-03T02:49:24.894Z",
    "updated_at": "2026-09-03T06:09:12.148Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_7399E38183FB",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_7399E38183FB/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_7399E38183FB",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fservice-navigator/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.advisorsai/service-navigator@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fservice-navigator/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:24.894Z",
          "last_seen_at": "2026-09-03T06:09:11.452Z"
        }
      ]
    },
    "tools": [
      {
        "name": "advisors_catalog_get_service",
        "title_en": "Get one public service and its packages",
        "title_zh": "获取一项公共服务及其套餐",
        "description_en": "Use after a service is identified and the user needs its published scope, limits, commercial packages, sample, and terms. Does not determine eligibility or order.",
        "description_zh": "在确定服务且用户需要其已发布的范围、限制、商业套餐、示例和条款后使用。不决定资格或订单。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "service_id": {
              "description": "One id returned by the list tool.",
              "enum": [
                "store-assistant",
                "store-audit",
                "ai-visibility",
                "custom-monitor",
                "agent-team"
              ],
              "title": "Service Id",
              "type": "string"
            },
            "language": {
              "default": "ar",
              "description": "Response language: ar or en.",
              "enum": [
                "ar",
                "en"
              ],
              "title": "Language",
              "type": "string"
            }
          },
          "required": [
            "service_id"
          ],
          "title": "tool_get_serviceArguments"
        },
        "output_schema": {
          "$defs": {
            "EligibilityOutput": {
              "additionalProperties": false,
              "properties": {
                "kind": {
                  "title": "Kind",
                  "type": "string"
                },
                "service_id": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Service Id"
                },
                "allowed_package_ids": {
                  "items": {
                    "type": "string"
                  },
                  "title": "Allowed Package Ids",
                  "type": "array"
                },
                "minimum_age_days": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Minimum Age Days"
                }
              },
              "required": [
                "kind"
              ],
              "title": "EligibilityOutput",
              "type": "object"
            },
            "PackageOutput": {
              "additionalProperties": false,
              "properties": {
                "package_id": {
                  "title": "Package Id",
                  "type": "string"
                },
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "billing_kind": {
                  "enum": [
                    "fixed",
                    "quote_required",
                    "recurring"
                  ],
                  "title": "Billing Kind",
                  "type": "string"
                },
                "currency": {
                  "title": "Currency",
                  "type": "string"
                },
                "price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Price Usd"
                },
                "base_price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Base Price Usd"
                },
                "billing_interval": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Billing Interval"
                },
                "product_package": {
                  "title": "Product Package",
                  "type": "string"
                },
                "eligibility": {
                  "$ref": "#/$defs/EligibilityOutput"
                }
              },
              "required": [
                "package_id",
                "service_id",
                "name",
                "billing_kind",
                "currency",
                "product_package",
                "eligibility"
              ],
              "title": "PackageOutput",
              "type": "object"
            },
            "ServiceOutput": {
              "additionalProperties": false,
              "properties": {
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "summary": {
                  "title": "Summary",
                  "type": "string"
                },
                "for_whom": {
                  "title": "For Whom",
                  "type": "string"
                },
                "service_url": {
                  "title": "Service Url",
                  "type": "string"
                },
                "sample_url": {
                  "title": "Sample Url",
                  "type": "string"
                },
                "sample_language": {
                  "const": "ar",
                  "title": "Sample Language",
                  "type": "string"
                },
                "sample_status": {
                  "enum": [
                    "available",
                    "arabic_only"
                  ],
                  "title": "Sample Status",
                  "type": "string"
                },
                "terms_url": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Terms Url"
                },
                "delivery": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Delivery"
                },
                "limits": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Limits"
                },
                "packages": {
                  "items": {
                    "$ref": "#/$defs/PackageOutput"
                  },
                  "title": "Packages",
                  "type": "array"
                },
                "match_score": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Match Score"
                }
              },
              "required": [
                "service_id",
                "name",
                "summary",
                "for_whom",
                "service_url",
                "sample_url",
                "sample_language",
                "sample_status"
              ],
              "title": "ServiceOutput",
              "type": "object"
            }
          },
          "additionalProperties": false,
          "properties": {
            "ok": {
              "const": true,
              "title": "Ok",
              "type": "boolean"
            },
            "status": {
              "const": "public_service_detail",
              "title": "Status",
              "type": "string"
            },
            "catalog_version": {
              "title": "Catalog Version",
              "type": "string"
            },
            "catalog_fingerprint_sha256": {
              "title": "Catalog Fingerprint Sha256",
              "type": "string"
            },
            "service": {
              "$ref": "#/$defs/ServiceOutput"
            }
          },
          "required": [
            "ok",
            "status",
            "catalog_version",
            "catalog_fingerprint_sha256",
            "service"
          ],
          "title": "GetServiceOutput",
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "advisors_catalog_list_services",
        "title_en": "List the five public services",
        "title_zh": "列出五项公共服务",
        "description_en": "Use when a user asks what Advisors AI offers. Returns exactly five public services; do not use it to infer fit or to create an order.",
        "description_zh": "当用户询问 Advisors AI 提供什么时使用。返回恰好五项公共服务；不要用它来推断适合性或创建订单。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "language": {
              "default": "ar",
              "description": "Response language: ar or en.",
              "enum": [
                "ar",
                "en"
              ],
              "title": "Language",
              "type": "string"
            }
          },
          "title": "tool_list_servicesArguments"
        },
        "output_schema": {
          "$defs": {
            "EligibilityOutput": {
              "additionalProperties": false,
              "properties": {
                "kind": {
                  "title": "Kind",
                  "type": "string"
                },
                "service_id": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Service Id"
                },
                "allowed_package_ids": {
                  "items": {
                    "type": "string"
                  },
                  "title": "Allowed Package Ids",
                  "type": "array"
                },
                "minimum_age_days": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Minimum Age Days"
                }
              },
              "required": [
                "kind"
              ],
              "title": "EligibilityOutput",
              "type": "object"
            },
            "PackageOutput": {
              "additionalProperties": false,
              "properties": {
                "package_id": {
                  "title": "Package Id",
                  "type": "string"
                },
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "billing_kind": {
                  "enum": [
                    "fixed",
                    "quote_required",
                    "recurring"
                  ],
                  "title": "Billing Kind",
                  "type": "string"
                },
                "currency": {
                  "title": "Currency",
                  "type": "string"
                },
                "price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Price Usd"
                },
                "base_price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Base Price Usd"
                },
                "billing_interval": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Billing Interval"
                },
                "product_package": {
                  "title": "Product Package",
                  "type": "string"
                },
                "eligibility": {
                  "$ref": "#/$defs/EligibilityOutput"
                }
              },
              "required": [
                "package_id",
                "service_id",
                "name",
                "billing_kind",
                "currency",
                "product_package",
                "eligibility"
              ],
              "title": "PackageOutput",
              "type": "object"
            },
            "ServiceOutput": {
              "additionalProperties": false,
              "properties": {
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "summary": {
                  "title": "Summary",
                  "type": "string"
                },
                "for_whom": {
                  "title": "For Whom",
                  "type": "string"
                },
                "service_url": {
                  "title": "Service Url",
                  "type": "string"
                },
                "sample_url": {
                  "title": "Sample Url",
                  "type": "string"
                },
                "sample_language": {
                  "const": "ar",
                  "title": "Sample Language",
                  "type": "string"
                },
                "sample_status": {
                  "enum": [
                    "available",
                    "arabic_only"
                  ],
                  "title": "Sample Status",
                  "type": "string"
                },
                "terms_url": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Terms Url"
                },
                "delivery": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Delivery"
                },
                "limits": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Limits"
                },
                "packages": {
                  "items": {
                    "$ref": "#/$defs/PackageOutput"
                  },
                  "title": "Packages",
                  "type": "array"
                },
                "match_score": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Match Score"
                }
              },
              "required": [
                "service_id",
                "name",
                "summary",
                "for_whom",
                "service_url",
                "sample_url",
                "sample_language",
                "sample_status"
              ],
              "title": "ServiceOutput",
              "type": "object"
            }
          },
          "additionalProperties": false,
          "properties": {
            "ok": {
              "const": true,
              "title": "Ok",
              "type": "boolean"
            },
            "status": {
              "const": "public_catalogue",
              "title": "Status",
              "type": "string"
            },
            "service_count": {
              "const": 5,
              "title": "Service Count",
              "type": "integer"
            },
            "package_count": {
              "const": 11,
              "title": "Package Count",
              "type": "integer"
            },
            "catalog_version": {
              "title": "Catalog Version",
              "type": "string"
            },
            "catalog_fingerprint_sha256": {
              "title": "Catalog Fingerprint Sha256",
              "type": "string"
            },
            "services": {
              "items": {
                "$ref": "#/$defs/ServiceOutput"
              },
              "title": "Services",
              "type": "array"
            },
            "deployed_channel": {
              "title": "Deployed Channel",
              "type": "string"
            },
            "attribution_status": {
              "const": "link_only_not_order_bound",
              "title": "Attribution Status",
              "type": "string"
            }
          },
          "required": [
            "ok",
            "status",
            "service_count",
            "package_count",
            "catalog_version",
            "catalog_fingerprint_sha256",
            "services",
            "deployed_channel",
            "attribution_status"
          ],
          "title": "ListServicesOutput",
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "advisors_catalog_match_service",
        "title_en": "Route a business need to a public service",
        "title_zh": "将业务需求路由到公共服务",
        "description_en": "Use when the user describes a business need but has not chosen a service. Returns at most two deterministic routing suggestions; it is not a diagnosis or proof of fit.",
        "description_zh": "当用户描述业务需求但尚未选择服务时使用。返回最多两个确定性路由建议；它不是诊断或适合性的证明。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "need": {
              "description": "Business need only; do not include credentials or personal data.",
              "examples": [
                "We need an audit trail and permission boundaries for our agents."
              ],
              "maxLength": 2000,
              "minLength": 1,
              "title": "Need",
              "type": "string"
            },
            "language": {
              "default": "ar",
              "description": "Response language: ar or en.",
              "enum": [
                "ar",
                "en"
              ],
              "title": "Language",
              "type": "string"
            }
          },
          "required": [
            "need"
          ],
          "title": "tool_match_serviceArguments"
        },
        "output_schema": {
          "$defs": {
            "EligibilityOutput": {
              "additionalProperties": false,
              "properties": {
                "kind": {
                  "title": "Kind",
                  "type": "string"
                },
                "service_id": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Service Id"
                },
                "allowed_package_ids": {
                  "items": {
                    "type": "string"
                  },
                  "title": "Allowed Package Ids",
                  "type": "array"
                },
                "minimum_age_days": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Minimum Age Days"
                }
              },
              "required": [
                "kind"
              ],
              "title": "EligibilityOutput",
              "type": "object"
            },
            "PackageOutput": {
              "additionalProperties": false,
              "properties": {
                "package_id": {
                  "title": "Package Id",
                  "type": "string"
                },
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "billing_kind": {
                  "enum": [
                    "fixed",
                    "quote_required",
                    "recurring"
                  ],
                  "title": "Billing Kind",
                  "type": "string"
                },
                "currency": {
                  "title": "Currency",
                  "type": "string"
                },
                "price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Price Usd"
                },
                "base_price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Base Price Usd"
                },
                "billing_interval": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Billing Interval"
                },
                "product_package": {
                  "title": "Product Package",
                  "type": "string"
                },
                "eligibility": {
                  "$ref": "#/$defs/EligibilityOutput"
                }
              },
              "required": [
                "package_id",
                "service_id",
                "name",
                "billing_kind",
                "currency",
                "product_package",
                "eligibility"
              ],
              "title": "PackageOutput",
              "type": "object"
            },
            "ServiceOutput": {
              "additionalProperties": false,
              "properties": {
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "summary": {
                  "title": "Summary",
                  "type": "string"
                },
                "for_whom": {
                  "title": "For Whom",
                  "type": "string"
                },
                "service_url": {
                  "title": "Service Url",
                  "type": "string"
                },
                "sample_url": {
                  "title": "Sample Url",
                  "type": "string"
                },
                "sample_language": {
                  "const": "ar",
                  "title": "Sample Language",
                  "type": "string"
                },
                "sample_status": {
                  "enum": [
                    "available",
                    "arabic_only"
                  ],
                  "title": "Sample Status",
                  "type": "string"
                },
                "terms_url": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Terms Url"
                },
                "delivery": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Delivery"
                },
                "limits": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Limits"
                },
                "packages": {
                  "items": {
                    "$ref": "#/$defs/PackageOutput"
                  },
                  "title": "Packages",
                  "type": "array"
                },
                "match_score": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Match Score"
                }
              },
              "required": [
                "service_id",
                "name",
                "summary",
                "for_whom",
                "service_url",
                "sample_url",
                "sample_language",
                "sample_status"
              ],
              "title": "ServiceOutput",
              "type": "object"
            }
          },
          "additionalProperties": false,
          "properties": {
            "ok": {
              "const": true,
              "title": "Ok",
              "type": "boolean"
            },
            "status": {
              "enum": [
                "matched_public_service",
                "needs_clarification"
              ],
              "title": "Status",
              "type": "string"
            },
            "confidence": {
              "anyOf": [
                {
                  "enum": [
                    "high",
                    "medium"
                  ],
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Confidence"
            },
            "recommendations": {
              "items": {
                "$ref": "#/$defs/ServiceOutput"
              },
              "title": "Recommendations",
              "type": "array"
            },
            "question": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Question"
            },
            "scoring_method": {
              "const": "bounded deterministic keyword evidence",
              "title": "Scoring Method",
              "type": "string"
            },
            "claim_boundary": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Claim Boundary"
            }
          },
          "required": [
            "ok",
            "status",
            "recommendations",
            "scoring_method"
          ],
          "title": "MatchServiceOutput",
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "advisors_order_prepare_link",
        "title_en": "Prepare a normal request link for a selected package",
        "title_zh": "为所选套餐准备普通请求链接",
        "description_en": "Use only after the user explicitly selects a package returned by the service tool. Returns the ordinary login/request link; it does not create an order, confirm eligibility, or charge anything.",
        "description_zh": "仅在用户明确选择服务工具返回的套餐后使用。返回普通的登录/请求链接；它不创建订单、确认资格或收取任何费用。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "package_id": {
              "description": "Published package id returned by advisors_catalog_get_service.",
              "examples": [
                "store-audit.first-audit"
              ],
              "maxLength": 120,
              "minLength": 3,
              "pattern": "^[a-z0-9-]+\\.[a-z0-9-]+$",
              "title": "Package Id",
              "type": "string"
            },
            "language": {
              "default": "ar",
              "description": "Request-page language: ar or en.",
              "enum": [
                "ar",
                "en"
              ],
              "title": "Language",
              "type": "string"
            }
          },
          "required": [
            "package_id"
          ],
          "title": "tool_prepare_linkArguments"
        },
        "output_schema": {
          "$defs": {
            "EligibilityOutput": {
              "additionalProperties": false,
              "properties": {
                "kind": {
                  "title": "Kind",
                  "type": "string"
                },
                "service_id": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Service Id"
                },
                "allowed_package_ids": {
                  "items": {
                    "type": "string"
                  },
                  "title": "Allowed Package Ids",
                  "type": "array"
                },
                "minimum_age_days": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Minimum Age Days"
                }
              },
              "required": [
                "kind"
              ],
              "title": "EligibilityOutput",
              "type": "object"
            },
            "PackageOutput": {
              "additionalProperties": false,
              "properties": {
                "package_id": {
                  "title": "Package Id",
                  "type": "string"
                },
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "billing_kind": {
                  "enum": [
                    "fixed",
                    "quote_required",
                    "recurring"
                  ],
                  "title": "Billing Kind",
                  "type": "string"
                },
                "currency": {
                  "title": "Currency",
                  "type": "string"
                },
                "price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Price Usd"
                },
                "base_price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Base Price Usd"
                },
                "billing_interval": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Billing Interval"
                },
                "product_package": {
                  "title": "Product Package",
                  "type": "string"
                },
                "eligibility": {
                  "$ref": "#/$defs/EligibilityOutput"
                }
              },
              "required": [
                "package_id",
                "service_id",
                "name",
                "billing_kind",
                "currency",
                "product_package",
                "eligibility"
              ],
              "title": "PackageOutput",
              "type": "object"
            }
          },
          "additionalProperties": false,
          "properties": {
            "ok": {
              "const": true,
              "title": "Ok",
              "type": "boolean"
            },
            "status": {
              "const": "request_link_prepared",
              "title": "Status",
              "type": "string"
            },
            "package": {
              "$ref": "#/$defs/PackageOutput"
            },
            "request_url": {
              "title": "Request Url",
              "type": "string"
            },
            "creates_order": {
              "const": false,
              "title": "Creates Order",
              "type": "boolean"
            },
            "charges_customer": {
              "const": false,
              "title": "Charges Customer",
              "type": "boolean"
            },
            "eligibility_status": {
              "const": "server_verifies_at_request_time",
              "title": "Eligibility Status",
              "type": "string"
            },
            "attribution_status": {
              "const": "not_bound_to_order",
              "title": "Attribution Status",
              "type": "string"
            }
          },
          "required": [
            "ok",
            "status",
            "package",
            "request_url",
            "creates_order",
            "charges_customer",
            "eligibility_status",
            "attribution_status"
          ],
          "title": "RequestLinkOutput",
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "advisors_site_check_basics",
        "title_en": "Check declared public-page machine basics",
        "title_zh": "检查声明的公共页面机器基础",
        "description_en": "Use only when a user asks to inspect a public website. Measures bounded page, robots, structured-data, sitemap, and experimental llms.txt signals. It does not measure AI mentions, rank, visibility, firewall passage, or sales.",
        "description_zh": "仅当用户要求检查公共网站时使用。测量有界页面、robots、结构化数据、站点地图和实验性 llms.txt 信号。它不测量 AI 提及、排名、可见性、防火墙通过或销售。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "url": {
              "description": "Public HTTP(S) website; private networks, credentials, and unusual ports are rejected.",
              "examples": [
                "https://example.com"
              ],
              "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_check_basicsArguments"
        },
        "output_schema": {
          "$defs": {
            "EligibilityOutput": {
              "additionalProperties": false,
              "properties": {
                "kind": {
                  "title": "Kind",
                  "type": "string"
                },
                "service_id": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Service Id"
                },
                "allowed_package_ids": {
                  "items": {
                    "type": "string"
                  },
                  "title": "Allowed Package Ids",
                  "type": "array"
                },
                "minimum_age_days": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Minimum Age Days"
                }
              },
              "required": [
                "kind"
              ],
              "title": "EligibilityOutput",
              "type": "object"
            },
            "PackageOutput": {
              "additionalProperties": false,
              "properties": {
                "package_id": {
                  "title": "Package Id",
                  "type": "string"
                },
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "billing_kind": {
                  "enum": [
                    "fixed",
                    "quote_required",
                    "recurring"
                  ],
                  "title": "Billing Kind",
                  "type": "string"
                },
                "currency": {
                  "title": "Currency",
                  "type": "string"
                },
                "price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Price Usd"
                },
                "base_price_usd": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Base Price Usd"
                },
                "billing_interval": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Billing Interval"
                },
                "product_package": {
                  "title": "Product Package",
                  "type": "string"
                },
                "eligibility": {
                  "$ref": "#/$defs/EligibilityOutput"
                }
              },
              "required": [
                "package_id",
                "service_id",
                "name",
                "billing_kind",
                "currency",
                "product_package",
                "eligibility"
              ],
              "title": "PackageOutput",
              "type": "object"
            },
            "ServiceOutput": {
              "additionalProperties": false,
              "properties": {
                "service_id": {
                  "enum": [
                    "store-assistant",
                    "store-audit",
                    "ai-visibility",
                    "custom-monitor",
                    "agent-team"
                  ],
                  "title": "Service Id",
                  "type": "string"
                },
                "name": {
                  "title": "Name",
                  "type": "string"
                },
                "summary": {
                  "title": "Summary",
                  "type": "string"
                },
                "for_whom": {
                  "title": "For Whom",
                  "type": "string"
                },
                "service_url": {
                  "title": "Service Url",
                  "type": "string"
                },
                "sample_url": {
                  "title": "Sample Url",
                  "type": "string"
                },
                "sample_language": {
                  "const": "ar",
                  "title": "Sample Language",
                  "type": "string"
                },
                "sample_status": {
                  "enum": [
                    "available",
                    "arabic_only"
                  ],
                  "title": "Sample Status",
                  "type": "string"
                },
                "terms_url": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Terms Url"
                },
                "delivery": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Delivery"
                },
                "limits": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Limits"
                },
                "packages": {
                  "items": {
                    "$ref": "#/$defs/PackageOutput"
                  },
                  "title": "Packages",
                  "type": "array"
                },
                "match_score": {
                  "anyOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Match Score"
                }
              },
              "required": [
                "service_id",
                "name",
                "summary",
                "for_whom",
                "service_url",
                "sample_url",
                "sample_language",
                "sample_status"
              ],
              "title": "ServiceOutput",
              "type": "object"
            },
            "SignalOutput": {
              "additionalProperties": false,
              "properties": {
                "key": {
                  "title": "Key",
                  "type": "string"
                },
                "ok": {
                  "anyOf": [
                    {
                      "type": "boolean"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Ok"
                },
                "detail": {
                  "title": "Detail",
                  "type": "string"
                },
                "weight": {
                  "title": "Weight",
                  "type": "integer"
                },
                "evidence": {
                  "title": "Evidence",
                  "type": "string"
                }
              },
              "required": [
                "key",
                "ok",
                "detail",
                "weight",
                "evidence"
              ],
              "title": "SignalOutput",
              "type": "object"
            }
          },
          "additionalProperties": false,
          "properties": {
            "ok": {
              "title": "Ok",
              "type": "boolean"
            },
            "status": {
              "enum": [
                "complete",
                "partial",
                "target_rejected",
                "busy",
                "check_unavailable"
              ],
              "title": "Status",
              "type": "string"
            },
            "message": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Message"
            },
            "measurement": {
              "anyOf": [
                {
                  "const": "declared_public_page_machine_basics",
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Measurement"
            },
            "checked_origin": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Checked Origin"
            },
            "score_percent": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Score Percent"
            },
            "coverage_percent": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Coverage Percent"
            },
            "signals": {
              "items": {
                "$ref": "#/$defs/SignalOutput"
              },
              "title": "Signals",
              "type": "array"
            },
            "miss_count": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Miss Count"
            },
            "unchecked_count": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Unchecked Count"
            },
            "errors": {
              "items": {
                "type": "string"
              },
              "title": "Errors",
              "type": "array"
            },
            "external_data_policy": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "External Data Policy"
            },
            "measured_at_utc": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Measured At Utc"
            },
            "scope": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Scope"
            },
            "not_measured": {
              "items": {
                "type": "string"
              },
              "title": "Not Measured",
              "type": "array"
            },
            "next_step": {
              "anyOf": [
                {
                  "$ref": "#/$defs/ServiceOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "separate_live_measurement": {
              "anyOf": [
                {
                  "$ref": "#/$defs/ServiceOutput"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            }
          },
          "required": [
            "ok",
            "status"
          ],
          "title": "ReadabilityOutput",
          "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": "catalog.list",
            "weight": 100,
            "confidence": 100,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "catalog.get",
            "weight": 90,
            "confidence": 100,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "catalog.match",
            "weight": 80,
            "confidence": 100,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "site.check",
            "weight": 70,
            "confidence": 100,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "order.prepare-link",
            "weight": 60,
            "confidence": 100,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "service-catalog",
            "weight": 100,
            "confidence": 100,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "website-analysis",
            "weight": 70,
            "confidence": 100,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "discover",
          "retrieve",
          "analyze",
          "instruct"
        ]
      },
      "capability_units": [
        {
          "id": "tool:advisors_catalog_list_services",
          "kind": "mcp_tool",
          "capability_id": "catalog.list",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "language"
          ],
          "produces": [
            "service list",
            "package list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:advisors_catalog_get_service",
          "kind": "mcp_tool",
          "capability_id": "catalog.get",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "service_id",
            "language"
          ],
          "produces": [
            "service detail",
            "package list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:advisors_catalog_match_service",
          "kind": "mcp_tool",
          "capability_id": "catalog.match",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "need",
            "language"
          ],
          "produces": [
            "service recommendations"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:advisors_site_check_basics",
          "kind": "mcp_tool",
          "capability_id": "site.check",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "url",
            "language"
          ],
          "produces": [
            "website signals"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:advisors_order_prepare_link",
          "kind": "mcp_tool",
          "capability_id": "order.prepare-link",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "package_id",
            "language"
          ],
          "produces": [
            "request_url"
          ],
          "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 found."
      },
      "fit": {
        "good_for": [
          "Discovering Advisors AI public services and packages",
          "Matching a business need to a service",
          "Checking basic machine-readability of a public website",
          "Preparing a request link for a selected package"
        ],
        "not_for": [
          "Creating orders or confirming eligibility",
          "Charging customers",
          "Measuring AI mentions, rank, visibility, firewall passage, or sales"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.advisorsai%2Fservice-navigator/versions/1.0.0",
          "observation": "MCP source record for Advisors AI Service Navigator; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://advisorsai.ai/mcp#tools/list",
          "observation": "5 tools were returned by MCP discovery; 5 were retained for review.",
          "observed_at": "2026-09-03T06:08:59.125Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication mechanism not specified",
        "Pricing model not specified",
        "Actual usage patterns not observed"
      ],
      "id": "REV_201586328D1A",
      "resource_id": "RES_7399E38183FB",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:09:12.148Z"
    }
  }
}