{"name":"HELM Docs MCP","description":"Docs-only MCP-style endpoint for HELM Documentation.","transport":"streamable-http-json-rpc","protocolVersion":"2025-11-25","access":"public","tools":[{"name":"search_docs","description":"Search HELM public documentation across title, body, headings, and code identifiers.","inputSchema":{"type":"object","properties":{"query":{"type":"string"},"limit":{"type":"integer","minimum":1,"maximum":50,"default":20}},"required":["query"]},"outputSchema":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"slug":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"excerpt":{"type":"string"},"headings":{"type":"array","items":{"type":"string"}},"codeIdentifiers":{"type":"array","items":{"type":"string"}},"checksumSha256":{"type":"string"},"source":{"type":"string"}},"required":["slug","title","url","excerpt","checksumSha256","source"]}}},"required":["results"]}},{"name":"read_doc","description":"Read an authorized HELM documentation page by slug with Markdown export metadata.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]},"outputSchema":{"type":"object","properties":{"slug":{"type":"string"},"title":{"type":"string"},"canonical":{"type":"string"},"markdown":{"type":"string"},"source":{"type":"string"},"edit":{"type":"string"},"lastReviewed":{"type":"string"},"checksumSha256":{"type":"string"},"buildTimestamp":{"type":"string"}},"required":["slug","title","canonical","markdown","source","checksumSha256","buildTimestamp"]}},{"name":"list_docs","description":"List authorized HELM documentation pages and their canonical Markdown exports.","inputSchema":{"type":"object","properties":{}},"outputSchema":{"type":"object","properties":{"docs":{"type":"array","items":{"type":"object","properties":{"slug":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"markdown":{"type":"string"},"source":{"type":"string"},"checksumSha256":{"type":"string"}},"required":["slug","title","url","markdown","source","checksumSha256"]}}},"required":["docs"]}}],"canonicalHost":"https://helm.docs.mindburn.org","install":{"streamableHttp":{"url":"https://helm.docs.mindburn.org/mcp","headers":{"MCP-Protocol-Version":"2025-11-25","Mcp-Method":"initialize | tools/list | tools/call","Mcp-Name":"required for tools/call"}},"claudeDesktop":{"mcpServers":{"helm-docs":{"type":"streamable-http","url":"https://helm.docs.mindburn.org/mcp"}}}}}