A tiny hand-rolled Model Context Protocol server. This URL speaks
MCP over HTTP (JSON-RPC) on POST. Connect it to Claude Code:
claude mcp add --transport http --client-id 4k83ggaci0b3127rhk3t03s65n --callback-port 8765 lil-mcp https://enterprise-playground.checkbox.ai/lil-mcp
Then ask things like "roll 3 d20", "reverse the word stressed", "save a note", or "list my notes".
Tools: roll_dice, transform_text, add_note, list_notes.