Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

BC Curriculum

io.github.pdg6/bc-curriculum

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

Uptime
100.0%
1 direct probes · 30d
Response
1081ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search_curriculum

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): Nat…

get_course_curriculum

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 B…

get_grade_progression

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, f…

get_competency_connections

Find curricular competencies that appear across multiple subjects or courses. Useful for interdisciplinary curriculum design and identifying transferable skills. Args: - competency_text (string): A…

list_courses

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…

search_cross_curricular

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 plann…

get_curriculum_changes

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 da…

get_course_history

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 (stri…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bc_curriculum": {
      "url": "https://bc-curriculum-mcp.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}