warehack.ing
Manual Library
Semantic search across equipment manuals
MCP Server Streamable HTTP

This server implements the Model Context Protocol to provide semantic search across a library of equipment manuals. AI assistants can search safety warnings, operating procedures, maintenance schedules, parts catalogs, torque specifications, and troubleshooting guides.

Catalog

Loading catalog…

Available Tools

list_manuals
Browse all loaded manuals with descriptions and content types
search
Semantic search across all or one manual by natural language query
list_sections
Browse the table of contents, optionally filtered by manual
get_section
Read a complete manual section with rewritten image URLs
find_part
Part number / description lookup across all parts manuals
troubleshoot
Describe a symptom to find causes and corrective actions

Connect

MCP Endpoint
https://manuals.warehack.ing/mcp
Claude Desktop / Claude Code config
{
  "mcpServers": {
    "manual-library": {
      "url": "https://manuals.warehack.ing/mcp"
    }
  }
}
Claude Code CLI
$ claude mcp add manual-library --transport http https://manuals.warehack.ing/mcp