org.pinnacleblooms/ask
org.pinnacleblooms/askNon-diagnostic child-development knowledge by Pinnacle Blooms: search, milestones, ICF crosswalk.
Tools · 11
Search the Pinnacle Ask child-development knowledge corpus (pinnacleblooms.org/ask) — real parent questions with clinically grounded, non-diagnostic answers covering speech, motor, social, cognitive, …
Fetch the full published answer for a Pinnacle Ask result. `id` accepts a slug from `search`, an /ask path, or a full pinnacleblooms.org/ask URL. Returns the complete answer document (markdown), Every…
Developmental milestones from the Pinnacle Ask corpus, optionally filtered by child age in months and developmental domain. Use to answer 'what should my child be doing at N months' style questions. N…
Early warning signs ('what to watch') for a developmental topic, domain, and/or age in months — framed as guidance to seek professional evaluation, never as a diagnosis. Use when a caregiver asks whet…
Look up Pinnacle Ask content by clinical/standards code — WHO ICF (e.g. 'b167'), ICD-11, ICHI, or SNOMED. Returns corpus entries crosswalked to that code. Useful for clinicians, researchers, and polic…
Compare two developmental topics, conditions, or skills side by side (e.g. 'speech delay' vs 'autism'; 'speech therapy' vs 'occupational therapy'). Returns corpus-grounded points of similarity and dif…
Trace how a developmental topic or skill progresses across age stages — a staged pathway view (e.g. how 'speech' develops from babbling to sentences). Returns corpus entries grouped per stage.
Curated hub of Pinnacle Ask content for one value of a taxonomy: kind ∈ persona | route | domain | condition | age-band, plus the value (e.g. kind='condition', value='autism'). Use `browse` first to d…
List the available values for one taxonomy kind across the corpus: persona, route, domain, condition, or age-band. Use this to discover what can be passed to `topic`.
Questions and answers related to a given Pinnacle Ask entry — the interlinked query graph around one id. `id` accepts a slug, /ask path, or full URL.
Overview of the Pinnacle Ask knowledge layer: featured content, corpus statistics, and entry points. Takes no arguments. Good first call to orient before searching.
Resources · 6
Featured content, corpus statistics, and entry points for the open child-development knowledge layer.
ask://home
All persona values in the corpus taxonomy — valid inputs for the `topic` tool and ask://topic/ reads.
ask://browse/persona
All route values in the corpus taxonomy — valid inputs for the `topic` tool and ask://topic/ reads.
ask://browse/route
All domain values in the corpus taxonomy — valid inputs for the `topic` tool and ask://topic/ reads.
ask://browse/domain
All condition values in the corpus taxonomy — valid inputs for the `topic` tool and ask://topic/ reads.
ask://browse/condition
All age-band values in the corpus taxonomy — valid inputs for the `topic` tool and ask://topic/ reads.
ask://browse/age-band
Prompts · 5
Structured, non-diagnostic triage of a parent/caregiver concern about a child's development: search the corpus, read the best answer, check age-appropriate milestones and what-to-watch signs, then syn…
Review developmental milestones for a given age in months (optionally one domain), contrasted with early signs that merit professional attention. Non-diagnostic.
Side-by-side, corpus-grounded comparison of two developmental topics or conditions (e.g. speech delay vs autism spectrum) without diagnosing either.
Trace how a developmental skill progresses across age stages using the corpus pathway view, with supportive everyday actions per stage.
Answer a child-development question strictly from the Pinnacle Ask corpus, citing canonical pinnacleblooms.org/ask URLs for every claim.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"org.pinnacleblooms/ask": {
"url": "https://ask-mcp.pinnacleblooms.org/mcp",
"transport": "streamable-http"
}
}
}