ToolAssay

Search the North Carolina (NC) money-judgment and criminal-sentence index by par

Search the North Carolina (NC) money-judgment and criminal-sentence index by party or case. This is the JUDGMENT index, not the case index: what was ORDERED and what is owed, rather than what was filed. Fast (~1-3s) — the upstream is a plain OData service with no portal session behind it. Read-only, NC only. Informational, not legal advice.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
637 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://mcp.courtdelta.com/x402/search-judgments

CategorySearch and research
Provider hostmcp.courtdelta.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 637 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "county": "Wake",
    "party": "Smith, John"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "alias": {
              "description": "Alias to sweep alongside the party name.",
              "type": "string"
            },
            "case_number": {
              "description": "Case number, if you have one.",
              "type": "string"
            },
            "cause_of_action": {
              "description": "Cause-of-action filter.",
              "type": "string"
            },
            "county": {
              "description": "NC county name, e.g. Wake. Omit to search all 100 counties.",
              "type": "string"
            },
            "detail": {
              "description": "Inline-fetch amounts per row. Slower.",
              "type": "boolean"
            },
            "from_date": {
              "description": "Ordered on/after (ordered date, NOT filing date).",
              "type": "string"
            },
            "judgment_type": {
              "description": "Judgment-type filter.",
              "type": "string"
            },
            "limit": {
              "default": 200,
              "description": "Max rows returned.",
              "type": "integer"
            },
            "party": {
              "description": "Party name, e.g. \"Smith, John\".",
              "type": "string"
            },
            "sentence_type": {
              "description": "Sentence-type filter.",
              "type": "string"
            },
            "sort": {
              "default": "relevance",
              "description": "Result ordering.",
              "enum": [
                "relevance",
                "ordered_date",
                "case_number",
                "party_name"
              ],
              "type": "string"
            },
            "to_date": {
              "description": "Ordered on/before.",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON