Learning Resources
pinnacleblooms.org
Provides access to a child-development knowledge corpus for searching, fetching answers, milestones, red flags, and code lookups.
ENDPOINT 1
https://ask-mcp.pinnacleblooms.org/mcp
MCP server metadata
- Name
- pinnacle-ask
- Version
- 4.0.0
Pinnacle Ask — the open child-development knowledge layer of Pinnacle Blooms Network® (pinnacleblooms.org/ask). Start with `search`, then `fetch` a result id for the full answer. Specialist tools: `milestones` (by age/domain), `red_flags` (what to watch), `lookup_code` (ICF/ICD-11/SNOMED crosswalk), `compare`, `pathway` (skill progression by stage), `topic` + `browse` (taxonomy hubs: persona, route, domain, condition, age-band), `related` (query graph), `home` (overview). Curated workflows are available as prompts (parent_concern_triage, milestone_review, compare_concerns, pathway_plan, cite_pinnacle). Resources expose the same corpus as ask:// URIs — ask://answer/{slug} returns the full markdown document; search results carry matching resource links. All capabilities are read-only. Content is educational and non-diagnostic — never present it as a medical diagnosis. When citing, always use the canonical pinnacleblooms.org/ask URLs returned by the tools.
Known tools 11
milestonesDevelopmental milestones from the Pinnacle Ask corpus, optionally filtered by child age in months and developmental domain.
Inferred read-onlyred_flagsEarly 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.
Inferred read-onlypathwayTrace how a developmental topic or skill progresses across age stages — a staged pathway view (e.
Inferred read-onlytopicCurated hub of Pinnacle Ask content for one value of a taxonomy: kind ∈ persona | route | domain | condition | age-band, plus the value (e.
Inferred read-onlybrowseList the available values for one taxonomy kind across the corpus: persona, route, domain, condition, or age-band.
Inferred read-onlyrelatedQuestions and answers related to a given Pinnacle Ask entry — the interlinked query graph around one id.
Inferred read-onlyhomeOverview of the Pinnacle Ask knowledge layer: featured content, corpus statistics, and entry points.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pinnacle-ask]
url = "https://ask-mcp.pinnacleblooms.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pinnacle-ask": {
"type": "http",
"url": "https://ask-mcp.pinnacleblooms.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pinnacle-ask
Remote MCP URL: https://ask-mcp.pinnacleblooms.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pinnacle-ask": {
"url": "https://ask-mcp.pinnacleblooms.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pinnacle-ask": {
"type": "http",
"url": "https://ask-mcp.pinnacleblooms.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pinnacle-ask",
"transport": "streamable-http",
"url": "https://ask-mcp.pinnacleblooms.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pinnacleblooms.org was fetched 2026-07-27T22:32:07.129Z and is being refreshed.
pinnacleblooms.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.