org.vicp-registry/vicp-registry
Search 13,000+ US vaccine court (VICP) decisions: cases, court text, statistics, attorneys. Free.
assessed on 1 of 3 dimensions
https://vicp-registry.org/mcpfetchFetch the full record + source text of one case by its id (package_id). (Deep-research companion to search.)
get_attorneyGet one attorney's profile: bio (when available), aggregate outcomes, and their most recent cases. Name is matched case-insensitively.
get_caseGet the complete curated record for one case by package_id. Includes the AI-assisted case summary, all extracted fields, attorney and special master, plus links: canonical page, plain-text source bundle, and per-document PDF links where available.
get_case_textGet the staged plain text of a case's public court documents. Long decisions can exceed 100 pages; the text is returned in chunks. Use offset_chars from the previous response's next_offset to page through. max_chars is capped at 50,000.
get_filtersList all valid filter values: canonical vaccine names (with case counts), condition categories, outcomes, special masters, and the dataset's date range. Call this before filtering so you use real values instead of guessing.
get_special_masterDecision patterns for one special master: outcome breakdown, top vaccines/conditions in their docket, and recent cases.
get_statisticsEvery verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
Aggregate statistics over the case corpus, optionally filtered. group_by: vaccine | condition | outcome | year | special_master Returns per-group: total cases, compensated count, compensation rate, death count, and median award among compensated cases (awards over $10M excluded from the median due to a known unit-extraction bug). IMPORTANT framing: these describe the VICP case-record dataset, not vaccine-safety rates in the general population.
searchSearch VICP vaccine-injury cases by free text. Returns result ids for use with fetch. (Alias of search_cases for deep-research clients; prefer search_cases when structured filters are available.)
search_attorneysSearch petitioner attorneys and firms by name. Returns per-attorney aggregate stats: case count, compensation rate, main vaccines, and firm. Useful for 'who has handled X cases' questions.
search_casesSearch VICP cases with structured filters. - query: free text matched against petitioner identifier, condition, package id, caption name and the AI case summary. - vaccine: canonical vaccine name (use get_filters() for valid values, e.g. "Influenza (flu)", "DTaP/DPT", "MMR", "COVID-19", "Hepatitis B"). - condition_category / outcome: exact values from get_filters(). - pediatric_only uses the broad pediatric cohort definition (is_minor OR is_minor_inferred OR age<18) — strict age-only filtering…
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.