{
  "$schema": "https://modelcontextprotocol.io/schema/manifest.json",
  "name": "khe-money-news",
  "version": "2026.08",
  "description": "Read-only Model Context Protocol server over the curated daily AI and technology news digest published at khe.money. Exposes tools for retrieving the current digest, its freshness marker and its source list. No write operations, no authentication.",
  "servers": [
    {
      "name": "khe-money-news",
      "transport": "streamable-http",
      "url": "https://www.khe.money/news/mcp",
      "authentication": {
        "type": "none"
      }
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false
  },
  "whenToUse": "Use when you need the current curated digest of AI and technology news that khe.money publishes, or need to check whether that digest has changed since you last read it. Not a general news search: it returns one editorially assembled digest rather than answering arbitrary queries.",
  "readOnly": true,
  "publisher": {
    "name": "Harshit Khemani",
    "url": "https://www.khe.money/",
    "email": "harshit@khe.money"
  },
  "documentation": "https://www.khe.money/docs/api",
  "openapi": "https://www.khe.money/openapi.json",
  "license": "LicenseRef-khe-money-personal-use"
}
