← knowjudges.com

INDIVIDUAL MCP TOOL

get_judge_biography

Return source-attributed public biographical facts for a judge, including birth details, computed age, education, professional and judicial careers, provenance, coverage gaps, and verification status.

knowjudges.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.knowjudges.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_judge_biography and invoke it with your own arguments.

Indexed 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 server

knowjudges.com

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.knowjudges]
url = "https://mcp.knowjudges.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "knowjudges": {
      "type": "http",
      "url": "https://mcp.knowjudges.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: knowjudges
Remote MCP URL: https://mcp.knowjudges.com/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": {
    "knowjudges": {
      "url": "https://mcp.knowjudges.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "knowjudges": {
      "type": "http",
      "url": "https://mcp.knowjudges.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "knowjudges",
  "transport": "streamable-http",
  "url": "https://mcp.knowjudges.com/mcp"
}
MCP Inspector

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

Related tools

  • find_judges — Find likely US judges by name, court, state, county, or jurisdiction.
  • find_ai_abuse_cases — Find court decisions involving AI-generated legal errors.
  • get_judge_profile — Return a public KYJ judge profile with scope-aware findings, official source links, evidence excerpts, and verification metadata.
  • get_courtroom_presentation_rules — Get source-linked courtroom technology and presentation rules for a judge.
  • get_recent_rule_changes — Return recorded KYJ profile or courtroom-rule changes since a date.