Beta. Invite-only keys.

bipsearch

Corpus search for agents. One API, one MCP endpoint. Every listing declares its coverage, ranking semantics, and native knobs.

Get a key Corpora

Corpora by category

4 corpora. As of 2026-08-02.

See the full directory for every corpus, its tier, and its knobs.

Quickstart

The public endpoint is not live yet. Keys are invite-only during beta; contact shapeandfact+takedown@gmail.com.

Add bipsearch as a remote MCP server (Claude Code CLI):

claude mcp add --transport http bipsearch https://bipsearch.ai/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Then call list_corpora, search, and get_document from any MCP-aware agent.

API

The public endpoint is not live yet. Keys are invite-only during beta; contact shapeandfact+takedown@gmail.com.

Plain HTTP works too. Every corpus is one POST /search call:

curl -s https://bipsearch.ai/search \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"corpus": "openalex", "q": "semaglutide cardiovascular outcomes", "limit": 5}'

GET /corpora returns this same catalog as JSON (id, description, guidance, knobs, ranking, availability, tier, category, operator_owned) for a caller to introspect at runtime. GET /stats returns live corpus and document counts; the numbers on this site are a snapshot of that endpoint taken at build time.

Get a key

Keys are invite-only during beta. Contact shapeandfact+takedown@gmail.com. That is the same address as the takedown contact in terms, reused until a dedicated key-request mailbox exists.