← rcsd.info
INDIVIDUAL MCP TOOL
get-lunch-menu
Get the lunch menu for a school on a specific date (fetches live from HealthePro)
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 endpoint
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.rcsd-info]
url = "https://mcp.rcsd.info/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rcsd-info": {
"type": "http",
"url": "https://mcp.rcsd.info/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rcsd-info
Remote MCP URL: https://mcp.rcsd.info/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": {
"rcsd-info": {
"url": "https://mcp.rcsd.info/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rcsd-info": {
"type": "http",
"url": "https://mcp.rcsd.info/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rcsd-info",
"transport": "streamable-http",
"url": "https://mcp.rcsd.info/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list-schools— List all 12 RCSD schools with key info (name, grades, type, enrollment)query-school— Get detailed information about a specific RCSD school by name or slugcheck-calendar— Check if there is school on a given date, or what event falls on that dateget-trustees— Get the RCSD Board of Trustees (name, trustee area, officer role, term years, email, school assignments) plus the superintendent and cabinetlist-meetings— List board meetings newest-first (date, type, slug, video/transcript availability, topic line) with optional year/type filters and offset/limit pagingget-meeting-summary— Get AI-generated board meeting summaries (English or Spanish).get-meeting-details— Get comprehensive details about a specific board meeting: agenda items, timestamps, chapter markers, transcript link, topics, and threadssearch-transcript— Search one board meeting's transcript for a word or phrase; returns matching utterances with timestamps and speakers.