HORIZON SHIELD は、買い手側の建設・リフォーム見積もり適正診断を AIエージェントに提供します。
Buyer-side construction quote audit for AI agents. Verifiable first-party prices only. Drafts only, no auto-posting.
https://hs-webmcp.oga-surf-project.workers.dev/mcporchestrate を呼ぶのが推奨。https://hs-mcp.oga-surf-project.workers.devサイト要約(LLM向け): llms.txt / llms-full.txt
work (string) / optional: quoted_price (number, 円)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}}}'
work (string), quoted_price (number, 円)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}}}'
work (string)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":"シロアリ"}}}'
work (string)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":"火災保険"}}}'