io.github.AnonymousOnyx22/brightspace-d2l-mcp
NPM · BRIGHTSPACE-D2L-MCP · SCANNED SEP 25
D2L Brightspace for AI agents: due dates with submission status, grades and course content.
Available components
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
- 36 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 8 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1714 tokens (~131/item across 13 items; 13 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 Management30
- Stability observed for 9 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 13 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 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
How do I install the io.github.AnonymousOnyx22/brightspace-d2l-mcp server?
io.github.AnonymousOnyx22/brightspace-d2l-mcp runs locally as an npm package, launched with npx -y brightspace-d2l-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · brightspace-d2l-mcp
claude mcp add anonymousonyx22-brightspace-d2l-mcp -- npx -y brightspace-d2l-mcp
{
"mcpServers": {
"anonymousonyx22-brightspace-d2l-mcp": {
"command": "npx",
"args": [
"-y",
"brightspace-d2l-mcp"
]
}
}
} {
"servers": {
"anonymousonyx22-brightspace-d2l-mcp": {
"command": "npx",
"args": [
"-y",
"brightspace-d2l-mcp"
]
}
}
} codex mcp add anonymousonyx22-brightspace-d2l-mcp -- npx -y brightspace-d2l-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"anonymousonyx22-brightspace-d2l-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"brightspace-d2l-mcp"
],
"enabled": true
}
}
} openclaw mcp add anonymousonyx22-brightspace-d2l-mcp --command npx --arg -y --arg brightspace-d2l-mcp
mcp_servers:
anonymousonyx22-brightspace-d2l-mcp:
command: "npx"
args: ["-y", "brightspace-d2l-mcp"] {
"McpServers": {
"anonymousonyx22-brightspace-d2l-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"brightspace-d2l-mcp"
]
}
}
} assistant mcp add anonymousonyx22-brightspace-d2l-mcp -t stdio -c npx -a -y brightspace-d2l-mcp
{
"mcpServers": {
"anonymousonyx22-brightspace-d2l-mcp": {
"command": "npx",
"args": [
"-y",
"brightspace-d2l-mcp"
]
}
}
} 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.
- 25 Sept 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 +4
- Stability: unverified → 0.27 ▲ functional
- 16 Sept 26 70
First indexed and scored.
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 25 Sept 2026 · Analysed npm/brightspace-d2l-mcp@1.0.0
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 110 packages
| Packages resolved | 110 |
|---|---|
| Stale | 36 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
download_file Download File ~256
Download a file from course content or assignment submissions to a local directory. Use this when the user wants to download, save, or get a file from Brightspace course content or dropbox submissions. IMPORTANT: You MUST ask the user where they want to save the file before calling this tool. Never guess or assume a download directory. After identifying the file to download, suggest a clean readable filename to the user (e.g., 'Lecture 7 - Memory Management.pdf' instead of 'L07_CS251_2026SP_v2.pdf') and ask if they'd like to rename it. Pass their preferred name as customFilename, or omit it to keep the original.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | yes | Course ID the file belongs to. |
| customFilename | string | – | Custom filename for the downloaded file (include extension). If not provided, uses the original filename from Brightspace. |
| downloadPath | string | yes | Absolute path to the directory where the file should be saved. |
| fileId | integer | – | Specific file ID within a dropbox submission. |
| folderId | integer | – | Dropbox folder ID (for submission/feedback file downloads). |
| topicId | integer | – | Content topic ID to download (for course content files). |
No output schema declared.
No examples provided.
get_announcements Get Announcements ~89
Fetch recent announcements from your courses. Can filter to a specific course or get announcements across all courses. Use this when the user asks about announcements, news, updates from instructors, recent posts, or what professors said.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | – | Maximum number of announcements to return |
| courseId | integer | – | Course ID to get announcements for. If omitted, returns recent announcements across all courses. |
No output schema declared.
No examples provided.
get_assignment_files Get Assignment Files ~224
Read the files an instructor attached to an assignment: the spec or instructions PDF, a starter workbook, a rubric document. Call it with just courseId to see which assignments have attachments, then with folderId and fileId to read one. Use this when the user asks what an assignment requires, what the instructions say, or to summarize a handout. Returns the text itself. Use download_file instead when the user wants the file saved to disk.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | yes | Course ID whose assignment attachments to look at. |
| extractText | boolean | – | Extract readable text from the file. Works for PDF, DOCX, XLSX, PPTX, and plain text. |
| fileId | integer | – | Attachment file ID to read. Requires folderId. Omit to list the files without reading them. |
| folderId | integer | – | Assignment (dropbox folder) ID. Omit to list every assignment in the course that has attachments. |
| maxChars | integer | – | Maximum characters of extracted text to return. The response reports whether it was truncated. |
No output schema declared.
No examples provided.
get_assignments Get Assignments ~86
Fetch assignments and quizzes for a specific course or all enrolled courses. Shows dropbox submissions and quizzes with due dates, status, and rubric info. Use this when the user asks about assignments, homework, what to submit, quizzes, or assignment details and rubrics.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | – | Course ID to get assignments for. If omitted, returns assignments for all enrolled courses. |
No output schema declared.
No examples provided.
get_classlist_emails Get Classlist Emails ~72
Fetch all email addresses for everyone in a course: instructors, TAs, and students. Use this when the user wants a list of emails for a class, needs to email the whole class, or wants contact info for everyone enrolled.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | yes | Course ID to get emails for. |
No output schema declared.
No examples provided.
get_course_content Get Course Content ~214
Fetch the content tree for a course showing modules, topics, files, and links. Use this when the user asks about course materials, lecture slides, uploaded files, content structure, or what's in a course module. Use moduleTitle to filter to a specific module (e.g. 'Labs', 'Staff', 'Homeworks') instead of fetching the entire tree. Use maxDepth to limit recursion depth for a table-of-contents view.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | yes | Course ID to get content tree for. |
| maxDepth | integer | – | Limit recursive depth of the content tree. Depth 1 returns top-level modules with direct children only. Useful for getting a table of contents without all nested content. |
| moduleTitle | string | – | Case-insensitive substring match on module titles. Only returns modules whose title contains this string (e.g. 'Labs', 'Staff', 'Homeworks'). Children of matching modules are included in full. |
| typeFilter | string | – | Optional filter to narrow results by content type. |
No output schema declared.
No examples provided.
get_discussions Get Discussions ~148
Fetch discussion board content for a course including forums, topics, and posts. Use this when the user asks about discussion boards, forum posts, class discussions, or wants to see what's been posted. Provide just courseId to list all forums and their topics. Add forumId to get topics and posts for a specific forum. Add both forumId and topicId to get all posts in a specific discussion topic.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | yes | Course ID to get discussion boards for. |
| forumId | integer | – | Specific forum ID to get topics and posts for. If omitted, returns all forums. |
| topicId | integer | – | Specific topic ID to get posts for. Requires forumId. |
No output schema declared.
No examples provided.
get_my_courses Get My Courses ~78
Fetch your enrolled Brightspace courses with names, codes, and IDs. Use this when the user asks about their courses, enrolled classes, what they're taking this semester, or needs a course ID for other queries.
| Name | Type | Req | Description |
|---|---|---|---|
| activeOnly | boolean | – | Only return currently active courses. Defaults to the server's configured activeOnly setting (true unless overridden). |
No output schema declared.
No examples provided.
get_my_grades Get My Grades ~84
Fetch your grade breakdown for a specific course or all enrolled courses. Shows grade items with points, percentages, and comments. Use this when the user asks about grades, scores, marks, GPA, academic performance, or how they're doing in a class.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | – | Course ID to get grades for. If omitted, returns grades for all enrolled courses. |
No output schema declared.
No examples provided.
get_roster Get Course Roster ~154
Fetch the roster for a course including instructors, TAs, and optionally students with their names, emails, and roles. Use this when the user asks about classmates, instructor contact info, TA emails, professor names, or who's in a class. By default returns only instructors and TAs for privacy. Use includeStudents to get full class list.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | yes | Course ID to get roster for. |
| includeStudents | boolean | – | Include students in results. Default is instructors and TAs only. |
| limit | integer | – | Maximum users to return. Default 100. The response reports the true total and whether it was truncated. |
| searchTerm | string | – | Optional search term to filter by name. |
No output schema declared.
No examples provided.
get_syllabus Get Course Syllabus ~103
Fetch the syllabus/overview text and optional attachment for a course. Returns the course overview description as markdown. If downloadPath is provided, also downloads the syllabus attachment (e.g. PDF). IMPORTANT: You MUST ask the user where they want to save the file before calling this tool with a downloadPath.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | yes | Course ID to get syllabus for. |
| downloadPath | string | – | Absolute path to the directory where the attachment should be saved. |
No output schema declared.
No examples provided.
get_todo What To Do Now ~102
Prioritized to-do list across all courses: unfinished work due soon, recently overdue work, work not open yet, items to double-check (quizzes), and work already submitted. Use this first when the user asks what to work on, what's left, or what they should do now.
| Name | Type | Req | Description |
|---|---|---|---|
| daysAhead | integer | – | How many days ahead to include |
| includeOverdueDays | integer | – | Also include unfinished work that was due this many days ago |
No output schema declared.
No examples provided.
get_upcoming_due_dates Get Upcoming Due Dates ~104
Upcoming due dates across all courses, with whether each assignment is already submitted (submissionStatus: submitted, graded, draft, not_submitted, not_open_yet, closed, past_due, restricted, unknown). Dates are UTC ISO strings; convert to the user's local time. Use for deadlines and what's due.
| Name | Type | Req | Description |
|---|---|---|---|
| courseId | integer | – | Filter to a specific course ID |
| daysAhead | integer | – | Number of days ahead to look for due dates |
No output schema declared.
No examples provided.
What is the io.github.AnonymousOnyx22/brightspace-d2l-mcp server?
io.github.AnonymousOnyx22/brightspace-d2l-mcp is listed in the public MCP registry as io.github.AnonymousOnyx22/brightspace-d2l-mcp. D2L Brightspace for AI agents: due dates with submission status, grades and course content. This page covers its npm package (brightspace-d2l-mcp).
Is the io.github.AnonymousOnyx22/brightspace-d2l-mcp server safe to use?
io.github.AnonymousOnyx22/brightspace-d2l-mcp scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 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 io.github.AnonymousOnyx22/brightspace-d2l-mcp server expose?
io.github.AnonymousOnyx22/brightspace-d2l-mcp exposes 13 tools: get_todo, get_my_courses, get_upcoming_due_dates, get_my_grades, get_announcements, and 8 more. Their descriptions and schemas cost roughly 1,714 tokens of context every time the server is loaded.
Is the io.github.AnonymousOnyx22/brightspace-d2l-mcp server still maintained?
io.github.AnonymousOnyx22/brightspace-d2l-mcp is still listed as active in the MCP registry. We last reached this channel on 25 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 io.github.AnonymousOnyx22/brightspace-d2l-mcp server under?
io.github.AnonymousOnyx22/brightspace-d2l-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.