{
  "ok": true,
  "resource": {
    "id": "RES_30DF272D8C44",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childadhd%2Flibrary/versions/1.0.0",
    "name": "library",
    "summary_en": "Clinician-reviewed library on ADHD in children — evaluation, treatment, school, parenting.",
    "summary_zh": "经临床医生审核的儿童ADHD资源库——涵盖评估、治疗、学校与养育。",
    "description_en": "A clinician-reviewed library on ADHD in children, covering evaluation, treatment, school, and parenting. The server exposes six read-only tools for searching, listing, fetching, and citing articles, plus microsite identity and crisis resources.",
    "description_zh": "一个经临床医生审核的儿童ADHD资源库，涵盖评估、治疗、学校与养育。该服务器提供六个只读工具，用于搜索、列出、获取和引用文章，以及微网站身份和危机资源。",
    "provider_name": "ai.childadhd",
    "homepage_url": "https://childadhd.ai/",
    "endpoint_url": "https://childadhd.ai/api/mcp/v1",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childadhd%2Flibrary/versions/1.0.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "content.search",
      "content.retrieve",
      "content.cite",
      "content.list",
      "identity.info",
      "safety.crisis"
    ],
    "categories": [
      "research",
      "other"
    ],
    "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:21:46.883Z"
      }
    },
    "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:21:47.760Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:50:07.750Z",
    "last_seen_at": "2026-09-03T06:21:47.110Z",
    "published_at": "2026-09-03T06:21:47.110Z",
    "created_at": "2026-09-03T02:50:07.750Z",
    "updated_at": "2026-09-03T06:21:47.760Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_30DF272D8C44",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_30DF272D8C44/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_30DF272D8C44",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childadhd%2Flibrary/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.childadhd/library@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childadhd%2Flibrary/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:50:07.750Z",
          "last_seen_at": "2026-09-03T06:21:47.110Z"
        }
      ]
    },
    "tools": [
      {
        "name": "cite_article",
        "title_en": "Cite article",
        "title_zh": "引用文章",
        "description_en": "Get a formatted citation for a ADHD in Children article. Supports AMA, APA, and Chicago styles.",
        "description_zh": "获取儿童ADHD文章的格式化引用。支持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": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_article",
        "title_en": "Get article",
        "title_zh": "获取文章",
        "description_en": "Fetch a single article from ADHD in Children by slug. Returns title, body content, author, clinical reviewer, citations, and metadata.",
        "description_zh": "通过slug从儿童ADHD获取单篇文章。返回标题、正文内容、作者、临床审核人、引用和元数据。",
        "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": "explicit policy",
        "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": "explicit policy",
        "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 ADHD in Children: tagline, audience, focus, publisher, sponsor relationship to Emora Health, and key URLs.",
        "description_zh": "儿童ADHD的身份和链接：标语、受众、焦点、发布者、与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": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_articles",
        "title_en": "List articles",
        "title_zh": "列出文章",
        "description_en": "Paginated list of articles from ADHD in Children. Returns title, slug, summary, and URL.",
        "description_zh": "从儿童ADHD分页列出文章。返回标题、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": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "search_articles",
        "title_en": "Search articles",
        "title_zh": "搜索文章",
        "description_en": "Search ADHD in Children's editorial corpus by query. Returns title, slug, summary, and URL for matching articles.",
        "description_zh": "通过查询搜索儿童ADHD的编辑语料库。返回匹配文章的标题、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": "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": "content.search",
            "weight": 90,
            "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": "content.list",
            "weight": 60,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "identity.info",
            "weight": 40,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "safety.crisis",
            "weight": 80,
            "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"
        ]
      },
      "capability_units": [
        {
          "id": "tool:search_articles",
          "kind": "mcp_tool",
          "capability_id": "content.search",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "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": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "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": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "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": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string slug",
            "string format"
          ],
          "produces": [
            "citation"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_microsite_info",
          "kind": "mcp_tool",
          "capability_id": "identity.info",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "untyped",
          "output_contract": "typed_envelope_dynamic_result",
          "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": "explicit policy",
          "input_contract": "untyped",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [],
          "produces": [
            "crisis resources"
          ],
          "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": [
          "Providing evidence-based, clinician-reviewed information on childhood ADHD",
          "Supporting parents, educators, and clinicians with reliable articles",
          "Generating citations in standard academic formats",
          "Quickly surfacing crisis resources when needed"
        ],
        "not_for": [
          "Providing personalized medical advice or diagnosis",
          "Replacing professional clinical consultation",
          "Accessing non-ADHD related content"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.childadhd%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://childadhd.ai/api/mcp/v1#tools/list",
          "observation": "6 tools were returned by MCP discovery; 6 were retained for review.",
          "observed_at": "2026-09-03T06:21:34.786Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication requirements are unknown; runtime verification succeeded without auth, but may change.",
        "Pricing model is unknown; no evidence of cost or free tier.",
        "Content update frequency is not specified.",
        "The exact scope of the article corpus is not fully enumerated.",
        "No information on rate limits or usage policies."
      ],
      "id": "REV_E8B77D5A86E4",
      "resource_id": "RES_30DF272D8C44",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:21:47.760Z"
    }
  }
}