{
  "ok": true,
  "resource": {
    "id": "RES_0243D5CA1EA5",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/library/versions/1.0.0",
    "name": "library",
    "summary_en": "Teen-first library on CBT, DBT, and finding the right therapist.",
    "summary_zh": "面向青少年的心理治疗资料库，提供CBT、DBT文章搜索与危机资源。",
    "description_en": "This MCP server provides access to Therapy for Teens, a teen-first library of articles on CBT, DBT, and finding a therapist. It offers search, listing, retrieval, and citation tools for editorial content, plus crisis resources. Access requires no authentication, but content is specific to teen mental health.",
    "description_zh": "该MCP服务器提供对Therapy for Teens的访问，这是一个面向青少年的心理治疗资料库，涵盖CBT、DBT及寻找治疗师的文章。它提供搜索、列表、检索和引用工具，以及危机资源。无需认证即可访问，但内容专注于青少年心理健康。",
    "provider_name": "ai.teentherapy",
    "homepage_url": "https://teentherapy.ai/",
    "endpoint_url": "https://teentherapy.ai/api/mcp/v1",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/library/versions/1.0.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "content.search",
      "content.retrieve",
      "content.cite",
      "crisis.support"
    ],
    "categories": [
      "search-research"
    ],
    "industries": [
      "health"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "luna-reviewed",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-04T04:31:40.654Z"
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": "search-research",
        "integrations": [],
        "use_cases": {
          "en": [
            "Search for teen mental health articles on CBT, DBT, and therapy.",
            "Retrieve full article content and metadata for citation.",
            "Access crisis resources for immediate support."
          ],
          "zh": [
            "搜索关于CBT、DBT和治疗的青少年心理健康文章。",
            "获取完整文章内容和元数据以进行引用。",
            "获取危机资源以提供即时支持。"
          ]
        },
        "categories": [
          "search-research"
        ],
        "industries": [
          "health"
        ],
        "copy": {
          "source_language": "en",
          "summary_zh_state": "present",
          "description_zh_state": "present",
          "description_en_state": "present"
        }
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": null,
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v3",
      "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-04T04:31:41.675Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T13:54:48.668Z",
    "last_seen_at": "2026-09-04T04:31:40.898Z",
    "published_at": "2026-09-03T13:54:48.668Z",
    "created_at": "2026-09-03T13:54:48.668Z",
    "updated_at": "2026-09-04T04:31:41.675Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_0243D5CA1EA5",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_0243D5CA1EA5/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_0243D5CA1EA5",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/library/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "library@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/library/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T13:54:48.668Z",
          "last_seen_at": "2026-09-04T04:31:40.898Z"
        }
      ]
    },
    "tools": [
      {
        "name": "cite_article",
        "title_en": "Cite article",
        "title_zh": "引用文章",
        "description_en": "Get a formatted citation for a Therapy for Teens article. Supports AMA, APA, and Chicago styles.",
        "description_zh": "获取Therapy for Teens文章的格式化引用。支持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 Therapy for Teens by slug. Returns title, body content, author, clinical reviewer, citations, and metadata.",
        "description_zh": "通过slug从Therapy for Teens获取单篇文章。返回标题、正文内容、作者、临床审阅者、引用和元数据。",
        "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 Therapy for Teens: tagline, audience, focus, publisher, sponsor relationship to Emora Health, and key URLs.",
        "description_zh": "Therapy for Teens的身份和链接：标语、受众、焦点、发布者、与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 Therapy for Teens. Returns title, slug, summary, and URL.",
        "description_zh": "从Therapy for Teens分页列出文章。返回标题、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 Therapy for Teens's editorial corpus by query. Returns title, slug, summary, and URL for matching articles.",
        "description_zh": "通过查询搜索Therapy for Teens的编辑语料库。返回匹配文章的标题、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-v3",
      "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": "crisis.support",
            "weight": 80,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "health",
            "weight": 100,
            "confidence": 95,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "discover",
          "retrieve"
        ]
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": "search-research",
        "integrations": [],
        "use_cases": {
          "en": [
            "Search for teen mental health articles on CBT, DBT, and therapy.",
            "Retrieve full article content and metadata for citation.",
            "Access crisis resources for immediate support."
          ],
          "zh": [
            "搜索关于CBT、DBT和治疗的青少年心理健康文章。",
            "获取完整文章内容和元数据以进行引用。",
            "获取危机资源以提供即时支持。"
          ]
        }
      },
      "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": "untyped",
          "accepts": [
            "text query"
          ],
          "produces": [
            "article list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_articles",
          "kind": "mcp_tool",
          "capability_id": "content.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "pagination parameters"
          ],
          "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": "untyped",
          "accepts": [
            "article 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": "untyped",
          "accepts": [
            "article slug",
            "citation format"
          ],
          "produces": [
            "citation string"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_microsite_info",
          "kind": "mcp_tool",
          "capability_id": "content.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "untyped",
          "output_contract": "untyped",
          "accepts": [],
          "produces": [
            "microsite information"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_crisis_resources",
          "kind": "mcp_tool",
          "capability_id": "crisis.support",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "untyped",
          "output_contract": "untyped",
          "accepts": [],
          "produces": [
            "crisis resource payload"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {},
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": null
      },
      "fit": {
        "good_for": [
          "Providing evidence-based mental health information to teenagers",
          "Supporting research on CBT and DBT",
          "Offering crisis resources"
        ],
        "not_for": [
          "General-purpose search",
          "Replacing professional medical advice"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/library/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://teentherapy.ai/api/mcp/v1#tools/list",
          "observation": "6 tools were returned by MCP discovery; 6 were retained for review.",
          "observed_at": "2026-09-04T04:31:30.090Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Exact content licensing terms",
        "Rate limits or usage policies",
        "Data retention policies"
      ],
      "id": "REV_D5E0BF01F9BD",
      "resource_id": "RES_0243D5CA1EA5",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-04T04:31:41.675Z"
    }
  }
}