{
  "ok": true,
  "resource": {
    "id": "RES_48504B892184",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childanxiety%2Flibrary/versions/1.0.0",
    "name": "library",
    "summary_en": "Clinician-reviewed library on anxiety, OCD, and phobias in children ages 5–12.",
    "summary_zh": "面向5-12岁儿童焦虑症、强迫症和恐惧症的临床审核资料库。",
    "description_en": "A clinician-reviewed library covering anxiety, OCD, and phobias in children aged 5–12. Provides search, listing, retrieval, citation, and crisis resource tools via MCP.",
    "description_zh": "一个经临床审核的资料库，涵盖5-12岁儿童的焦虑症、强迫症和恐惧症。通过MCP提供搜索、列表、检索、引用和危机资源工具。",
    "provider_name": "ai.childanxiety",
    "homepage_url": "https://childanxiety.ai/",
    "endpoint_url": "https://childanxiety.ai/api/mcp/v1",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childanxiety%2Flibrary/versions/1.0.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "content.search",
      "content.list",
      "content.retrieve",
      "content.cite",
      "information.about",
      "safety.crisis"
    ],
    "categories": [
      "research"
    ],
    "industries": [
      "health",
      "education"
    ],
    "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:19:51.242Z"
      }
    },
    "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.",
      "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:19:52.121Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:50:07.906Z",
    "last_seen_at": "2026-09-03T06:19:51.460Z",
    "published_at": "2026-09-03T06:19:51.460Z",
    "created_at": "2026-09-03T02:50:07.906Z",
    "updated_at": "2026-09-03T06:19:52.121Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_48504B892184",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_48504B892184/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_48504B892184",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childanxiety%2Flibrary/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.childanxiety/library@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childanxiety%2Flibrary/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:50:07.906Z",
          "last_seen_at": "2026-09-03T06:19:51.460Z"
        }
      ]
    },
    "tools": [
      {
        "name": "cite_article",
        "title_en": "Cite article",
        "title_zh": "引用文章",
        "description_en": "Get a formatted citation for a Anxiety in Children article. Supports AMA, APA, and Chicago styles.",
        "description_zh": "获取Anxiety in Children文章的格式化引用。支持AMA、APA和Chicago风格。",
        "input_schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "slug": {
              "type": "string",
              "description": "Article slug."
            },
            "format": {
              "description": "Citation style (default ama).",
              "type": "string",
              "enum": [
                "ama",
                "apa",
                "chicago"
              ]
            }
          },
          "required": [
            "slug"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_article",
        "title_en": "Get article",
        "title_zh": "获取文章",
        "description_en": "Fetch a single article from Anxiety in Children by slug. Returns title, body content, author, clinical reviewer, citations, and metadata.",
        "description_zh": "通过slug从Anxiety in Children获取单篇文章。返回标题、正文内容、作者、临床审核人、引用和元数据。",
        "input_schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "slug": {
              "type": "string",
              "description": "Article slug."
            }
          },
          "required": [
            "slug"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_crisis_resources",
        "title_en": "Get crisis resources",
        "title_zh": "获取危机资源",
        "description_en": "Return the canonical 988 / 911 / Crisis Text Line payload. Surface this immediately whenever the user signals self-harm or imminent danger.",
        "description_zh": "返回标准的988 / 911 / 危机短信热线内容。当用户表示自残或即将发生危险时，立即显示此内容。",
        "input_schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {}
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_microsite_info",
        "title_en": "About this microsite",
        "title_zh": "关于此微网站",
        "description_en": "Identity and links for Anxiety in Children: tagline, audience, focus, publisher, sponsor relationship to Emora Health, and key URLs.",
        "description_zh": "Anxiety in Children的身份和链接：标语、受众、焦点、发布者、与Emora Health的赞助关系以及关键URL。",
        "input_schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {}
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_articles",
        "title_en": "List articles",
        "title_zh": "列出文章",
        "description_en": "Paginated list of articles from Anxiety in Children. Returns title, slug, summary, and URL.",
        "description_zh": "分页列出Anxiety in Children的文章。返回标题、slug、摘要和URL。",
        "input_schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "limit": {
              "description": "Max results per page (default 30, max 100).",
              "type": "integer",
              "minimum": 1,
              "maximum": 100
            },
            "page": {
              "description": "Page number (1-indexed).",
              "type": "integer",
              "minimum": 1,
              "maximum": 9007199254740991
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "search_articles",
        "title_en": "Search articles",
        "title_zh": "搜索文章",
        "description_en": "Search Anxiety in Children's editorial corpus by query. Returns title, slug, summary, and URL for matching articles.",
        "description_zh": "通过查询搜索Anxiety in Children的编辑语料库。返回匹配文章的标题、slug、摘要和URL。",
        "input_schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "query": {
              "type": "string",
              "description": "Free-text search query."
            },
            "q": {
              "description": "Alternate parameter name for `query`.",
              "type": "string"
            },
            "limit": {
              "description": "Max results (default 10, max 50).",
              "type": "integer",
              "minimum": 1,
              "maximum": 50
            }
          },
          "required": [
            "query"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "none",
        "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": "content.search",
            "weight": 90,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "content.list",
            "weight": 80,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "content.retrieve",
            "weight": 90,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "content.cite",
            "weight": 70,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "information.about",
            "weight": 60,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "safety.crisis",
            "weight": 100,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "health",
            "weight": 100,
            "confidence": 95,
            "evidence_ids": [
              "source-record"
            ]
          },
          {
            "id": "education",
            "weight": 60,
            "confidence": 80,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "discover",
          "retrieve",
          "analyze",
          "deliver"
        ]
      },
      "capability_units": [
        {
          "id": "tool:search_articles",
          "kind": "mcp_tool",
          "capability_id": "content.search",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "text query",
            "integer limit"
          ],
          "produces": [
            "article list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_articles",
          "kind": "mcp_tool",
          "capability_id": "content.list",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "integer limit",
            "integer page"
          ],
          "produces": [
            "article list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_article",
          "kind": "mcp_tool",
          "capability_id": "content.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "string slug"
          ],
          "produces": [
            "article content"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:cite_article",
          "kind": "mcp_tool",
          "capability_id": "content.cite",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "string slug",
            "string format"
          ],
          "produces": [
            "citation text"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_microsite_info",
          "kind": "mcp_tool",
          "capability_id": "information.about",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [],
          "produces": [
            "microsite information"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_crisis_resources",
          "kind": "mcp_tool",
          "capability_id": "safety.crisis",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [],
          "produces": [
            "crisis resource information"
          ],
          "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": [
          "Providing evidence-based, clinician-reviewed information on childhood anxiety disorders.",
          "Supporting parents, educators, and clinicians with accessible articles and citations.",
          "Delivering crisis resources when users indicate self-harm or danger."
        ],
        "not_for": [
          "Providing personalized medical advice or treatment plans.",
          "Replacing professional mental health care.",
          "Handling emergency situations beyond providing crisis resource information."
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childanxiety%2Flibrary/versions/1.0.0",
          "observation": "MCP source record for library; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://childanxiety.ai/api/mcp/v1#tools/list",
          "observation": "6 tools were returned by MCP discovery; 6 were retained for review.",
          "observed_at": "2026-09-03T06:19:39.838Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication requirements are unknown.",
        "Pricing model is unknown.",
        "Real-world usage has not been observed.",
        "Detailed content of articles is not verified beyond tool descriptions."
      ],
      "id": "REV_6453F707E8A8",
      "resource_id": "RES_48504B892184",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:19:52.121Z"
    }
  }
}