{
  "specVersion": "1.0",
  "host": {
    "displayName": "Court Delta",
    "identifier": "did:web:app.courtdelta.com"
  },
  "entries": [
    {
      "identifier": "urn:air:app.courtdelta.com:server:court-delta-mcp",
      "displayName": "Court Delta MCP server (NC court records)",
      "description": "Read-only North Carolina court data over MCP: case and citation lookup, search by person / business / attorney / judgment index, hearing calendars, what was filed by case type and county, courthouse info.",
      "type": "application/mcp-server-card+json",
      "url": "https://app.courtdelta.com/.well-known/mcp.json",
      "representativeQueries": [
        "when is my next court date for case 26CR031353-910",
        "does James Smith have any court cases in Wake County",
        "what infraction cases were filed in Surry County yesterday",
        "are there any liens or judgments against this person in Mecklenburg County",
        "what is on my hearing calendar today for NC bar number 21262"
      ]
    },
    {
      "identifier": "urn:air:app.courtdelta.com:api:public-http",
      "displayName": "Court Delta public HTTP API (OpenAPI 3.1)",
      "description": "Public read-only endpoints: case lookup, citation waiver check, licence-point estimate, expunction routing, courthouse info.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://app.courtdelta.com/openapi.json",
      "representativeQueries": [
        "look up a North Carolina court case by case number",
        "check whether an NC traffic citation can be waived",
        "estimate NC driver's licence points for a speeding charge"
      ]
    },
    {
      "identifier": "urn:air:app.courtdelta.com:skills:index",
      "displayName": "Court Delta Agent Skills index",
      "description": "Task-focused SKILL.md guides: check a court date, traffic-citation eligibility, courthouse visit, expunction options, licence points, attorney hearing calendar, record search.",
      "type": "application/json",
      "url": "https://app.courtdelta.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I check my North Carolina court date",
        "what should I bring to court in Wake County",
        "can I get my NC speeding ticket reduced"
      ]
    },
    {
      "identifier": "urn:air:app.courtdelta.com:doc:agent-guide",
      "displayName": "Court Delta agent guide (llms.txt)",
      "description": "Orientation for agents: what is covered, how to connect, latency and rate limits, and the read-only / not-legal-advice policy.",
      "type": "text/markdown",
      "url": "https://app.courtdelta.com/llms.txt",
      "representativeQueries": [
        "what can Court Delta do",
        "how do I connect to the Court Delta MCP server",
        "which North Carolina court data is available to agents"
      ]
    }
  ]
}
