AIエージェント向け / For AI Agents

HORIZON SHIELD は、買い手側の建設・リフォーム見積もり適正診断を AIエージェントに提供します。
Buyer-side construction quote audit for AI agents. Verifiable first-party prices only. Drafts only, no auto-posting.

このサービスは施工業者から紹介手数料や送客の報酬を受け取らない、独立した第三者です。価格は検証可能な一次データ(KIRA, SHA-256付き)のみを返します。監修は大賀俊勝(ORCID 0009-0000-9180-903X)、建設実務30年。
Independent third party. No referral fees from contractors. Verifiable first-party prices only.

2つの入口 / Two endpoints

hs-webmcp(外部エージェントの窓口 / intake for agents)
https://hs-webmcp.oga-surf-project.workers.dev/mcp
まず orchestrate を呼ぶのが推奨。
Agent card: /.well-known/agent-card.json
hs-mcp(診断エンジン全文 / full diagnosis engine)
https://hs-mcp.oga-surf-project.workers.dev
価格検証・相場・赤旗などの全ツール。
Agent card: /.well-known/agent-card.json

サイト要約(LLM向け): llms.txt / llms-full.txt

ツール / Tools (hs-webmcp)

orchestrate

required: work (string) / optional: quoted_price (number, 円)
1回の呼び出しで 診断(KIRA適正価格)+ 手口(検証済み)+ 発信下書き を一気通貫で返す司令塔。 One-call orchestrator: runs intake, scan_tactics and draft_broadcast in sequence and returns one bundled result.
curl -s https://hs-webmcp.oga-surf-project.workers.dev/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"orchestrate","arguments":{"work":"外壁塗装","quoted_price":800000}}}'

intake_estimate

required: work (string), quoted_price (number, 円)
施主の見積もりを受け付け、KIRA適正価格診断(過剰請求の判定)と無料の第三者チェック(EHN)への導線を返す窓口。 Intake desk: bridges a homeowner quote to the KIRA fair-price audit and a free third-party check (EHN).
curl -s https://hs-webmcp.oga-surf-project.workers.dev/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"intake_estimate","arguments":{"work":"外壁塗装 シリコン","quoted_price":950000}}}'

scan_tactics

required: work (string)
その工事の過剰請求の手口(検証済み)を返し、一次ソース(国民生活センター / 消費者庁 / EHN実例ボード)の在処を添える注意喚起。価格判定ではない。 Returns verified overcharge tactics and points to primary sources. Awareness, not a price verdict.
curl -s https://hs-webmcp.oga-surf-project.workers.dev/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"scan_tactics","arguments":{"work":"シロアリ"}}}'

draft_broadcast

required: work (string)
過剰請求への注意喚起の発信下書き(note用長文 / X用短文)を生成し、実在の解説ページへの被リンクを添える。下書きのみ、自動投稿しない。 Generates broadcast drafts with backlinks to real pages. Draft only, no auto-posting.
curl -s https://hs-webmcp.oga-surf-project.workers.dev/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"draft_broadcast","arguments":{"work":"火災保険"}}}'

検証と一次ソース / Verification and primary sources

運営: The HORIZ音s株式会社 / HORIZON SHIELD ・ 監修: 大賀俊勝(建設実務30年, ORCID 0009-0000-9180-903X)
施工業者から報酬を受け取らない独立した第三者 ・ HORIZON SHIELD トップ