157,000+ education standards (math, science, ELA, social studies, CS, arts) across 298 curriculum systems, cross-referenced via NLP — accessible as a Claude MCP server
Project description
standardgraph
20,000+ math standards across 75+ curriculum systems, accessible as a Claude MCP server.
Covers 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, and more — all cross-referenced to CCSS via NLP semantic similarity.
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.0.tar.gz.
File metadata
- Download URL: standardgraph-1.2.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de0f6c4a174988eecf3a69d16fb1bb6a71b87242181e3f26ba7e2b429c945fe4
|
|
| MD5 |
9c8eb3c187bc4a4a246683e04358dd9d
|
|
| BLAKE2b-256 |
96c7adf5890736fc5ac8af1100d0c83fd5c3c2798c486db1f52fdf785d00091d
|
File details
Details for the file standardgraph-1.2.0-py3-none-any.whl.
File metadata
- Download URL: standardgraph-1.2.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31374032d7d24d1dcf66a69074c459b056876969ecfac21cbe9373bcc3f0f50d
|
|
| MD5 |
0c50804877da16e68bbfe6b19dc79b48
|
|
| BLAKE2b-256 |
b94e819cadfde815490583b6f41a63f8877a288b3c0de13a757c004d0cb0a485
|