Skip to content
Public interface · read only

Give other AI systems the doctrine—with the evidence boundary attached.

The public MCP endpoint exposes bounded search, document retrieval, curated resources, and assurance claims. It cannot write, execute, authenticate, mutate repositories, or promote a claim.

LiveMCP 2026-07-28
Public
bounded documents
7
curated resources
13
assurance claims
0
write-capable tools
Endpoint
https://thirstysystems.com/mcp

Current clients can use stateless discovery and per-request routing headers. Existing initialize-based Streamable HTTP clients remain supported without server-side session state. GET streams are intentionally disabled; POST responses are JSON.

Boundary
  • • Public corpus only; internal and archived paths are excluded.
  • • Bounded body, query, result, and document-segment sizes.
  • • Source URL and per-document SHA-256 travel with results.
  • • Claim status and limitations are never stripped from claim tools.
Tools
search_doctrine

Search bounded public governance, architecture, security, research, and whitepaper sources.

get_doctrine_document

Read a bounded segment by uploads/... path with SHA-256 and canonical source URL.

list_assurance_claims

List claim status, maturity, limitations, and open promotion debt.

get_assurance_claim

Inspect one complete PAI claim and its evidence boundary.

Modern request
POST /mcp HTTP/1.1
MCP-Protocol-Version: 2026-07-28
Mcp-Method: tools/call
Mcp-Name: search_doctrine
Content-Type: application/json

{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_doctrine","arguments":{"query":"governance before execution","limit":5}}}