Install
$ agentstack add mcp-sichengchen-ohio-state-mcp-server β scanned Β· β verified, works with Claude Code, Cursor, and more.
Security review
β PassedNo issues found. Passed automated security review. Β· v0.1.0 How review works β
- β Prompt-injection patterns
- β Secret / credential exfiltration
- β Dangerous shell & filesystem operations
- β Untrusted network calls
- β Known-malicious package signatures
What it can access
- β Network access No
- β Filesystem access No
- β Shell / process execution No
- β Environment & secrets No
- β Dynamic code execution No
From automated source analysis of v0.1.0. βUsedβ means the capability is present in the source β more access means more to trust, not that itβs unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work βAbout
OSU MCP Server
A comprehensive MCP (Model Context Protocol) server that provides access to The Ohio State University's content APIs across multiple campus services including transportation, academics, dining, recreation, libraries, events, and more.
Features
This server provides 50+ tools across 14 different service categories for LLMs:
Athletics
- getathleticsall: Get information about all OSU athletics programs and schedules
- search_sports: Search for specific sports or teams
- getsportby_gender: Find sports programs by gender
- getupcominggames: Get upcoming games and events across all sports
Buildings
- get_buildings: Get information about all OSU buildings
- search_buildings: Search for buildings by name or building number
- getbuildingdetails: Get detailed information about a specific building
- findroomtype: Find buildings with specific room types (lactation, sanctuary, wellness, gender inclusive restrooms)
Bus Transportation
- getbusroutes: Get information about all OSU bus routes
- getbusstops: Get stops and route information for a specific bus line
- getbusvehicles: Get real-time vehicle locations for a specific route
Academic Calendar & Holidays
- getacademiccalendar: Get the academic calendar with important dates
- getuniversityholidays: Get university holidays
- searchcalendarevents: Search for specific events in the academic calendar
- getholidaysby_year: Get holidays for a specific year
Classes
- search_classes: Search for OSU classes by keyword, subject, instructor, etc.
Campus Events
- getcampusevents: Get information about all campus events
- searchcampusevents: Search for campus events by title or description
- geteventsby_tag: Find events by specific tags or categories
- geteventsby_location: Find events at a specific location
- geteventsbydaterange: Find events within a specific date range
Dining
- getdininglocations: Get all OSU dining locations with basic information
- getdininglocationswithmenus: Get dining locations with menu section information
- getdiningmenu: Get detailed menu items for a specific dining location section
University Directory & People Search
- getuniversitydirectory: Get the university directory information
- search_people: Search for people in the OSU directory by first and/or last name
Food Trucks
- getfoodtruckevents: Get information about all food truck events on campus
- search_foodtrucks: Search for food trucks by name or cuisine type
- getfoodtrucksby_location: Find food trucks at a specific location
Library Services
- getlibrarylocations: Get information about all OSU library locations
- searchlibrarylocations: Search for library locations by name
- getlibraryrooms: Get information about all available library study rooms
- searchlibraryrooms: Search for library study rooms by name or location
- getroomsby_capacity: Find library study rooms by capacity
- getroomswith_amenities: Find library study rooms with specific amenities
BuckID Merchants
- getbuckidmerchants: Get information about all merchants that accept BuckID
- search_merchants: Search for merchants by name or category
- getmerchantsbyfoodtype: Find merchants by food/cuisine type
- getmerchantswithmealplan: Find merchants that accept meal plans
Parking
- getparkingavailability: Get real-time parking availability for all OSU parking garages
Recreation Sports
- getrecsportsfacilities: Get information about all OSU recreation sports facilities
- searchrecsportsfacilities: Search for recreation sports facilities by name
- getfacilitydetails: Get detailed information about a specific recreation facility
- getfacilityhours: Get current operating hours for all recreation facilities
- getfacilityevents: Get scheduled events for recreation sports facilities
Student Organizations
- getstudentorganizations: Get information about all student organizations
- searchstudentorgs: Search for student organizations by name or keywords
- getorgsby_type: Find student organizations by type or category
- getorgsbycareerlevel: Find organizations for specific career levels
Installation
- Clone this repository
- Install dependencies:
``bash npm install ``
- Build the server:
``bash npm run build ``
Usage
With Claude Desktop
Add this server to your Claude Desktop configuration file:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"osu": {
"command": "node",
"args": ["/path/to/ohio-state-mcp-server/build/index.js"]
}
}
}
Standalone Usage
You can also run the server directly:
npm start
Development
To run in development mode with automatic rebuilding:
npm run dev
API Information
This server uses The Ohio State University's content APIs.
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source β we do not rehost the code.
- Author: sichengchen
- Source: sichengchen/ohio-state-mcp-server
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.