ROBINS-I V2 (not V1): risk of bias in one result of a non-randomized cohort study
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP server implementing ROBINS-I V2 (Risk Of Bias In Non-randomized Studies β of Interventions, follow-up/cohort variant) as a deterministic, provenanced assessment engine.
Sibling to target-mcp, which scores how
completely a target-trial-emulation study reports what the TARGET guideline
requires. This one assesses risk of bias in one specific result. The two are
complementary on the same paper.
The source is a draft. riskofbias.info presents the 20 November 2025 release of ROBINS-I V2 as still a draft, subject to change. Every report stamps that in its provenance line. See
NOTICEandTRANSCRIPTION-NOTES.md.Follow-up cohort studies. "Follow-up" and "cohort" name one structural property β a defined time zero, individuals followed forward under the contrasted strategies β so read the property, not a design label. Target trial emulations are the central use case and are cohort studies in exactly this sense; both worked examples below are TTEs. Designs with no follow-up structure are out. No variant for other designs is published yet. Note that "Variant A / Variant B" inside the tool means the two forms of Domain 1 selected by C4 β not a study design.
The model's contribution is bounded at answering signalling questions from the text. It cannot compute a judgement and it cannot invent evidence.
Three rules are enforced at submission, and they are the point of the server:
manuscript_absent answer names a
cue; the server runs the search and attaches the record β terms, sections,
hit count. A prose claim that you looked is refused.P1 blocks domain 1. Question 1.1 asks whether all important confounding
factors were controlled, and "important" is defined by the reviewer's
prespecified list β not by the paper's covariate table. The server refuses to
score domain 1 without set_prespecified_confounders rather than silently
substituting one for the other. A list you propose is a candidate: it enters the
ratification queue until a human accepts it.
C4 selects domain 1's question set. Whether the analysis accounts for
protocol deviations picks variant A (intention-to-treat, baseline confounding
only) or variant B (per-protocol, baseline and time-varying confounding), so
specify_result requires it up front with no default. Judge it on what the
analysis does, not on the label the authors give their estimand β on the
reference paper, the protocol table says "per-protocol effect" and the analysis
is intention-to-treat.
Then register it with your MCP client:
Or run it with no install at all:
Also on the MCP registry as
com.blackswancausallabs/robins-i-mcp.
| Group | Tool | |
|---|---|---|
| Spec | get_spec | optional introspection; detail='compact'|'full' |
| Ingest | parse_document | PDF/docx/text + supplements β hash + cue survey |
parse_pmcid | Europe PMC retrieval | |
| Setup | set_prespecified_confounders | P1, review-scoped, blocks domain 1 |
specify_result | A1βA3, B1βB3, C1βC3, D1, and C4 | |
| Assess | assess_result | domain=0 overview, domain=1..6 scaffold |
submit_answers | per domain; domain=0 finalizes and renders | |
| Render | render_report | re-render of the stamped artifact |
| Review | export_robvis | many runs' records β one robvis CSV |
Scaffolds are per domain, never one flat rubric: most signalling questions are unreachable on any given path, and which of domain 1's two sets exists at all depends on C4.
Pass the supplement. The target-trial specification that settles C1βC4, and
the analysis detail domains 1 and 4 turn on, routinely live only in the
appendix. Without it, those questions read NI when the answer was merely in a
file nobody ingested.
A review of N studies is N runs. Each assessment costs a session, and the server keeps no state between them. So each run emits a small portable record β that is the deliverable that crosses the boundary:
A record is ~4 KB of flat JSON and depends on nothing in this codebase, so any later agent can consume it. It carries its own provenance β document hash, algorithm fingerprint, spec version, ratification state β so every row in the resulting figure traces back to a document, and the export can warn when a set mixes algorithm transcriptions.
export_robvis is not a column dump. robvis's ROBINS-I template is V1:
seven domains, and V1 orders selection of participants before classification
of interventions, which V2 swaps. The default layout places each V2 judgement in
its correct V1 slot; a positional dump would parse, plot, and lie. Read the
returned losses before publishing β robvis reduces every cell to its first
initial over a five-fill palette, so the qualified low collapses to Low there
whatever string is written.
See examples/review_from_records.py.
The papers themselves are not in this repository β they are published
articles and not ours to redistribute. Put your own copies in papers/, or
point ROBINS_MCP_PAPERS at the directory holding them; the examples name the
files they need and fail with that message if they are absent.
docs/STATUS.md β current state and handoff. Read this first.docs/DECISIONS.md β why things are the way they are, newest first.docs/SESSION-NOTES-*.md β per-session narrative.TRANSCRIPTION-NOTES.md β how the algorithms were obtained from raster
flowcharts, the errata found in the published document, and what still needs
external verification.Apache-2.0 (LICENSE). The ROBINS-I V2 tool it implements is CC BY-NC-ND 4.0
and no part of it is reproduced here β see NOTICE for why that matters and
what the actual constraint is.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/robins-i-v2-mcp)<a href="https://allmcps.com/mcp/robins-i-v2-mcp"><img src="https://allmcps.com/api/badge/robins-i-v2-mcp?style=directory" alt="ROBINS I V2 MCP on AllMCPs" /></a>