California Justice Watch
Official15 toolsby cajusticewatch
California criminal-justice accountability: DAs, defenders, judges, officers, CJP, POST.
Access California criminal justice data on prosecutors, defenders, judges, and officers.
Captured live from the server via tools/list.
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.
Parameters (3)
- querystring
Free-text query — matched against any field
- countystring
Filter to a specific California county
- limitinteger
get_da
Get a full DA record by name (exact or close partial match).
Parameters (1)
- namestringrequired
DA name
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.
Parameters (4)
- querystring
- countystring
- statusstring
e.g. "Active", "Suspended"
- limitinteger
get_defender
Get a full defender record by Bar number id or name.
Parameters (2)
- idstring
- namestring
search_judges
Search current California judges by name and/or court type (e.g., "superior", "appeal", "supreme"). Returns name + court type pairs.
Parameters (3)
- querystring
- court_typestring
"superior", "appeal", "supreme", etc.
- limitinteger
search_officers
Search the public database of California law enforcement officers with documented misconduct or decertification. Includes name, agency, basis.
Parameters (3)
- querystring
- agencystring
Police department or agency name
- limitinteger
get_officer
Get a full officer record by name (with optional agency filter for disambiguation).
Parameters (2)
- namestringrequired
- agencystring
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.
Parameters (2)
- querystring
Free-text query against any field
- limitinteger
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 you need passages, not just summary records. Returns matching passages with citations. Distinct from search_cjp (which searches the summary-record JSON).
Parameters (4)
- querystringrequired
Topic or phrase to find in the decision text
- judgestring
Optional judge-name filter (substring match)
- yearinteger
Optional year filter (e.g. 2020)
- limitinteger
search_capost
Search the California POST decertification database — law enforcement officers stripped of their POST certification. Source: post.ca.gov public records.
Parameters (3)
- querystring
- agencystring
Police department or agency name
- limitinteger
list_databases
List all public databases exposed by this MCP server with their metadata (entry counts, last updated, descriptions).
No parameters.
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 returned.
Parameters (2)
- limitinteger
- countystring
Optional county filter, e.g. "San Mateo"
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.
Parameters (1)
- limitinteger
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.
Parameters (2)
- limitinteger
- agencystring
Optional agency filter, e.g. "Riverside County Sheriff"
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 before saying "I do not have access to X" — the page may actually exist.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://cajusticewatch.com/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"cajusticewatch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cajusticewatch.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.