{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "ADHD in Children",
  "description": "Evidence-based guides, tools, and clinician-led evaluations for kids ages 5–12 with ADHD — written for the parents navigating it.",
  "version": "1.0.0",
  "serverUrl": "https://childadhd.ai/api/mcp/v1",
  "tools": [
    {
      "name": "search_articles",
      "description": "Full-text search of clinician-reviewed pediatric ADHD articles published on ADHD in Children, ranked by relevance. Use to find guidance for parents and caregivers of children.",
      "inputSchema": {
        "type": "object",
        "required": [
          "query"
        ],
        "properties": {
          "query": {
            "type": "string",
            "description": "Free-text query. Matches title and summary."
          },
          "limit": {
            "type": "number",
            "description": "Max results (default 10, max 50)."
          }
        }
      }
    },
    {
      "name": "list_articles",
      "description": "Paginated list of all native articles on this microsite (clinician-reviewed). Returns lightweight summaries — call get_article for full body.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "page": {
            "type": "number",
            "description": "Page number (default 1)."
          },
          "limit": {
            "type": "number",
            "description": "Page size (default 30, max 100)."
          }
        }
      }
    },
    {
      "name": "get_article",
      "description": "Fetch a single article by slug — full intro, body, FAQ, references, embedded reviewers + authors with credentials, and pre-formatted citation strings (AMA, APA, Chicago).",
      "inputSchema": {
        "type": "object",
        "required": [
          "slug"
        ],
        "properties": {
          "slug": {
            "type": "string",
            "description": "Article slug, e.g. \"what-an-evaluation-actually-looks-like\"."
          }
        }
      }
    },
    {
      "name": "cite_article",
      "description": "Return formatted citation strings (AMA, APA, Chicago) for an article slug. Useful when an agent needs a verifiable source line.",
      "inputSchema": {
        "type": "object",
        "required": [
          "slug"
        ],
        "properties": {
          "slug": {
            "type": "string",
            "description": "Article slug."
          },
          "format": {
            "type": "string",
            "enum": [
              "ama",
              "apa",
              "chicago"
            ],
            "description": "Citation format. Default: ama."
          }
        }
      }
    },
    {
      "name": "get_microsite_info",
      "description": "Identity, audience, focus, sponsor relationship, crisis routing, and links for ADHD in Children. Always safe to call when the agent needs site-level context.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_crisis_resources",
      "description": "Returns the canonical crisis-resource payload (911, 988 Suicide & Crisis Lifeline, Crisis Text Line). Call any time the user mentions self-harm, suicidal ideation, or someone else in danger. Hardcoded — does not vary by microsite.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ],
  "serverInfo": {
    "name": "ADHD in Children",
    "description": "Evidence-based guides, tools, and clinician-led evaluations for kids ages 5–12 with ADHD — written for the parents navigating it.",
    "version": "1.0.0",
    "contactEmail": "hello@childadhd.ai",
    "documentationUrl": "https://childadhd.ai/llms-full.txt",
    "logoUrl": "https://childadhd.ai/brand-icon.png"
  },
  "transport": {
    "type": "streamable-http",
    "baseUrl": "https://childadhd.ai/api/mcp/v1",
    "authentication": "none"
  },
  "capabilities": {
    "tools": [
      {
        "name": "search_articles",
        "description": "Full-text search of clinician-reviewed pediatric ADHD articles published on ADHD in Children, ranked by relevance. Use to find guidance for parents and caregivers of children.",
        "inputSchema": {
          "type": "object",
          "required": [
            "query"
          ],
          "properties": {
            "query": {
              "type": "string",
              "description": "Free-text query. Matches title and summary."
            },
            "limit": {
              "type": "number",
              "description": "Max results (default 10, max 50)."
            }
          }
        }
      },
      {
        "name": "list_articles",
        "description": "Paginated list of all native articles on this microsite (clinician-reviewed). Returns lightweight summaries — call get_article for full body.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "page": {
              "type": "number",
              "description": "Page number (default 1)."
            },
            "limit": {
              "type": "number",
              "description": "Page size (default 30, max 100)."
            }
          }
        }
      },
      {
        "name": "get_article",
        "description": "Fetch a single article by slug — full intro, body, FAQ, references, embedded reviewers + authors with credentials, and pre-formatted citation strings (AMA, APA, Chicago).",
        "inputSchema": {
          "type": "object",
          "required": [
            "slug"
          ],
          "properties": {
            "slug": {
              "type": "string",
              "description": "Article slug, e.g. \"what-an-evaluation-actually-looks-like\"."
            }
          }
        }
      },
      {
        "name": "cite_article",
        "description": "Return formatted citation strings (AMA, APA, Chicago) for an article slug. Useful when an agent needs a verifiable source line.",
        "inputSchema": {
          "type": "object",
          "required": [
            "slug"
          ],
          "properties": {
            "slug": {
              "type": "string",
              "description": "Article slug."
            },
            "format": {
              "type": "string",
              "enum": [
                "ama",
                "apa",
                "chicago"
              ],
              "description": "Citation format. Default: ama."
            }
          }
        }
      },
      {
        "name": "get_microsite_info",
        "description": "Identity, audience, focus, sponsor relationship, crisis routing, and links for ADHD in Children. Always safe to call when the agent needs site-level context.",
        "inputSchema": {
          "type": "object",
          "properties": {}
        }
      },
      {
        "name": "get_crisis_resources",
        "description": "Returns the canonical crisis-resource payload (911, 988 Suicide & Crisis Lifeline, Crisis Text Line). Call any time the user mentions self-harm, suicidal ideation, or someone else in danger. Hardcoded — does not vary by microsite.",
        "inputSchema": {
          "type": "object",
          "properties": {}
        }
      }
    ],
    "resources": [
      {
        "name": "site_overview",
        "description": "Plain-text overview of ADHD in Children — purpose, audience, top articles, handoff URLs.",
        "uri": "https://childadhd.ai/llms.txt",
        "mimeType": "text/markdown"
      },
      {
        "name": "site_corpus",
        "description": "Full plain-text corpus of every native article on ADHD in Children.",
        "uri": "https://childadhd.ai/llms-full.txt",
        "mimeType": "text/markdown"
      },
      {
        "name": "article_index",
        "description": "JSON list of articles (paginated).",
        "uri": "https://childadhd.ai/api/v1/articles",
        "mimeType": "application/json"
      }
    ]
  },
  "links": {
    "homepage": "https://childadhd.ai",
    "privacyPolicy": "https://childadhd.ai/privacy",
    "termsOfService": "https://childadhd.ai/terms",
    "apiCatalog": "https://childadhd.ai/.well-known/api-catalog",
    "agentSkills": "https://childadhd.ai/.well-known/agent-skills/index.json",
    "mcpManifest": "https://childadhd.ai/.well-known/mcp.json"
  },
  "related_servers": [
    {
      "name": "Emora Health",
      "purpose": "Clinical-care services: provider search, real-time availability, evaluation booking, insurance cost estimate.",
      "server_card": "https://www.emorahealth.com/.well-known/mcp/server-card.json",
      "homepage": "https://www.emorahealth.com"
    }
  ],
  "safety": {
    "crisisRouting": "All tools that accept free-text user input pre-screen for crisis language. On match, the tool returns the canonical 988 crisis payload regardless of what was requested.",
    "contentLicense": "Free to read and cite with attribution to ADHD in Children. Educational content only — not a substitute for clinical evaluation or treatment.",
    "sponsorDisclosure": "Articles on this site are clinically reviewed by licensed clinicians under a sponsorship arrangement with Emora Health. The site itself is the publisher."
  }
}