Loading...
Transform docs or any website into a comprehensive MCP-like information retrieval system for AI agents.
Crawl docs or entire sites into structured, indexable knowledge your AI agents can query.
Every crawl spins up a temporary MCP server with domain‑specific tools over JSON‑RPC + SSE.
Kick off via REST, connect your agent with the provided MCP endpoint, and start asking questions.
doQment turns any domain into an agent-usable knowledge surface. You start a crawl over REST and then interact with a temporary MCP server over JSON-RPC + SSE to query the crawled corpus. These on-demand MCP servers expire in 3 hour (for now).
/api/v1/domains/crawl
with {"domain":"https://example.com","mode":"DEFAULT"}
.crawl_id
and mcp_connection
with an SSE JSON-RPC URL.crawl/status
or check it on the dashboard. The MCP connection/tools won’t load until the crawl ends.mcp_connection
details on your agent (e.g. Claude Code, Cursor, etc).?pretty=1
or header x-pretty-json: 1
for indented JSON in terminals.