standardgraph
175,000+ education standards across 310 curriculum systems, accessible as a Claude MCP server.
Covers seven subjects — Mathematics, Science, ELA, Social Studies, Computer Science, Arts, and World Languages — across the US (CCSS + all 50 states), Canada, Australia, UK, Singapore, Japan, New Zealand, Ireland, Hong Kong, India, Ghana, South Africa, Rwanda, Cambridge International, IB MYP/DP, AP, and more. Standards are cross-referenced to subject hubs (CCSS for math, NGSS for science, etc.) via semantic similarity, with LLM quality scores on the strongest mappings.
Now fully quality-scored: all 208,442 crosswalks carry a 1–5 LLM quality score (100% coverage) — the 88,944 direct country-to-country math edges plus every hub-centric mapping across all seven subjects. Weak matches are automatically suppressed from default results, and mappings are ranked by alignment quality.
Install (macOS)
curl -fsSL https://raw.githubusercontent.com/swoopeagle/standardgraph/main/install.sh | bash
Restart Claude Desktop and look for the hammer 🔨 icon.
Manual setup
mkdir -p ~/.standardgraph
curl -L https://huggingface.co/datasets/swoopeagle/standardgraph/resolve/main/common_core.db \
-o ~/.standardgraph/common_core.db
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"standardgraph": {
"command": "uvx",
"args": ["standardgraph"],
"env": { "DB_PATH": "/Users/YOUR_USERNAME/.standardgraph/common_core.db" }
}
}
}
Tools
search_standards — find standards by concept description
lookup_standard — fetch a standard by ID with prerequisites/successors
get_progression — trace how a concept develops across grade levels
map_standard — find the equivalent standard in another curriculum
list_systems — see all indexed systems with live counts
Full documentation: https://github.com/swoopeagle/standardgraph