kaizen-lab
KaizenLab is an AI-native hypothesis validation platform for product teams running lean startup cycles.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add toshipon/kaizen-lab
# Browse available tools
npx -y smithery tool list toshipon/kaizen-lab
# Get full schema for a tool
npx -y smithery tool get toshipon/kaizen-lab list_projects
# Call a tool
npx -y smithery tool call toshipon/kaizen-lab list_projects '{}'Direct MCP Connection
Endpoint: https://kaizen-lab.run.tools
Required config:
apiKey(query) — KaizenLab API key (generate at https://kaizen-lab.buildgeeks.dev/settings)
Tools (56)
list_projects— プロジェクト一覧を取得list_canvases— プロジェクト内の仮説キャンバス一覧を取得get_canvas— 仮説キャンバスを取得(詳細)update_canvas— 仮説キャンバスを更新(名前・フェーズ)delete_canvas— 仮説キャンバスを削除(関連付箋も削除)get_pmf_score— PMFスコアを取得add_learning— 学習を追加list_learnings— 学習一覧を取得(ページネーション対応)search_learnings— 学習を検索(queryで全文検索、tagで単一タグ絞り込み、tagsで複数タグ絞り込み)get_verification_status— 検証ステータスを取得list_personas— ペルソナ一覧を取得get_interview_records— インタビュー記録を取得create_project— プロジェクトを作成create_canvas— 仮説キャンバスを作成(fieldsの各値はstringまたはstring[]で複数付箋対応)create_persona— ペルソナを作成create_interview— インタビュー記録を作成delete_project— プロジェクトを削除export_project— プロジェクトをエクスポートlist_roadmap— ロードマップのフェーズとアイテム一覧を取得create_roadmap_phase— ロードマップフェーズを作成create_roadmap_item— ロードマップアイテムを作成update_roadmap_item— ロードマップアイテムを更新list_verification_canvases— 検証キャンバス一覧を取得get_verification_canvas— 検証キャンバスの詳細を取得create_verification_canvas— 検証キャンバスを作成update_verification_canvas— 検証キャンバスを更新delete_verification_canvas— 検証キャンバスを削除list_journey_maps— ジャーニーマップ一覧を取得create_journey_map— ジャーニーマップを作成get_learning— 学習の詳細を取得update_learning— 学習を更新delete_learning— 学習を削除get_dashboard— プロジェクトのダッシュボード(統計情報)を取得get_changelog— プロジェクトの変更履歴を取得list_decisions— 意思決定ログ一覧を取得get_decision— 意思決定ログの詳細を取得create_decision— 意思決定ログを作成update_decision— 意思決定ログを更新delete_decision— 意思決定ログを削除list_members— プロジェクトメンバー一覧を取得invite_member— メンバーを招待(user_idとroleを指定)update_member_role— メンバーの権限を更新remove_member— メンバーを削除(オーナーまたは自分)get_comment— コメントの詳細を取得(全文表示)list_comments— プロジェクトのコメント一覧を取得create_comment— コメントを作成update_comment— コメントを更新(自分のコメントのみ)delete_comment— コメントを削除(自分のコメントまたはオーナー)list_invitations— 自分宛の保留中の招待一覧を取得accept_invitation— 招待を承諾reject_invitation— 招待を拒否analyze_learnings— 蓄積された学びからパターン・矛盾・次のアクションをAI分析。analyze_all=trueで全件分析可能analyze_competitors— 仮説キャンバスを元にAI競合分析を実行し結果をDBに保存(project_idはcanvas_idから自動解決可能)add_sticky_note— 仮説キャンバスの付箋を追加update_sticky_note— 付箋の内容を更新delete_sticky_note— 付箋を削除
# Get full input/output schema for a tool
npx -y smithery tool get toshipon/kaizen-lab