🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

standardgraph

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standardgraph

Map any curriculum standard to its equivalent in another country or exam board — 175,000+ standards across 310 systems in 50+ countries, cross-walked into one graph (incl. direct within-family country-to-country edges) and served as a Claude MCP server

pipPyPI
Version
1.6.1
Weekly downloads
240
Maintainers
1

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

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts