mirrored listing x402 eip155:8453

Search the North Carolina (NC) money-judgment and criminal-sentence index by party or case

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.

Do you run mcp.courtdelta.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-17
updated

Provider

mcp.courtdelta.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xb6bbd64cBEf2CC0a07b84df9870e65C8ae8E9181",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://mcp.courtdelta.com/x402/search-judgments"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://mcp.courtdelta.com/x402/search-judgments");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://mcp.courtdelta.com/x402/search-judgments")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7377.json, and this resource appears in /discovery/resources and /discovery/search.