{
 "version": 1,
 "marque": "Colorado License Lookup",
 "domain": "https://colorado-license-lookup.com",
 "langue": "en",
 "ui_tools": [
  {
   "name": "filter_table",
   "description": "Filter the register table shown on this page. The result is displayed visibly on the page.",
   "ancre": "registertabelle",
   "inputSchema": {
    "type": "object",
    "properties": {
     "texte": {
      "type": "string"
     }
    },
    "required": [
     "texte"
    ]
   }
  }
 ],
 "ui_badge": "%s tools available for your agent",
 "genere_le": null,
 "note": "These tools are described in `/api/v1/tools.json` and can be called in the browser through WebMCP. They are free.",
 "paiement": {
  "statut": "non_active",
  "chemins_reserves": [
   "/api/v1/changements.json",
   "/api/v1/jeu-complet.json"
  ],
  "prix": null,
  "contact": "https://colorado-license-lookup.com/pro/",
  "note": "Reserved — not served yet. Terms: https://colorado-license-lookup.com/pro/"
 },
 "tools": [
  {
   "name": "describe_dataset",
   "description": "Coverage, source, licence and collection date of this directory.",
   "inputSchema": {
    "type": "object",
    "properties": {}
   },
   "acces": "gratuit",
   "source": "/api/v1/manifest.json"
  },
  {
   "name": "get_sample",
   "description": "Free sample of the dataset, in the format of the full delivery.",
   "inputSchema": {
    "type": "object",
    "properties": {}
   },
   "acces": "gratuit",
   "source": "/api/v1/echantillon.json"
  },
  {
   "name": "changes_since",
   "description": "Differences between two releases of the register. RESERVED: scope and terms are set on request.",
   "inputSchema": {
    "type": "object",
    "properties": {
     "depuis": {
      "type": "string",
      "format": "date"
     }
    },
    "required": [
     "depuis"
    ]
   },
   "acces": "reserve",
   "statut": "reserve",
   "conditions": "Reserved — not served yet. Terms: https://colorado-license-lookup.com/pro/",
   "source": "/api/v1/changements.json"
  },
  {
   "name": "export_dataset",
   "description": "Full, normalised export of the dataset. RESERVED: scope, format and terms are set on request.",
   "inputSchema": {
    "type": "object",
    "properties": {}
   },
   "acces": "reserve",
   "statut": "reserve",
   "conditions": "Reserved — not served yet. Terms: https://colorado-license-lookup.com/pro/",
   "source": "/api/v1/jeu-complet.json"
  },
  {
   "name": "request_dataset",
   "description": "Send the publisher a request about the full dataset. Only what is filled in here is transmitted.",
   "inputSchema": {
    "type": "object",
    "properties": {
     "volume": {
      "type": "string",
      "description": "Desired scope (area, period, number of rows)."
     },
     "usage": {
      "type": "string",
      "description": "Intended use of the data."
     },
     "contact": {
      "type": "string",
      "description": "E-mail address for the reply."
     }
    },
    "required": [
     "contact"
    ]
   },
   "acces": "gratuit",
   "endpoint": "https://formspree.io/f/xppzalak",
   "source_lead": "dora-co/home · MCP"
  }
 ]
}