MCP server

Live access to these docs for an AI agent.

A Streamable HTTP MCP server at https://docs.helico.site/api/mcp with three tools: list_pages, search_docs, and get_page.

Cursor, in .cursor/mcp.json under mcpServers:

"helico": { "url": "https://docs.helico.site/api/mcp" }

VS Code, in .vscode/mcp.json under servers:

"helico": { "type": "http", "url": "https://docs.helico.site/api/mcp" }

Claude and other HTTP MCP clients: point them at the URL above. The Copy menu on any page carries a ready-made prompt with these steps.