§ MCP · Model Context Protocol

Give an agent the whole consultation

Every number and quote in this app comes from a live query — and the same data is exposed to AI agents over a Model Context Protocol server (insightbridge-basin, 17 read-only tools). Add it as a connector and your agent can search the passages, walk the topic map, trace the fault lines, and pull verbatim evidence with attribution.

Add it as a connector

Connector URLhttps://insightbridge-onebasin.aicolab.org/mcp
  1. In Claude, open Settings → Connectors (or a project's connectors) and choose Add custom connector.
  2. Paste the URL above and save. No authentication is required — the tools are public and read-only.
  3. Start a chat and ask something like "Using the basin corpus, where do irrigators and environmental groups actually disagree — and quote both sides." The agent will call the tools below.

Works with any MCP client (Claude Desktop, Claude Code, the API). The endpoint speaks JSON-RPC over a stateless one-POST Streamable-HTTP adapter at POST /mcp.

Try the tools

Pick a tool, adjust the inputs, and run it against the live server — the exact request an agent would make. Results are the raw tool output.

Orientation & search
Find & relate topics
Anatomy of a topic
Positions & fault lines
Submitters & submissions
Slice by tags
corpus_overview

No inputs — just run it.

POST /mcp
{
  "method": "tools/call",
  "params": {
    "name": "corpus_overview",
    "arguments": {}
  }
}
Response

Run a tool to see its output.