Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ai.teentherapy avatar

Library

ai.teentherapy/library is a MCP server that gives agents teen-first CBT, DBT, and therapist-finding library content over streamable HTTP.

About

ai.teentherapy/library is a hosted Model Context Protocol server that exposes a teen-oriented therapy and mental-health education library to coding agents. developers shipping wellness apps, school programs, or family-facing agents can register the remote endpoint instead of curating CBT and DBT explainers themselves. The registry entry documents websiteUrl teentherapy.ai, version 1.0.0, and Emora Health–backed clinical review for cited articles. It suits products that need trustworthy, age-appropriate copy and navigation toward professional care—not developers who only need generic chat or who require licensed telehealth inside their stack. Integration is HTTP remote MCP rather than a local npm skill; you point Claude Code, Cursor, or similar clients at the published manifest. Expect educational scope: complement human therapists and local regulations, and design escalation paths outside the MCP.

  • Remote streamable-http MCP at teentherapy.ai/api/mcp/v1 with registry manifest and server card URLs
  • Teen-first articles on CBT, DBT skills, and how to find a therapist—clinically reviewed under Emora Health sponsorship
  • Agent Skills index at .well-known/agent-skills for discovery alongside MCP registration
  • Educational content license: free to cite with attribution
  • Publisher display name Therapy for Teens—positioned as library MCP, not crisis hotline or diagnosis

Library by the numbers

  • Exposes 6 verified tools (MCP introspection)
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http library https://teentherapy.ai/api/mcp/v1

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools6

What it does

Wire a teen-focused CBT/DBT and therapist-finding knowledge layer into health, edtech, or companion agents without scraping clinical sites.

Who is it for?

Best when you're adding psychoeducation, coping skill explainers, or therapist-search handoffs to teen wellness or edtech agents.

Skip if: Skip if you need emergency crisis routing, licensed therapy sessions, or adult-only clinical decision support inside the agent.

What you get

After you register the remote MCP, your agent can pull attributed, teen-focused therapy education and therapist-discovery guidance from a single catalogued endpoint.

  • Agent-callable access to the Teen Therapy article library via MCP
  • Registry-linked manifest and server card for team documentation
  • Optional discovery via published agent-skills index JSON

By the numbers

  • MCP version 1.0.0 in registry schema 2025-12-11
  • Single remote transport: streamable-http at teentherapy.ai/api/mcp/v1
  • Publisher displayName: Therapy for Teens

Tools 6

Public tool metadata - what this server can do for an agent.

search_articles3 params

Search Therapy for Teens's editorial corpus by query. Returns title, slug, summary, and URL for matching articles.

  • querystringrequiredFree-text search query.
  • qstringAlternate parameter name for `query`.
  • limitintegerMax results (default 10, max 50).
list_articles2 params

Paginated list of articles from Therapy for Teens. Returns title, slug, summary, and URL.

  • limitintegerMax results per page (default 30, max 100).
  • pageintegerPage number (1-indexed).
get_article1 param

Fetch a single article from Therapy for Teens by slug. Returns title, body content, author, clinical reviewer, citations, and metadata.

  • slugstringrequiredArticle slug.
cite_article2 params

Get a formatted citation for a Therapy for Teens article. Supports AMA, APA, and Chicago styles.

  • slugstringrequiredArticle slug.
  • formatstringCitation style (default ama).
get_microsite_info

Identity and links for Therapy for Teens: tagline, audience, focus, publisher, sponsor relationship to Emora Health, and key URLs.

get_crisis_resources

Return the canonical 988 / 911 / Crisis Text Line payload. Surface this immediately whenever the user signals self-harm or imminent danger.

Recommended MCP Servers

How it compares

Clinical education library MCP, not a deployment platform or generic web-search skill.

FAQ

Who is ai.teentherapy/library for?

and small teams building teen-facing wellness, school, or companion products who want agent-accessible CBT/DBT and therapist-finding content with clear attribution.

When should I use ai.teentherapy/library?

Use it in the Grow phase when you are shipping user-facing support flows, onboarding psychoeducation, or in-app answers that must stay teen-appropriate and citable.

How do I add ai.teentherapy/library to my agent?

Add the remote MCP server using the streamable-http URL https://teentherapy.ai/api/mcp/v1 and the manifest at https://teentherapy.ai/.well-known/mcp.json in your client’s MCP config.

Communicationcontentlifecycle

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.