INDIVIDUAL MCP TOOL
list_first_year_seminars
List first-year seminars or equivalent small introductory courses at a school.
LIVE ENDPOINT
https://api.opencampusadvisor.org/mcp
Connect to this endpoint to inspect the live schema for list_first_year_seminars and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.open-campus-advisor]
url = "https://api.opencampusadvisor.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"open-campus-advisor": {
"type": "http",
"url": "https://api.opencampusadvisor.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: open-campus-advisor
Remote MCP URL: https://api.opencampusadvisor.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"open-campus-advisor": {
"url": "https://api.opencampusadvisor.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"open-campus-advisor": {
"type": "http",
"url": "https://api.opencampusadvisor.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "open-campus-advisor",
"transport": "streamable-http",
"url": "https://api.opencampusadvisor.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
set_student_context— Update the student's profile for this session.get_student_context— Read back the current stored student profile for this session.list_schools— List all available school slugs.list_departments— Get all academic departments at a school.search_courses— Find courses at a school by keyword and/or department — returns sections, instructors, and live enrollment.get_course_details— Get everything about a specific course — full description, prerequisites, gen-ed area, grading, and live seat availability per section.list_courses_for_freshmen— Find intro-level courses in a department that first-year students can take.list_gen_ed_courses— Find courses in a department that fulfill distribution or general education requirements at a school.