{
  "markdown": "# Hi AI Tutor MCP Server\n\n> Hi AI Tutor - Turn source material into an interactive lesson\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-hiaitutor-mcp)](https://lobehub.com/mcp/rocnubie-hiaitutor-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)\n[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)\n[![Read Only](https://img.shields.io/badge/server-read--only-2ea44f)](#tools)\n[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n\nA read-only Model Context Protocol server for the canonical Hi AI Tutor knowledge surface: lesson inputs, generated learning formats, plan boundaries, pricing, FAQ, and official links. It runs over stdio with no API key or remote dependency.\n\nOfficial website: https://hiaitutor.com\n\n## About Hi AI Tutor\n\nHi AI Tutor helps people turn a PDF, notes, or a topic into an interactive lesson. Its public product surface covers narrated slides, self-grading quizzes, simulations where appropriate, shareable lessons, and paid export options such as editable PowerPoint files.\n\nThis MCP provides documented product context only. It does not upload documents, generate lessons, spend credits, grade learners, or return PowerPoint files. Use the live website for current generation modes, file limits, plan terms, and exports. Source fidelity and teaching suitability still require human review.\n\n## Tools\n\n### `get_lesson_workflow`\n\nReturn the documented lesson-generation workflow, outputs, and plan boundaries.\n\n### `get_pricing`\n\nReturn the canonical pricing entry point.\n\n### `get_official_links`\n\nReturn the canonical Hi AI Tutor links.\n\n## Resources\n\n- `site://hiaitutor/lesson-workflow` - Public lesson inputs, generated formats, exports, and plan boundaries.\n- `site://hiaitutor/pricing` - Canonical pricing entry point.\n- `site://hiaitutor/faq` - Product scope and safety boundaries.\n- `site://hiaitutor/links` - Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_hiaitutor`\n\nSummarize what Hi AI Tutor is, who it is for, and how it works.\n\n### `plan_a_lesson_hiaitutor`\n\nPlan an interactive lesson from a topic or source document without claiming that the MCP generated it.\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install hiaitutor-mcp --client claude\n```\n\nReplace `claude` with `cursor`, `windsurf`, or `continue` for those clients.\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/hiaitutor-mcp.git\ncd hiaitutor-mcp\npnpm install\n```\n\nAdd the server to the MCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"hiaitutor-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/hiaitutor-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://hiaitutor.com\n- Pricing: https://hiaitutor.com/pricing\n\n## Development\n\n```bash\npnpm install\npnpm start\n```\n\n## License\n\nMIT\n",
  "bytes": 3268,
  "sha": "f57f90f1a017bc6063d411b520e0d2dd24fe2078ccba506d0e3f6dceb77342db",
  "repo_slug": "rocnubie/hiaitutor-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_hiaitutor_mcp_54822d68/readme"
}