One MCP server, six tools, reachable only with the bearer token or the connector secret. This page documents them; it does not expose them.
Two ways to the same corpus. brain_ask is for when you want an answer: a reader model reads the actual notes and cites its source, and a deterministic verifier stamps the citation — VERIFIED, SUPERSEDED, PARTIALLY VERIFIED, NOT IN BRAIN or UNVERIFIED. brain_corpus is for when you want the material: the notes land in the calling conversation and the caller does its own reading. Ranking a generated index was retired after it measured 55% against reading the text at 97%.
Two paths onto one bearer-gated handler. A bearer token at /api/mcp for clients that send headers; a secret URL for clients that cannot. Both fail closed: a bad bearer gets a standard 401; a wrong path secret gets an empty 404 — the secret door does not advertise that anything lives there.