{
  "service": {
    "name": "theai-tw",
    "title": "TheAI學院 AI 工具庫",
    "version": "1.0.0"
  },
  "description": "TheAI學院 MCP server — 用 MCP 客戶端 POST JSON-RPC 到此端點，即可查詢 AI 工具、工作流與提示詞。",
  "endpoint": "https://www.theai.tw/mcp",
  "transport": "streamable-http (JSON-RPC 2.0)",
  "tools": [
    "search_ai_tools",
    "get_ai_tool",
    "list_ai_workflows",
    "search_ai_prompts"
  ],
  "docs": "https://www.theai.tw/about"
}