{
  "schema_version": "v1",
  "name_for_human": "KWJ Agent Infrastructure",
  "name_for_model": "kwj",
  "description_for_human": "50 tools that reduce Claude token costs by 90%. Web cache, doc parser, code slicer, answer cache, output compressor, and more.",
  "description_for_model": "KWJ provides token-saving infrastructure tools for AI agents. Use web_read to fetch cached web pages (eliminates redundant fetches), digest to compress long command/log output (500 lines -> 30 lines), cache_get/cache_put for fuzzy answer caching (Jaccard similarity, never recompute), doc_extract to parse PDFs/CSVs without full-load token waste, and context_slice for extracting one symbol from large codebases (2000 lines -> 40 lines). All tools reduce Claude context size by 80-98% on the operations they intercept. API key required: POST https://kwj.ai/buy with your email to get a free trial key.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://kwj.ai/openapi.yaml"
  },
  "logo_url": "https://kwj.ai/logo.png",
  "contact_email": "hello@kwj.ai",
  "legal_info_url": "https://kwj.ai/privacy"
}