blackboard-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BB_BASE_URL | No | Base URL of the Blackboard instance. | |
| BB_HEADLESS | No | Set to '0' to run the browser in headed mode. | |
| BB_SSO_ENTRY_URL | No | SSO entry URL for authentication. | |
| BLACKBOARD_HOSTS | No | Additional Blackboard hosts configuration for other institutions. | |
| BB_BROWSER_CHANNEL | No | Browser channel to use for the Playwright browser (e.g., 'chrome'). | |
| BLACKBOARD_MCP_HOME | No | Directory to store MCP data (default is ~/.blackboard-mcp). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_coursesA | List the student’s currently visible Blackboard (Syracuse University) courses. Returns course ids needed by every other blackboard tool. Read-only. |
| get_course_contentA | List a course’s content items (folders, documents, files, assignments, tests, links) from Blackboard. Hierarchy is expanded a couple of folder levels; pass folder_id to go deeper into one folder. Read-only. |
| get_announcementsA | List announcements for one Blackboard course, newest first. Optionally filter to items created or modified after a date. Read-only. |
| get_assignmentsA | List assignments and assessments with due dates, combined and deduplicated from Blackboard course content, the gradebook, and the calendar. Optionally scope to one course and/or a due-date window. Read-only. |
| get_gradesA | List the student’s own grades for one Blackboard course: assignment, score, points possible, percentage, feedback, and grading status. Only grades visible to the signed-in student are returned. Read-only. |
| get_attachmentA | Download a course file (PDF, DOCX, PPTX, images, ...) from Blackboard to this machine and return its local path. Files are saved under ~/.blackboard-mcp/downloads only when you call this tool; nothing is sent anywhere. Small text files also include a text excerpt. Read-only. |
| get_upcoming_workA | Upcoming assignments and assessments across ALL Blackboard courses, sorted by due date. This is the one call to answer “what do I have due?”. Read-only. |
| get_recent_updatesA | Recent Blackboard activity across all courses since a point in time (default: last 7 days): announcements, new/changed content items, changed assignments, and newly posted grades. Read-only. |
| get_assignment_contextA | One package describing a Blackboard assignment: instructions, due date, points, rubric (when available), attachments with local file paths, the student’s grade/status for it, and related course announcements. Use this instead of many low-level calls. Read-only. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/alanwtom/blackboard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server