{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp.json",
  "name": "wangjueju.cn",
  "description": "DiVo AI / Gen²AI — AI-native biocomputing platform. Search blogs, read articles, explore services, browse protein knowledge base.",
  "version": "1.0.0",
  "endpoints": {
    "streamableHttp": {
      "url": "https://wangjueju.cn/api/mcp"
    }
  },
  "tools": [
    {
      "name": "get_site_info",
      "description": "Get an overview of wangjueju.cn: brand, founder, platform capabilities, content inventory"
    },
    {
      "name": "search_wangjueju",
      "description": "Search across 5000+ articles, Q&A, and notes by keyword"
    },
    {
      "name": "get_blog_post",
      "description": "Read a specific article by URL path"
    },
    {
      "name": "list_gen2ai_services",
      "description": "List all 6 service lines with pricing, tools, and pipelines"
    },
    {
      "name": "list_gen2ai_blog",
      "description": "List Gen²AI technical blog posts with titles, dates, and tags"
    },
    {
      "name": "get_gen2ai_blog_post",
      "description": "Read a specific Gen²AI blog post by slug"
    },
    {
      "name": "get_knowledge_graph",
      "description": "Get the complete knowledge graph with services, tech stack, and expertise"
    },
    {
      "name": "list_books",
      "description": "List the three books in the Understanding Is All You Need series"
    }
  ],
  "resources": {
    "knowledgeGraph": "https://wangjueju.cn/knowledge-graph.json",
    "llmsOverview": "https://wangjueju.cn/llms.txt",
    "fullKnowledgeMap": "https://wangjueju.cn/llms-full.txt",
    "sitemap": "https://wangjueju.cn/sitemap.xml",
    "aiApi": {
      "context": "https://wangjueju.cn/api/ai?action=context",
      "search": "https://wangjueju.cn/api/ai?action=search&q={query}",
      "services": "https://wangjueju.cn/api/ai?action=services",
      "gen2ai": "https://wangjueju.cn/api/ai?action=gen2ai"
    }
  }
}
