AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Ohio State Mcp Server

mcp-sichengchen-ohio-state-mcp-server Β· by sichengchen

MCP Server for The Ohio State University APIs (transportation, academics, dining, recreation, libraries, events, and more) 🌰

β€” No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add mcp-sichengchen-ohio-state-mcp-server

βœ“ scanned Β· βœ“ verified, works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No 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.

View the full security report β†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-sichengchen-ohio-state-mcp-server)

Reliability & compatibility

βœ“ Security review passed
0 installs to date
β€” no reviews yet
β—‹ stale Β· 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 β†’
Are you the author of Ohio State Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Clone this repository
  2. Install dependencies:

``bash npm install ``

  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.