158,000+ education standards (math, science, ELA, social studies, CS, arts) across 300 curriculum systems, cross-referenced via NLP — accessible as a Claude MCP server
Project description
standardgraph
158,000+ education standards across 300 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.
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 descriptionlookup_standard— fetch a standard by ID with prerequisites/successorsget_progression— trace how a concept develops across grade levelsmap_standard— find the equivalent standard in another curriculumlist_systems— see all indexed systems with live counts
Full documentation: https://github.com/swoopeagle/standardgraph
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file standardgraph-1.2.4.tar.gz.
File metadata
- Download URL: standardgraph-1.2.4.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4783825c3c242d31f2f9342c8b138fd8fd14984562194154da2c7a1d318a5577
|
|
| MD5 |
bbcbc08ac075281fed7fd39c6a472a5f
|
|
| BLAKE2b-256 |
12f11a1772980a2d4e00f5b7557c553175b7107925acd4ec7ea9033b1b5112ba
|
File details
Details for the file standardgraph-1.2.4-py3-none-any.whl.
File metadata
- Download URL: standardgraph-1.2.4-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
313bfa4eb92c0adb10d1da5b73766e4b255d300447941f7eeeed12724cd002cc
|
|
| MD5 |
d0992ba60560963913b6830b9ccc08a6
|
|
| BLAKE2b-256 |
e9f28f7b856900e0033af2fce65baf1a99b8cb08b3a520f54ba5337fdc543ddf
|