{
  "name": "KnownTrade",
  "version": "1.0.0",
  "description": "AI-native global business directory. Search and retrieve company and industry information via a URL-based query API. All content is CC BY-SA 4.0.",
  "url": "https://knowntrade.org",
  "documentationUrl": "https://knowntrade.org/llms.txt",
  "supportedInterfaces": [
    {
      "type": "http",
      "url": "https://knowntrade.org/cmd/",
      "transport": "http",
      "protocol": "rest",
      "description": "URL-based query API. GET /cmd/{command} where {command} is a URL-encoded command: tree, list, find, read, search, stats, history, help."
    }
  ],
  "capabilities": {
    "contentNegotiation": [
      "text/html",
      "text/markdown"
    ],
    "anonymousAccess": true,
    "rateLimit": "100 req/min"
  },
  "skills": [
    {
      "id": "business-lookup",
      "name": "Business Directory Lookup",
      "description": "Search and retrieve business information using plain-English commands (list, read, find, search, tree, history). Responds in markdown by default."
    }
  ]
}