← opencampusadvisor.org
INDIVIDUAL MCP TOOL
set_student_context
Update the student's profile for this session.
LIVE ENDPOINT
https://api.opencampusadvisor.org/mcp
Connect to this endpoint to inspect the live schema for set_student_context and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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
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_first_year_seminars— List first-year seminars or equivalent small introductory courses at a school.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.