Standards, indexed for agents.
An MCP server over every K-12 standard in the US, with semantic search, framework crosswalks, and DOK + Bloom's tags. No auth required for the read tools.
What's an MCP?
A standardized way for AI clients (Claude Desktop, Cursor, ChatGPT, custom agents) to call tools and fetch data without custom integrations. One protocol, every client. Read more →
Install
Three first-class clients today. Point them at the public read URL https://who-knows-what.asuprep.org/mcp — no sign-in, no consent, just works.
- Claude Desktop — Customize → Connectors → "+" → Add custom connector → paste URL.
- Cursor — edit
.cursor/mcp.jsonor the global config. Reload Cursor. - MCP Inspector —
pnpm dlx @modelcontextprotocol/inspector. Paste URL.
Tools
Seven read tools live today.
- list_frameworks — browse the corpus by framework
- list_standards — search standards by query, framework, grade
- get_standard — fetch one standard with parents and children
- find_alignments — cross-walk standards across frameworks
- find_similar_standards — semantic neighbors via pgvector
- get_dok — Webb's Depth of Knowledge level (1–4)
- get_blooms — Bloom's revised taxonomy level
An eighth tool, submit_rl_feedback, lives at the auth-walled URL /mcp/feedback for advanced users who want to help train future versions of the corpus. See RL feedback.