{
  "protocol": "A2A (Agent2Agent)",
  "name": "HORIZON SHIELD: Construction Estimate Auditor for Japan (KIRA)",
  "provider": "The HORIZONs株式会社",
  "version": "0.5.0",
  "role": "集客窓口(外部エージェント/LLM向けの入口)。受けた見積もり相談を内部KIRA(hs-mcp)の適正診断へ橋渡しする。",
  "skills": [
    {
      "id": "ask",
      "note": "**まずここ。**一文を渡せば、診断・台帳検証・手口・加盟店探索の正しい窓口へ決定的に振り分ける。返り値に検証URLと『証明していないこと』が必ず入る。"
    },
    {
      "id": "orchestrate",
      "note": "診断+手口+発信下書きを一気通貫で返す司令塔。価格は一次データのみ・自動投稿なし。"
    },
    {
      "id": "estimate-intake",
      "note": "施主の見積もりを受け、KIRA適正診断とEHN(無料の第三者チェック)へ橋渡し。"
    },
    {
      "id": "scan-tactics",
      "note": "工事別の過剰請求の手口(検証済み)と一次ソースの在処を返す注意喚起。"
    },
    {
      "id": "draft-broadcast",
      "note": "注意喚起の発信下書き(note/X)と解説ページへの被リンクを生成。自動投稿しない。"
    }
  ],
  "bridges_to": {
    "internal_mcp": "https://hs-mcp.oga-surf-project.workers.dev",
    "internal_agent_card": "https://hs-mcp.oga-surf-project.workers.dev/.well-known/agent-card.json",
    "verification_ledger": "https://hs-ledger.oga-surf-project.workers.dev",
    "ledger_index": "https://hs-ledger.oga-surf-project.workers.dev/ledger",
    "ledger_llms_txt": "https://hs-ledger.oga-surf-project.workers.dev/llms.txt",
    "note": "検証したい記録があるなら ask に ref を渡せばここへ繋がる。著者を信頼せずに確かめられる。"
  },
  "how_to_connect": "MCPクライアントは POST /mcp に JSON-RPC(initialize/tools|resources|prompts/*)。A2A対応エージェントはこのカードで窓口を発見できる。",
  "site": "https://shield.the-horizons-innovation.com"
}