Privacy

DocketDrift is built for research that needs to stay private.

We do not log search queries. We do not record what opinions you read, which judges you look up, or how you navigate the site. There are no user accounts. There are no cookies that identify you across visits. There is nothing on our side that could reconstruct your research history.

There is no analytics script on this site. No Google Analytics, no third-party counter, no tracking pixel, no beacon of any kind. We removed the last one (GoatCounter) in August 2026. No script running in your browser reports your visit to anyone.

There is exactly one case where anything you type leaves our server, and we would rather name it than let the sentence above imply otherwise. Semantic search — the "find cases that mean something similar" half of search, as opposed to keyword matching — works by converting your query into a numeric vector, and that conversion is done by an outside service (Voyage AI). So the text of that query is sent to them.

What is not sent matters as much: the request goes out from our server, not your browser. Voyage sees our server making a request, never your address, your browser, or anything identifying you, and we attach no account, session, or identifier — because we don't have one to attach. The query arrives detached from any notion of who asked it. We also keep a short-lived in-memory cache of recent query vectors, so a repeated query usually isn't sent at all; that cache holds no record of who searched and is wiped whenever the server restarts. Keyword search, citation lookup, and every other page involve no outside service whatsoever.

What remains is the web server's own log, which every web server keeps in order to run. Ours is deliberately narrowed. It records:

  • The page path you requested — without the query string, so a search term never reaches it (search is submitted in the request body, never in a URL)
  • Your browser's user-agent string (browser and device type)
  • The network block your request came from — the first three groups of an IPv4 address, so 203.0.113.47 is written down as 203.0.113.0/24

That last one is a deliberate compromise, and we would rather explain it than hide it. We need to tell a data-center crawler apart from a person, and to know roughly which parts of the country are reading, so we know which state to add next. A network block answers both. Your full address is never written down, so the log cannot point at you: a block covers hundreds of addresses, and on home internet connections it is shared and reassigned constantly.

We do not set tracking cookies, do not build profiles, and do not share logs with anyone.

Connecting DocketDrift to an AI assistant

DocketDrift runs a read-only Model Context Protocol server at /mcp, so an AI assistant such as Claude can look up real opinions and quote the court's actual words instead of inventing a citation. The same promises apply there, and a few are worth spelling out.

  • Nothing is logged. A tool call's arguments — the question being researched — travel in the request body, which our access log does not record. We do not write them down anywhere else either.
  • There are no accounts and no sessions. The server is stateless: every request is answered on its own and nothing is remembered between them. There is no identifier tying one lookup to the next.
  • It can only read. The six tools search opinions, fetch an opinion, resolve a citation, pull a judge's record, list the cases citing an opinion, and look up a statute. None of them write anything.
  • Nothing leaves our server. These tools use keyword search, not semantic search, so the Voyage hop described above does not apply. An MCP query is answered entirely from our own database.

One thing we cannot promise, because it isn't ours: whoever runs the assistant you're using can see your conversation with it. That's between you and them. Our part of the exchange keeps no record.

Whatever you search, whoever you read about, whichever cases you bookmark — that's yours. We don't see it, we don't save it, and we have nothing to hand over if anyone asks.

— DocketDrift