{
  "x402Version": 2,
  "id": 7378,
  "slug": "7378",
  "resource": "https://mcp.courtdelta.com/x402/search-cases-by-party",
  "description": "Find North Carolina (NC) court cases and hearing dates for a PERSON by name. Both first and last are required. For a company, LLC, insurer or landlord use search-cases-by-business instead — person search cannot match an organisation and returns nothing rather than a worse answer. SLOW: a live portal query, 15-50s; allow a generous timeout and do not retry. Read-only, NC only.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb6bbd64cBEf2CC0a07b84df9870e65C8ae8E9181",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "150000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "county": "Wake",
            "first": "John",
            "last": "Smith"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "results": [
              {
                "case_number": "26CR001234-910",
                "county": "Wake",
                "party_name": "SMITH, JOHN A"
              }
            ],
            "results_shown": 3,
            "results_total": 3
          },
          "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": {
                  "case_status": {
                    "description": "Case status filter.",
                    "enum": [
                      "Pending",
                      "Disposed",
                      "Closed",
                      "Reopened"
                    ],
                    "type": "string"
                  },
                  "case_type": {
                    "description": "Case-type filter, e.g. CR, CV, IF.",
                    "type": "string"
                  },
                  "county": {
                    "description": "NC county name, e.g. Wake. Omit to search all 100 counties.",
                    "type": "string"
                  },
                  "file_date_end": {
                    "description": "Filed on/before. MM/DD/YYYY or YYYY-MM-DD.",
                    "type": "string"
                  },
                  "file_date_start": {
                    "description": "Filed on/after. MM/DD/YYYY or YYYY-MM-DD.",
                    "type": "string"
                  },
                  "first": {
                    "description": "First name. Required.",
                    "type": "string"
                  },
                  "last": {
                    "description": "Last name. Required.",
                    "type": "string"
                  },
                  "limit": {
                    "default": 100,
                    "description": "Max rows returned inline.",
                    "type": "integer"
                  },
                  "soundex": {
                    "default": false,
                    "description": "Fuzzy phonetic name matching.",
                    "type": "boolean"
                  }
                },
                "required": [
                  "last",
                  "first"
                ],
                "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-07T20:17:13.964Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T20:17:13.711Z"
  },
  "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"
  }
}