USC WebReg/Course Catalog 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., "@USC WebReg/Course Catalog MCPFind open GE B courses on Tuesdays and Thursdays starting after noon."
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.
USC WebReg/Course Catalog MCP
MCP server exposing USC's public course catalog API (classes.usc.edu) for AI agents. Allows you to ask questions like, "What GE B options are there on Tuesday/Thursday that start after noon?"
Setup
Clone repo:
git clone https://github.com/shreeyachand/usc-webreg-mcp.git
cd usc-webreg-mcpBuild once:
npm install
npm run buildopencode
Add to ~/.config/opencode/opencode.jsonc:
{
"mcp": {
"usc-courses": {
"type": "local",
"command": ["node", "/absolute/path/to/usc-webreg-mcp/dist/index.js"],
"enabled": true
}
}
}Claude Code
Add a .mcp.json in the project root (or run claude mcp add):
{
"mcpServers": {
"usc-courses": {
"command": "node",
"args": ["/absolute/path/to/usc-webreg-mcp/dist/index.js"]
}
}
}Tools
Tool | Description |
| All academic terms with season/year/status |
| Single term details by termCode (e.g. |
| Schools/colleges and their programs for a term |
| Programs (departments) and their school for a term |
| Program details/notes (D-clearance info) |
| Every subject prefix in the catalog |
| Enrollment sessions and drop dates |
| Whether a course code exists in the catalog |
| SimpleSyllabus index URL for a term |
| Fees for a section by |
| Keyword search of the catalog (code/title/description) |
| Full course record incl. all sections, prereqs, restrictions |
| All courses for a school+program |
| GE structure (requirements + category prefixes) |
| Courses satisfying a GE category |
| Name/details of a GE category |
Schedule filters
search_courses, list_courses_by_program, and list_courses_by_ge accept optional section filters: days (["Mon","Wed"]), startAfter/startBefore ("12:00"), and openOnly.
Example: GE B classes meeting Mon+Wed at/after noon:
list_courses_by_ge(termCode=20263, geRequirementPrefix=ACORELIT,
geCategoryPrefix=HINQ, days=["Mon","Wed"], startAfter="12:00")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 Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.
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/shreeyachand/usc-webreg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server