common-standards-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@common-standards-mcpShow me the 4th grade math standards for Texas."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Common Standards MCP
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 states + organizations (Common Core, NGSS, …) that publish standards |
| For a jurisdiction, list its standard sets (subject × grade) |
| Get one set with every standard (text + codes like |
| Get a single standard by id, with crosswalk links |
Related MCP server: w3c-mcp
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 suiteInspect 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_jurisdictions → list_standard_sets → get_standard_set) and answers with the real standards — each carrying its CC-BY attribution:

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/mcpConfiguration
Env var | Required | Notes |
| No | A free key from commonstandardsproject.com. The API currently serves data anonymously; if set, it is sent as the |
Attribution & licensing
Code: MIT (see
LICENSE).Standards data: licensed per standard set (commonly CC BY 3.0 US); each
get_standard_set/get_standardresult includes anattributionstring. 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBquality-maintenanceMCP Server for interacting with Old School RuneScape Wiki API and game data files, providing tools to search the OSRS Wiki and access game data definitions through the Model Context Protocol.Last updated191171- AlicenseAqualityCmaintenanceMCP Server for accessing W3C/WHATWG/IETF web specifications. Provides AI assistants with access to official web standards data including specifications, WebIDL definitions, CSS properties, and HTML elements.Last updated11612MIT
- FlicenseAqualityBmaintenanceMCP server that exposes skills from the Brazilian National Common Curricular Base (BNCC) with thematic units, knowledge objects, and prioritization layer from Mapa de Foco, enabling lookup, search, listing, and statistics of educational skills.Last updated514
- Alicense-qualityAmaintenanceA Python stdio MCP server for querying standards metadata and downloading public standard documents from supported sources.Last updatedMIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for accessing curated awesome list documentation
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smilne3/common-standards-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server