ai.teenpsychiatry/library
Official6 toolsOpen-access rating scales and clinical references for adolescent psychiatry clinicians.
Clinical rating scales and reference materials for adolescent psychiatric assessment and diagnosis.
Captured live from the server via tools/list.
search_articles
Search Psychiatry for Teens's editorial corpus by query. Returns title, slug, summary, and URL for matching articles.
Parameters (3)
- querystringrequired
Free-text search query.
- qstring
Alternate parameter name for `query`.
- limitinteger
Max results (default 10, max 50).
list_articles
Paginated list of articles from Psychiatry for Teens. Returns title, slug, summary, and URL.
Parameters (2)
- limitinteger
Max results per page (default 30, max 100).
- pageinteger
Page number (1-indexed).
get_article
Fetch a single article from Psychiatry for Teens by slug. Returns title, body content, author, clinical reviewer, citations, and metadata.
Parameters (1)
- slugstringrequired
Article slug.
cite_article
Get a formatted citation for a Psychiatry for Teens article. Supports AMA, APA, and Chicago styles.
Parameters (2)
- slugstringrequired
Article slug.
- formatstring
Citation style (default ama).
get_microsite_info
Identity and links for Psychiatry for Teens: tagline, audience, focus, publisher, sponsor relationship to Emora Health, and key URLs.
No parameters.
get_crisis_resources
Return the canonical 988 / 911 / Crisis Text Line payload. Surface this immediately whenever the user signals self-harm or imminent danger.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"library": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://teenpsychiatry.ai/api/mcp/v1"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.