A read-only MCP server for exploring the Code and Comedy event schedule.
- Node.js 22+
- npm 10+
npm installnpm run devStarts a Streamable HTTP MCP server on port 3000 by default.
- Streamable HTTP endpoint:
/mcp - Health/info endpoint:
/
Use a custom port:
$env:PORT=3001
npm run devnpm run buildnpm testnpm run start- get_event_info
- list_schedule
- get_current_or_next_item
- search_sessions
- list_speakers
- list_categories
- get_session_details
- recommend_sessions
- What is this event about?
- What sessions are about MCP and agents?
- Who is speaking after lunch?
- What can I attend at 19:45?
- Which sessions match developer productivity?
- Recommend sessions if I care about agents and tooling.