Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

BC Curriculum

NPM · BC-CURRICULUM-MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more.

+2 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 59 of 159 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2197 tokens (~183/item across 12 items; 12 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the BC Curriculum MCP server?

BC Curriculum runs locally as an npm package, launched with npx -y bc-curriculum-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · bc-curriculum-mcp-server

# add to Claude Code
claude mcp add pdg6-bc-curriculum -- npx -y bc-curriculum-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "pdg6-bc-curriculum": {
      "command": "npx",
      "args": [
        "-y",
        "bc-curriculum-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "pdg6-bc-curriculum": {
      "command": "npx",
      "args": [
        "-y",
        "bc-curriculum-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add pdg6-bc-curriculum -- npx -y bc-curriculum-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pdg6-bc-curriculum": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bc-curriculum-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pdg6-bc-curriculum --command npx --arg -y --arg bc-curriculum-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  pdg6-bc-curriculum:
    command: "npx"
    args: ["-y", "bc-curriculum-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "pdg6-bc-curriculum": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "bc-curriculum-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add pdg6-bc-curriculum -t stdio -c npx -a -y bc-curriculum-mcp-server
// mcp.json
{
  "mcpServers": {
    "pdg6-bc-curriculum": {
      "command": "npx",
      "args": [
        "-y",
        "bc-curriculum-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +2
    • CVE-2026-82562 no longer affects this package security
    • CVE-2026-82417 no longer affects this package security
    • Known CVEs: fail → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 9 Sept 26 +1
    • Security disclosure: unverified → fail functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/bc-curriculum-mcp-server@1.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 159 packages
Packages resolved 159
Deprecated 1
Stale 58
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~2,197 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
bc_get_assessment_resources ~148

Get BC assessment practices, classroom assessment resources, and reporting guidance. Args: - subject (string, optional): Filter by subject slug - grade (integer, optional): Filter by grade level - resource_type (string, optional): Filter by type ('classroom-assessment', 'reporting', 'standards-based', 'all'). Default 'all'. Returns: Assessment resources with content and type metadata.

NameTypeReqDescription
gradeintegerGrade level (0=Kindergarten, 1-12)
resource_typestringType of assessment resource
subjectstringBC curriculum subject slug (e.g., 'adst', 'science')

No output schema declared.

No examples provided.

bc_get_competency_connections ~117

Find curricular competencies that appear across multiple subjects or courses. Useful for interdisciplinary curriculum design and identifying transferable skills. Args: - competency_text (string): A competency description to find connections for - scope (string, optional): Where to search ('same_subject', 'cross_subject', 'all'). Default 'all'. Returns: Related competencies from other courses/subjects with similarity ranking.

NameTypeReqDescription
competency_textstringyesA competency description to find connections for
scopestringWhere to search for related competencies

No output schema declared.

No examples provided.

bc_get_core_competencies ~94

Get BC Core Competencies (Communication, Thinking, Personal/Social) with proficiency profiles. These cross-cutting competencies are assessed across all subjects. Args: - domain (string, optional): Filter by domain ('communication', 'thinking', 'personal_social', 'all'). Default 'all'. Returns: Core competencies with descriptions and proficiency profile levels.

NameTypeReqDescription
domainstringCore competency domain to retrieve

No output schema declared.

No examples provided.

bc_get_course_curriculum ~212

Get the complete BC curriculum for a specific course: Big Ideas, Curricular Competencies (grouped by domain), and Content/KDU items with elaborations. Returns the full three-column structure used by BC Ministry of Education. Args: - subject (string): Subject slug (e.g., 'adst', 'science') - grade (integer): Grade level (0=K, 1-12) - course (string, optional): Course slug (e.g., 'technology-explorations'). If omitted, returns all courses for that subject+grade. Returns: Complete three-column curriculum structure per course, including elaborations.

NameTypeReqDescription
coursestringCourse slug (e.g., 'technology-explorations'). If omitted, returns all courses for subject+grade.
gradeintegeryesGrade level (0=Kindergarten, 1-12)
subjectstringyesBC curriculum subject slug (e.g., 'adst', 'science')

No output schema declared.

No examples provided.

bc_get_course_history ~191

Show the crawl history and change timeline for a specific course. Includes each crawl snapshot (date, item counts, content hash) and a changelog of all detected modifications. Args: - subject (string): Subject slug (e.g., 'science') - grade (integer): Grade level (0=K, 1-12) - course (string, optional): Course slug (e.g., 'chemistry'). If omitted, shows history for all courses at subject+grade. Returns: Timeline of crawl snapshots and detected changes per course.

NameTypeReqDescription
coursestringCourse slug (e.g., 'chemistry'). If omitted, shows history for all courses at subject+grade.
gradeintegeryesGrade level (0=Kindergarten, 1-12)
subjectstringyesBC curriculum subject slug (e.g., 'adst', 'science')

No output schema declared.

No examples provided.

bc_get_crawl_status ~80

Check when BC curriculum data was last crawled, data completeness, and any crawl errors. Use to verify data freshness before relying on results. Args: - subject (string, optional): Check specific subject only Returns: Crawl timestamps, record counts per subject, and recent errors.

NameTypeReqDescription
subjectstringOptional: check specific subject

No output schema declared.

No examples provided.

bc_get_curriculum_changes ~290

Show what changed in BC curriculum since a given date. Detects added, removed, and modified Big Ideas, Competencies, and Content items across crawl runs. Requires at least two crawls to have change data. Args: - since (string, optional): ISO date (e.g., '2026-01-15'). Default: last 30 days. - subject (string, optional): Filter by subject slug - grade (integer, optional): Filter by grade level - change_type (string, optional): Filter by change type ('added', 'removed', 'modified', 'all'). Default 'all'. - limit (integer, optional): Max entries to return (default 50, max 100) Returns: Course-level summary of which courses changed, plus item-level detail of what specifically was added/removed/modified.

NameTypeReqDescription
change_typestringFilter by type of change
gradeintegerGrade level (0=Kindergarten, 1-12)
limitintegerMaximum changelog entries to return (default 50)
sincestringISO date string — show changes detected after this date (e.g., '2026-01-15'). Defaults to last 30 days.
subjectstringBC curriculum subject slug (e.g., 'adst', 'science')

No output schema declared.

No examples provided.

bc_get_fppl ~82

Get the First Peoples Principles of Learning (FPPL) with descriptions and connections to curriculum areas. BC curriculum requires authentic integration of these principles. Args: - subject (string, optional): Filter connections to a specific subject Returns: FPPL principles with descriptions and subject-specific connections.

NameTypeReqDescription
subjectstringOptional: filter connections to a specific subject

No output schema declared.

No examples provided.

bc_get_grade_progression ~301

Show how Big Ideas, Competencies, and Content progress across grade levels for a BC subject. Useful for understanding scaffolding, prerequisites, and learning trajectories. When a query is provided, filters to only matching items at each grade — showing a focused vertical thread rather than a full data dump. Args: - subject (string): Subject slug - grade_from (integer): Starting grade (0=K, 1-12) - grade_to (integer): Ending grade (0=K, 1-12) - focus (string, optional): Which element to trace ('big_ideas', 'competencies', 'content', 'all'). Default 'all'. - query (string, optional): Focus on a specific concept (e.g., 'evidence', 'multiplication'). Only matching items shown at each grade. Returns: Grade-by-grade breakdown of curriculum elements showing progression, optionally filtered to a concept thread.

NameTypeReqDescription
focusstringWhich curriculum element to trace across grades
grade_fromintegeryesStarting grade (0=K)
grade_tointegeryesEnding grade
querystringOptional: focus the progression on a specific concept (e.g., 'evidence', 'multiplication'). When provided, only items matching this query are shown at each grade.
subjectstringyesBC curriculum subject slug (e.g., 'adst', 'science')

No output schema declared.

No examples provided.

bc_list_courses ~129

List all available courses in the BC curriculum database (K-12). Use this to discover what courses are available before querying specific curriculum data. Args: - subject (string, optional): Filter by subject slug - grade (integer, optional): Filter by grade level (0=K, 1-12) Returns: List of courses with subject, grade, name, and URL.

NameTypeReqDescription
gradeintegerGrade level (0=Kindergarten, 1-12)
subjectstringBC curriculum subject slug (e.g., 'adst', 'science')

No output schema declared.

No examples provided.

bc_search_cross_curricular ~277

Find curriculum elements shared between two or more subjects at the same grade level. Identifies overlapping competencies, big ideas, and content across subjects. Essential for interdisciplinary planning. Args: - subjects (string[]): Two or more subject slugs to compare (e.g., ['science', 'adst']) - grade (integer): Grade level (0=K, 1-12) - focus (string, optional): Which element to compare ('big_ideas', 'competencies', 'content', 'all'). Default 'all'. - query (string, optional): Narrow to a specific concept (e.g., 'evidence', 'design thinking') - limit (integer, optional): Max connections to return (default 20, max 50) Returns: Groups of curriculum items connected by shared language across subjects.

NameTypeReqDescription
focusstringWhich curriculum element to compare across subjects
gradeintegeryesGrade level (0=Kindergarten, 1-12)
limitintegerMaximum connections to return (default 20)
querystringOptional: narrow to a specific concept (e.g., 'evidence', 'design thinking')
subjectsarrayyesTwo or more subject slugs to compare (e.g., ['science', 'adst'])

No output schema declared.

No examples provided.

bc_search_curriculum ~276

Search BC curriculum (K-12) for standards, competencies, content items, and assessment resources using full-text search. Returns structured results with source metadata. Args: - query (string): Natural language search query (e.g., 'empathetic design thinking', 'coding and computational thinking') - subject (string, optional): Filter by subject slug (e.g., 'adst', 'science') - grade (integer, optional): Filter by grade level (0=K, 1-12) - content_type (string, optional): Filter by content type ('big_idea', 'competency', 'content_item', 'elaboration', 'assessment', 'all') - limit (integer, optional): Max results (default 10, max 50) Returns: Matching curriculum elements with source type, course, subject, and grade metadata.

NameTypeReqDescription
content_typestringType of curriculum content to filter by
gradeintegerGrade level (0=Kindergarten, 1-12)
limitintegerMaximum results to return (default 10)
querystringyesNatural language search query (e.g., 'empathetic design thinking')
subjectstringBC curriculum subject slug (e.g., 'adst', 'science')

No output schema declared.

No examples provided.

Common questions

What is the BC Curriculum MCP server?

BC Curriculum is an MCP server listed in the public MCP registry as io.github.pdg6/bc-curriculum. Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more. This page covers its npm package (bc-curriculum-mcp-server).

Is the BC Curriculum MCP server safe to use?

BC Curriculum scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the BC Curriculum MCP server expose?

BC Curriculum exposes 12 tools: bc_search_curriculum, bc_get_course_curriculum, bc_get_grade_progression, bc_get_competency_connections, bc_get_core_competencies, and 7 more. Their descriptions and schemas cost roughly 2,197 tokens of context every time the server is loaded.

Is the BC Curriculum MCP server still maintained?

BC Curriculum is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the BC Curriculum MCP server under?

BC Curriculum declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.