Productivity
opencampusadvisor.org
Provides academic course search and school/department listings to aid in student planning and productivity.
ENDPOINT 1
https://api.opencampusadvisor.org/mcp
MCP server metadata
- Name
- Open Campus Advisor
- Version
- 2.0.8
Known tools 20
search_coursesFind courses at a school by keyword and/or department — returns sections, instructors, and live enrollment.
Inferred read-onlyget_course_detailsGet everything about a specific course — full description, prerequisites, gen-ed area, grading, and live seat availability per section.
Inferred read-onlylist_first_year_seminarsList first-year seminars or equivalent small introductory courses at a school.
Inferred read-onlylist_courses_for_freshmenFind intro-level courses in a department that first-year students can take.
Inferred read-onlylist_gen_ed_coursesFind courses in a department that fulfill distribution or general education requirements at a school.
Inferred read-onlysearch_by_instructorFind all courses taught by a specific instructor at a school this term.
Inferred read-onlysearch_faculty_researchFind faculty at a school whose research matches a topic — returns research summaries, contact info, and websites.
Inferred read-onlyget_faculty_profileGet a faculty member's full profile — biography, research, OpenAlex publications (citation counts, open-access links, topic tags), current courses, contact info, and active NIH grants.
Inferred read-onlyexplore_academic_pathMap a complete academic path for a career goal — departments to study in, courses to take, faculty to approach, ranked by how well each school supports the goal.
Inferred read-onlyget_major_requirementsGet the exact degree requirements for a major at a specific school — required courses, elective groups, math prerequisites, and catalog URL.
Inferred read-onlyget_career_outcomesGet real data on a specific career — salary range, job outlook, required skills, typical employers, time to entry, and which majors lead there.
Inferred read-onlyget_career_pathsWork backwards from a career to find which majors and schools lead there — and which adjacent careers are nearby.
Inferred read-onlysearch_reu_programsFind active NSF-funded Research Experiences for Undergraduates (REU) programs in a research field.
Inferred read-onlysearch_faculty_all_schoolsFind researchers across schools by topic — auto-discovers departments and returns faculty ranked by research match.
Inferred read-onlyreport_answer_gapCall this when you cannot give a useful answer because the system is missing data — a school not in the system, a major not tracked, a career not in the database.
Inferred read-onlysearch_all_schoolsSearch course offerings across schools and rank them by how much each covers a topic.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for opencampusadvisor.org was fetched 2026-08-23T14:15:32.782Z.
opencampusadvisor.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.