{"name":"app.courtrules/court-rules","slug":"courtrules-court-rules","title":"Court Rules","description":"Judge-level filing rules, court holidays and enforcement data for US federal and state courts.","url":"https://mcp.market/server/courtrules-court-rules","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T19:40:55.156Z","last_ok_at":"2026-09-20T19:40:55.156Z","latency_ms":316},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://docs.courtrules.app","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.courtrules.app/mcp"}],"packages":[],"tools":[{"name":"check_compliance","description":"Generate a curl command for the Court Rules compliance check API. This tool does NOT run the check itself; it formats your inputs into a ready-to-use curl command targeting api.courtrules.app/api/v1/check (requires an API key).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"judge_slug":{"type":"string","description":"The judge's URL slug (e.g., \"carol-bagley-amon\")"},"district_id":{"type":"string","description":"The district ID (e.g., \"edny\")"},"document_scope":{"type":"string","description":"The document scope being filed. Valid values: \"brief_support\", \"brief_reply\", \"brief_opposition\", \"reconsideration_support\", \"reconsideration_reply\", \"letter\", \"discovery_letter\", \"proposed_findings\", \"affidavit\", \"settlement_statement\", \"objection_response\", \"rule_56_1_statement\""},"motion_type":{"type":"string","description":"The motion type if applicable. Valid values: \"Rule_12\", \"Rule_56\", \"Rule_50\", \"Rule_59\", \"Rule_60\", \"Daubert\", \"TRO\", \"preliminary_injunction\", \"reconsideration\", \"discovery\", \"motion_to_amend\", \"motion_in_limine\", \"general\". Omit if not motion-related."},"page_count":{"type":"number","description":"Number of pages in the document"},"word_count":{"type":"number","description":"Number of words in the document"},"is_pro_se":{"type":"boolean","description":"Whether the filer is self-represented (pro se)"}},"required":["judge_slug","district_id","document_scope","page_count","word_count"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_enforcement_details","description":"Get full details of a specific enforcement action including laws cited, remedies, source quotes, and document URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"event_id":{"type":"string","description":"The UUID or public slug of the enforcement event"}},"required":["event_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_enforcement_stats","description":"Get summary statistics of enforcement actions. Group by jurisdiction, violation type, risk level, or month to understand enforcement trends.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"group_by":{"type":"string","description":"Grouping dimension: \"jurisdiction\", \"violation_type\", \"risk_level\", or \"month\""},"date_from":{"type":"string","description":"Start date filter (YYYY-MM-DD)"},"date_to":{"type":"string","description":"End date filter (YYYY-MM-DD)"}},"required":["group_by"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_judge_rules","description":"Get all extracted rules for a specific judge. Rules come from standing orders and individual practices documents.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"judge_slug":{"type":"string","description":"The judge's URL slug (e.g., \"carol-bagley-amon\")"},"district_id":{"type":"string","description":"The district ID (e.g., \"edny\")"}},"required":["judge_slug","district_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_court_holidays","description":"List court holidays and closure dates. Filter by district, calendar year, or date range. Returns official source URLs and the last time Court Rules checked the source.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"district_id":{"type":"string","description":"Court identifier (e.g., \"edny\")"},"year":{"type":"number","description":"Calendar year (e.g., 2026)"},"date_from":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","description":"Start date filter (YYYY-MM-DD)"},"date_to":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","description":"End date filter (YYYY-MM-DD)"},"limit":{"type":"number","description":"Maximum results to return (default: 50, max: 200)"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_courts","description":"List all courts with their status and judge counts","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","description":"Filter by court status: \"live\", \"preview\", or \"coming_soon\""}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_enforcement_actions","description":"Search privacy and regulatory enforcement actions. Filter by jurisdiction (CA, TX, NY, FTC, etc.), date range, industry, violation type, risk level, or entity name. Returns structured enforcement events with fines, violations, and source citations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"jurisdiction":{"type":"string","description":"Jurisdiction code (e.g., \"CA\", \"FTC\", \"NY\", \"TX\", \"HHS\")"},"date_from":{"type":"string","description":"Start date filter (YYYY-MM-DD)"},"date_to":{"type":"string","description":"End date filter (YYYY-MM-DD)"},"industry":{"type":"string","description":"Industry filter (e.g., \"technology\", \"gaming\", \"education\", \"healthcare\")"},"violation_type":{"type":"string","description":"Violation type filter (e.g., \"opt_out_failure\", \"children_data\", \"data_breach\")"},"entity_name":{"type":"string","description":"Search by entity/company name (partial match)"},"risk_level":{"type":"string","description":"Risk level filter: \"critical\", \"high\", \"medium\", or \"low\""},"limit":{"type":"number","description":"Maximum results to return (default: 20, max: 100)"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_filing_rules","description":"Search extracted court filing rules from active source documents. Use this for state and federal e-filing requirements, service and proof of service, filing timing, fees, courtesy copies, rejection or cure windows, and judge or courtroom preferences. Returns structured summaries with source provenance by default. Omitted structured fields are not stated in the source quote; do not infer defaults or negative values.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"district_id":{"type":"string","description":"Court identifier (e.g., \"il-cook-circuit\", \"ca-los-angeles-superior\")"},"judge_slug":{"type":"string","description":"Judge, calendar, department, or courtroom slug. Use \"court\" for court-level rules."},"include_court_rules":{"type":"boolean","description":"When judge_slug is supplied, also include court-level rules where judge_slug is \"court\". Default: true."},"logic_type":{"type":"string","enum":["CourtesyCopyRule","PageWordLimitRule","PreMotionConferenceRule","AdjournmentRequirementRule","BundlingRule","FormatConstraint","DocumentRequirement","CommunicationRule","SealingProcedure","ElectronicFilingRule","FilingTimingRule","ServiceRule","FilingFeeRule","JuniorLawyerIncentive"],"description":"Filter by rule type, such as \"ElectronicFilingRule\", \"FilingTimingRule\", \"ServiceRule\", \"FilingFeeRule\", or \"CourtesyCopyRule\"."},"workflow_phase":{"type":"string","enum":["FILING","CASE_INITIATION","MOTION_PRACTICE","TRIAL_PREP","POST_JUDGMENT"],"description":"Filter by workflow phase, such as \"FILING\" or \"MOTION_PRACTICE\"."},"case_type":{"type":"string","enum":["civil","criminal","habeas","prisoner","social_security","bankruptcy","pro_se","general","family","probate","small_claims","unlawful_detainer","traffic","juvenile","mental_health","limited_civil","unlimited_civil","civil_limited","civil_unlimited","complex_civil","chancery","law","municipal","domestic_relations","domestic_violence","county","commercial","foreclosure"],"description":"Filter by case type. General rules and rules without a case-type limit are included."},"q":{"type":"string","description":"Search terms that must appear in the summary, source text, tags, or structured data, such as \"rejected cure\" or \"courtesy copies\"."},"limit":{"type":"number","description":"Maximum results to return. Default: 100, max: 500."},"include_raw_content":{"type":"boolean","description":"Include the full validated ExtractedRuleContentV3 object. Default: false."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_judges","description":"Search for judges by district, name, or type. Returns judge name, slug, type, district, and status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"district_id":{"type":"string","description":"Filter by district ID (e.g., \"edny\", \"sdny\")"},"name":{"type":"string","description":"Search by judge name (partial match, case-insensitive)"},"judge_type":{"type":"string","description":"Filter by judge type (e.g., \"district\", \"magistrate\", \"senior\")"},"limit":{"type":"number","description":"Maximum results to return (default: 20)"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T20:13:14.153Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:13:14.066Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1007ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.courtrules.app/mcp","reachable":true,"authRequired":false,"latencyMs":1007,"serverInfo":{"name":"mcp-typescript server on vercel","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://docs.courtrules.app/mintlify-assets/_mintlify/favicons/recursaai/Lz10BUTLOMpmUzkW/_generated/favicon/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}