This is an MCP (Model Context Protocol) server providing semantic search over the TECH Help! 6.0 DOS reference knowledge base.
Access is via OAuth 2.0 (Authorization Code + PKCE or Client Credentials). To request a client registration, email get-mcp@neburalis.space.
POST https://mcp.thelp.neburalis.space/mcp Authorization: Bearer <access-token> Accept: application/json, text/event-stream Content-Type: application/json
GET https://mcp.thelp.neburalis.space/.well-known/oauth-authorization-server GET https://mcp.thelp.neburalis.space/authorize (authorization code flow) POST https://mcp.thelp.neburalis.space/token (token exchange / client credentials)
search_knowledge(query, n_results=5) — semantic search over site documentationlist_collections() — list available collectionsget_page(page_num) — fetch raw HTML of a page by its numberGET https://mcp.thelp.neburalis.space/health