← vicp-registry.org

INDIVIDUAL MCP TOOL

get_case

Get the complete curated record for one case by package_id.

vicp-registry.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

vicp-registry.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vicp-registry]
url = "https://vicp-registry.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vicp-registry": {
      "type": "http",
      "url": "https://vicp-registry.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vicp-registry
Remote MCP URL: https://vicp-registry.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vicp-registry": {
      "url": "https://vicp-registry.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vicp-registry": {
      "type": "http",
      "url": "https://vicp-registry.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vicp-registry",
  "transport": "streamable-http",
  "url": "https://vicp-registry.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_cases — Search VICP cases with structured filters.
  • get_case_text — Get the staged plain text of a case's public court documents.
  • get_filters — List all valid filter values: canonical vaccine names (with case counts), condition categories, outcomes, special masters, and the dataset's date range.
  • get_statistics — Aggregate statistics over the case corpus, optionally filtered.
  • search_attorneys — Search petitioner attorneys and firms by name.
  • get_attorney — Get one attorney's profile: bio (when available), aggregate outcomes, and their most recent cases.
  • get_special_master — Decision patterns for one special master: outcome breakdown, top vaccines/conditions in their docket, and recent cases.
  • search — Search VICP vaccine-injury cases by free text.