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.
New in v1.6.0: every one of the 88,944 direct country-to-country math crosswalk edges now carries a 1–5 LLM quality score (100% coverage), and weak matches are automatically suppressed from default results — bringing the graph to 166,745 quality-scored crosswalks overall.
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
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.6.0.tar.gz.
File metadata
- Download URL: standardgraph-1.6.0.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1f0061ffda99129c579847a25318ec294c509c5dbac8925be0d340101dab3f1
|
|
| MD5 |
00f473588d20d2699d0744a14c0dd171
|
|
| BLAKE2b-256 |
bc22539042d6f2d98cad1f0d2bcce88c995646b62ef13bc218ae7514c171ee3a
|
File details
Details for the file standardgraph-1.6.0-py3-none-any.whl.
File metadata
- Download URL: standardgraph-1.6.0-py3-none-any.whl
- Upload date:
- Size: 21.8 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 |
97ce4258ed9ecf92e69fa4f95a9cc1ed48c262621918a6df2ed96e43af32c073
|
|
| MD5 |
e1fe542a700b13ad94fbd59234d0e73e
|
|
| BLAKE2b-256 |
720be5551c358fce3a6300108a0e25332893327ae9532fdb2bec517bc75a3427
|