Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-06-18 streamable-http

California Justice Watch

com.cajusticewatch/cajusticewatch

California criminal-justice accountability: DAs, defenders, judges, officers, CJP, POST.

Uptime
100.0%
1 direct probes · 30d
Response
189ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

search_das

Search the public database of California District Attorneys with documented misconduct or controversy. Returns name, county, in-office date, misconduct type, description, source URL.

get_da

Get a full DA record by name (exact or close partial match).

search_defenders

Search the public database of California public defenders with documented case outcomes, failures, or systemic-context entries. Includes Bar number, county, office, score.

get_defender

Get a full defender record by Bar number id or name.

search_judges

Search current California judges by name and/or court type (e.g., "superior", "appeal", "supreme"). Returns name + court type pairs.

search_officers

Search the public database of California law enforcement officers with documented misconduct or decertification. Includes name, agency, basis.

get_officer

Get a full officer record by name (with optional agency filter for disambiguation).

search_cjp

Search the California Commission on Judicial Performance (CJP) public-discipline records — judges censured, admonished, or removed for misconduct. Source: cjp.ca.gov public decisions.

search_cjp_documents

Semantic search over the full text of CJP public-discipline decisions (250 PDFs ingested). Use this for topic questions ("racial bias", "drug-related misconduct", "ex parte communications") or when yo…

search_capost

Search the California POST decertification database — law enforcement officers stripped of their POST certification. Source: post.ca.gov public records.

list_databases

List all public databases exposed by this MCP server with their metadata (entry counts, last updated, descriptions).

top_das

Return the top-N California DAs by editorial severity score (descending). Use for "worst DA" / "most-disciplined DA" / ranking questions. Optional county filter. Only manually-scored records are retur…

top_judges

Return the top-N California judges by CJP discipline severity (removal > censure > admonishment, descending). Use for "worst judge" / "most-disciplined judge" / ranking questions.

top_officers

Return the top-N California law enforcement officers by editorial severity score (descending). Use for "worst officer" / "most-disciplined officer" / ranking questions. Optional agency filter.

list_pages

Return the canonical list of pages on cajusticewatch.com — slug, URL, label, and purpose. Use this when the user asks about features/pages/tools of the site, OR when you need to recommend a page, OR b…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "california_justice_watch": {
      "url": "https://cajusticewatch.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}