Skip to content
Back to search
100
MCP live v1.0.0 MCP 2026-07-28 streamable-http

com.psychiatryforkids/library

com.psychiatryforkids/library

Plain-English child psychiatry library — short explainers and decision guides for parents.

Uptime
100.0%
1 direct probes · 30d
Response
401ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_articles

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

list_articles

Paginated list of articles from Psychiatry for Kids. Returns title, slug, summary, and URL.

get_article

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

cite_article

Get a formatted citation for a Psychiatry for Kids article. Supports AMA, APA, and Chicago styles.

get_microsite_info

Identity and links for Psychiatry for Kids: 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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.psychiatryforkids/library": {
      "url": "https://psychiatryforkids.com/api/mcp/v1",
      "transport": "streamable-http"
    }
  }
}