{
  "x402Version": 2,
  "id": 7377,
  "slug": "7377",
  "resource": "https://mcp.courtdelta.com/x402/search-judgments",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb6bbd64cBEf2CC0a07b84df9870e65C8ae8E9181",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "county": "Wake",
            "party": "Smith, John"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "results": [
              {
                "case_number": "26CVD001234-910",
                "county": "Wake",
                "judgment_type": "Money Judgment",
                "ordered_date": "06/03/2026",
                "party_name": "SMITH, JOHN A"
              }
            ],
            "total_hits": 1
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "mcp.courtdelta.com",
  "lastUpdated": "2026-09-17T05:42:37.848Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T05:42:37.629Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "mcp.courtdelta.com",
    "manifest_name": "mcp.courtdelta.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}