← hakuto-0209.com

INDIVIDUAL MCP TOOL

b612_update

b612 のアップデート。エージェント・法令ファイル・業種プリセット・雛形・参照ドキュメントを最新に更新する手順を返す。「b612 をアップデートして」「b612 を最新にして」と言われたらこれを使う。返ってきたコマンドを実行すると、手元と違うファイルだけが置き換わる(既存は .

hakuto-0209.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.hakuto-0209.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for b612_update and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hakuto-0209.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.b612]
url = "https://mcp.hakuto-0209.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "b612": {
      "type": "http",
      "url": "https://mcp.hakuto-0209.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: b612
Remote MCP URL: https://mcp.hakuto-0209.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "b612": {
      "url": "https://mcp.hakuto-0209.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "b612": {
      "type": "http",
      "url": "https://mcp.hakuto-0209.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "b612",
  "transport": "streamable-http",
  "url": "https://mcp.hakuto-0209.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • b612_principles — b612 メソッドの思考の核(NO SPECULATION・実装前の3問自問・5原則・握りつぶし禁止)を返す。レビューや実装を始める前に読み、原則に沿って進めること。
  • b612_review_checklist — 対象の種類に応じた b612 のレビュー観点を返す。返ってきた観点を使って呼び出し側の AI が実レビューを行う。対応: lp, hp, ec, api, saas, game, form, generic
  • b612_patterns — b612 の実戦ノウハウ(典型エラー・推測実装の傾向・過去に効いた意思決定)を返す。案件固有名は含まない公開版。全文は約88,000字あるため、既定は見出し索引のみを返す。query に検索語を渡すと一致した節だけを返す(推奨)。
  • b612_domain_preset — 業種/ドメイン別の必須モデル・エッジケース・必須法令・アンチパターンを返す。対応ドメイン: accounting, ai-chat, ai-content-ops, android, beauty, blog, booking, chat, community, corporate, corporate-story, crm, ec, event, fukushi, game, healthcare, hr, instagram, inventory, ios, line, llmo, lms, lp, pos, project, rag, realestate, restaurant, retrogame, saas, seo, subscription, survey, task
  • b612_rules — コードに当てる検出ルール(ID・重大度・なぜ危険か・直し方)の一覧を返す。**呼び出し側の AI がこのルールを手元のコードに当てて検査する**(コードは b612 サーバーに送らない)。握りつぶし / 秘密の直書き / 0行更新の見逃し / タイマー多重起動 / 印刷崩れ / 破壊的SQL / XSS 等。ルールID: swallow-empty-catch, swallow-catch-comment-only, swallow-nullish-default, swallow-nullish-any, supabase-update-without-select, hardcoded-secret, console-log-secret, raf-loop-not-idempotent, setinterval-no-clear, top-level-sdk-client, next-force-dynamic, print-transform-scale, global-element-selector, img-no-dimensions, destructive-sql, bulk-update-no-where, dangerous-html, eval-use, mcp-stdout-log, line-postback-encode, dark-body-light-surface, print-white-text, last-child-visual, aspect-ratio-with-object-position, tap-target-too-small, leftover-min-height, overflow-hidden-full-height, empty-element-no-fallback, fail-open-secret-check, charge-before-persist, fetch-result-ignored
  • b612_design — ホームページ・LP・UI・チラシを作る前に必ず引く。生成AIが出しがちで顧客に「AIくさい」と言われる形(注記の左に色の縦棒・器と同じ色の面・均一な3列カード・全部同じ角丸と影)の禁止事項と、カードは角張らせる・並びの間隔は親のgapで持つ・複雑なSVGは無料素材を使う、などの必須事項を返す。あわせて、放っておくと生成AIが出さない6つ(斜めの帯・斜めの文字・派手なCTA・追従CTA・写真の上の文字・飾りの浮遊)と、そのまま貼れるCSS/JSの一覧を返す。snippet に名前を渡すとその実装を全文返す。
  • b612_notes — 利用者が hakuto の公式LINE に送ったメモを読み込む。「今日のメモをまとめて」「昨日のメモ見せて」「今週のアイデア整理して」などと言われたらこれを使う。days で遡る日数を指定する(既定は1=今日ぶん)。返ってくるのは日付ごとに並べた生のメモ。要約・分類・タスク化は、この結果を読んで自分で行うこと。