Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Common Standards

БесплатноНе проверен

A read-only MCP server for querying U.S. K-12 academic standards via the Common Standards Project API.

GitHubEmbed

Описание

A read-only MCP server for querying U.S. K-12 academic standards via the Common Standards Project API.

README

A small, read-only Model Context Protocol (MCP) server that lets an AI assistant look up U.S. K–12 academic standards on demand, using the free Common Standards Project API. Built with TypeScript, Next.js, and Vercel's mcp-handler.

What it does

Four read-only tools:

Tool Purpose
list_jurisdictions List states + organizations (Common Core, NGSS, …) that publish standards
list_standard_sets For a jurisdiction, list its standard sets (subject × grade)
get_standard_set Get one set with every standard (text + codes like 4.NF.A.1) + attribution
get_standard Get a single standard by id, with crosswalk links

Run locally

npm install
cp .env.local.example .env.local   # optional: add a CSP_API_KEY
npm run dev                        # serves the MCP at http://localhost:3000/api/mcp
npm run test:run                   # run the test suite

Inspect it with npx @modelcontextprotocol/inspector → Streamable HTTP → http://localhost:3000/api/mcp.

Demo

Ask an assistant connected to this server:

“Look up Arizona’s 4th-grade math standards, and list a few with their codes.”

Claude calls the tools (list_jurisdictionslist_standard_setsget_standard_set) and answers with the real standards — each carrying its CC-BY attribution:

Claude using the Common Standards MCP to list Arizona’s 4th-grade math standards

Under the hood, list_jurisdictions filtered to “Arizona” returns:

{
  "count": 2,
  "jurisdictions": [
    { "id": "0B41FFF6B5114EB0B8A89CE0E70E22D8", "title": "Arizona", "type": "state" },
    { "id": "07130F1D86804B4D9D41E610BA605DA2", "title": "Arizona - Tucson Unified School District - Mansfeld Magnet Middle School", "type": "organization" }
  ]
}

Deploy

Deployed on Vercel. The live MCP endpoint is https://common-standards-project.vercel.app/api/mcp.

Add it to Claude Code:

claude mcp add --transport http common-standards https://common-standards-project.vercel.app/api/mcp

Configuration

Env var Required Notes
CSP_API_KEY No A free key from commonstandardsproject.com. The API currently serves data anonymously; if set, it is sent as the Api-Key header. Never set it to a blank/placeholder value — an invalid key causes 401s.

Attribution & licensing

  • Code: MIT (see LICENSE).
  • Standards data: licensed per standard set (commonly CC BY 3.0 US); each get_standard_set / get_standard result includes an attribution string. Data retrieved via the Common Standards Project.

Notes

Optional hardening for a public deployment: add a Vercel Firewall rate-limit rule, or a shared-secret header check in app/api/mcp/route.ts. Not required for read-only public data.

from github.com/smilne3/common-standards-mcp

Установка Common Standards

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/smilne3/common-standards-mcp

FAQ

Common Standards MCP бесплатный?

Да, Common Standards MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Common Standards?

Нет, Common Standards работает без API-ключей и переменных окружения.

Common Standards — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Common Standards в Claude Desktop, Claude Code или Cursor?

Открой Common Standards на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Common Standards with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development