Loading...
MCP-as-a‑service built for AI agents. Spin up ephemeral, domain‑specific MCP servers and let your agents read, search and retrieve with zero UI (optional for humans).
Clean, structured corpora from real sites, ready for tool use.
Each crawl returns a scoped MCP connection, ready to paste into your agent, coding IDE, etc.
POST to start, attach the connection, query immediately. That’s it.
Start a crawl; when it finishes, you get a ready‑to‑use MCP connection your agent can attach to instantly. Connections auto‑expire after a few hours.
/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.