com.teenpsychiatry/library
Official6 toolsAdolescent psychiatry library focused on the medication decisions parents wrestle with.
Guide for parents on adolescent psychiatric medication decisions and treatment options.
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.com/api/mcp/v1"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.