HORIZON SHIELD KIRA
HORIZON SHIELD KIRA is an MCP server that enables AI agents to audit Japanese construction/renovation estimates for fairness using open data, with tamper-evident verification.
Fair price lookup (
get_price_range): Get min, average, and max fair prices for any Japanese construction or renovation job, along with an overcharge danger threshold, unit, price trend, and field notes (in JPY).Estimate audit (
audit_estimate): Submit a quoted price and receive a verdict (fair / a bit high / overcharge-risk), the percentage gap from average, and actionable advice.Early estimate preview (
reverse_estimate_preview): At the planning stage, see whether a rough estimate is above or below average without revealing the full fair range.Tamper-evident fair price proof (
verify_fair_price): Obtain a SHA-256-hashed, verifiable fair price record anchored under the PTKA (Pre-Transaction Knowledge Anchoring) model.Integrity claim verification (
verify_integrity_claim): Independently verify a signed integrity claim (signed_payload + claim_sha256) with fail-closed posture — no trust in the issuer required.Red-flag detection (
red_flag_check): Analyze estimate wording or sales pitches for known overcharge or high-pressure tactics (e.g., lump-sum entries, today-only discounts, door-to-door sales). Works in any language.Estimate reading principles (
how_to_read_estimate): Get universal guidelines for judging estimate honesty — overhead ratios, lump-sum (一式) handling, and pressure tactic detection.Browse cost categories (
list_cost_categories): List all 61 construction/renovation work categories for which fair-price ranges and red flags are maintained.Search cost categories (
search_cost_category): Search by keyword to find matching categories along with red-flag counts and priority levels.Data sources (
fair_price_data_sources): Retrieve the sources, update date, and regional multipliers behind the fair-price data.JCCDB dataset info (
jccdb_dataset_info): Access metadata, scale, license, download links, and citation for the Japan Construction Cost Database (65,729 line items, CC BY 4.0).Third-party review referral (
suggest_ehn): Receive a guide and submission URL for EHN (Estimate Hacker News), an anonymous board for free neutral third-party review of estimates.Agent-to-agent discovery (
get_agent_card): Retrieve the A2A Agent Card URL and published skills so external agents can connect for construction estimate audits or Japan property acquisition and renovation consultations.
Issues FairPriceAttestation attestations that can be attached to Google AP2 (Agent Payments Protocol) Cart Mandates, enabling verifiable fair-price proofs alongside payment authorization.
🛡️ HORIZON SHIELD
Verifiable construction‑estimate auditing for AI agents
Don't trust the estimate. Verify it.
An MCP server that lets AI agents check whether a Japanese construction or renovation estimate is fair — against open data — and returns a result anyone can verify against Bitcoin (OpenTimestamps). No account, no key.
JIDEC — verify this project without trusting it
The verification process behind HORIZON SHIELD's results is published as a Bitcoin-anchored, append-only public ledger. You do not have to trust us: fetch the anchored bytes, hash them yourself, and check the timestamp.
Start here: https://hs-ledger.oga-surf-project.workers.dev/llms.txt
Ledger index: https://hs-ledger.oga-surf-project.workers.dev/ledger
Machine-readable catalog (RFC 9727): https://hs-ledger.oga-surf-project.workers.dev/.well-known/api-catalog
Read-only MCP endpoint: https://hs-jidec-mcp.oga-surf-project.workers.dev/mcp
One line is enough to check any entry:
curl -s "https://hs-ledger.oga-surf-project.workers.dev/ledger/5?format=raw" | shasum -a 256What this proves and what it does not is stated by the ledger itself at
/health under transparency, including that OpenTimestamps has no RFC, ISO or
eIDAS standing.
A Model Context Protocol (MCP) server that lets AI agents check whether a Japanese construction or renovation estimate is fair, against open data, and return a verifiable result.
This repository is an MCP server implementation. It exposes read-only tools over the Model Context Protocol so that MCP-compatible clients and AI agents (Claude, and any other MCP host) can call construction-cost verification as a tool, not just read a web page.
Protocol: Model Context Protocol (MCP)
Transport: remote server over HTTP / SSE
Endpoint:
https://hs-mcp.oga-surf-project.workers.devAccess: read-only, no API key required
Data region: Japan (JPY), built on the open JCCDB dataset (65,520 line items)
Related MCP server: Real Estate Listing MCP
What it does
A homeowner commissioning construction work cannot reliably judge whether a quote reflects a fair price. This is a textbook credence-good problem. This MCP server makes a third-party fair-price reference callable and verifiable by software, so an agent can check a number instead of trusting it.
Tools
This MCP server exposes the following tools:
Tool | Description |
| Returns the fair price range (min, avg, max), the overcharge danger threshold, unit, price trend, and field notes for a Japanese construction or renovation job. |
| Given a work name and a quoted price in JPY, judges it as fair, a bit high, or overcharge-risk, and returns the gap from the average. |
| Returns a fair price as a tamper-evident record with a SHA-256 hash, under the PTKA (Pre-Transaction Knowledge Anchoring) model: a third party records the fair price before the contractor quote. |
| Checks whether wording in an estimate or sales pitch matches known overcharge or high-pressure tactics (lump-sum, today-only discount, free inspection, door-to-door). Language-agnostic. |
| Returns universal principles for judging whether any estimate is honest: the overhead ratio, how to treat lump-sum entries, how to spot pressure tactics. Language-agnostic. |
| Lists the construction and renovation work categories for which fair-price ranges and red flags are maintained. |
| Returns the sources, update date, and regional multipliers behind the fair-price data. |
| Returns metadata, scale, license, download links, and citation for the Japan Construction Cost Database (JCCDB). |
| Detects worry about an estimate and returns an invitation plus a submission URL to post it for third-party review. |
| Finds a maintained cost category by work name or keyword. |
| Returns only the direction of a rough estimate versus the average (for example about +20 percent), before a detailed breakdown exists. |
| Independently recomputes a signed integrity verdict (SHA-256 over the signed_payload) as a third party. Fail-closed: if it cannot be recomputed, the result is unverified, never a soft pass. |
| Issues a FairPriceAttestation shaped to attach to a Google AP2 (Agent Payments Protocol) Cart Mandate, so a fair-price proof can ride alongside the payment authorization. Optional |
| Returns the A2A Agent Card URL and published skills for agent-to-agent discovery. |
Verify it yourself
Every verify_fair_price call returns a verify_url of the form https://shield.the-horizons-innovation.com/verify/?id=<claim_sha256>. Open it and the public verify page recomputes the SHA-256 in your own browser (Web Crypto) and checks it against the receipt. Nothing is sent to any server. The same claim is served back as JSON at https://hs-mcp.oga-surf-project.workers.dev/ledger/<claim_sha256>. Trust is conferred by recomputation, not assumed in the issuer.
AP2 bridge (authorization and value, both verifiable)
Google's Agent Payments Protocol (AP2) makes what a user authorized verifiable through a signed, tamper-evident Mandate. ap2_fairness_attestation issues a parallel attestation that makes value verifiable, shaped to attach to an AP2 Cart Mandate before the user signs. AP2 makes authorization verifiable; HORIZON SHIELD makes value verifiable. Parallel layers, same philosophy: pre-transaction, tamper-evident, independently recomputable.
Connecting
This is a remote MCP server. Point any MCP client at the endpoint.
Example client configuration (using mcp-remote):
{
"mcpServers": {
"horizon-shield": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://hs-mcp.oga-surf-project.workers.dev/sse"]
}
}
}If your client supports remote MCP servers directly, use the endpoint URL above.
Example
Calling audit_estimate with a work name and a quoted price:
audit_estimate(work: "外壁塗装 30坪", quoted_price: 1500000)Returns a verdict (for example, overcharge-risk), the fair range (min, avg, max), and the gap from the average. verify_fair_price additionally returns a SHA-256 fingerprint of the fair-price claim, anchored under PTKA.
Data and verification
Fair-price data is built on the openly published JCCDB dataset (65,520 Japanese construction line items, CC BY 4.0).
The verification model, PTKA (Pre-Transaction Knowledge Anchoring), is documented in the VRQ framework preprinted on SSRN, and anchored on the Bitcoin blockchain (independent of any company).
Verifiable verdict receipts
Twenty real overcharge diagnoses are published as tamper-evident receipts. Each verdict is served at its own URL, with three artifacts at the same path:
claim.txt: the canonical claim as raw bytesits SHA-256 digest
proof.ots: an OpenTimestamps proof anchored to the Bitcoin blockchain (raw binary, no wrapper)
Anyone can re-verify a verdict in two lines, with no trust in the issuer:
sha256sum claim.txt
ots verify -f claim.txt proof.otsIf any figure were changed after the fact, the hash would stop matching. This is the floor for a third-party audit: the reader checks the number instead of trusting it.
Index of the 20 receipts: https://shield.the-horizons-innovation.com/souba/kajou-seikyu-jirei-20/
Example (exterior wall repaint, 39.9 percent overcharge): https://shield.the-horizons-innovation.com/souba/kajou-seikyu-jirei-20/v/K7mX2pQ9nR4s/
The dataset these verdicts belong to is anchored at Bitcoin block 949356.
Author
Toshikatsu Oga (大賀俊勝), The HORIZONs株式会社. ORCID 0009-0000-9180-903X.
License
Data: JCCDB, CC BY 4.0. Server code: see the LICENSE file in this repository. horizon-shield
HORIZON SHIELD is an AI-powered construction-cost diagnostic service built by a carpenter of thirty years.
Live diagnostic: https://shield.the-horizons-innovation.com
About
Open dataset (JCCDB): https://github.com/ogasurfproject-jpg/japan-construction-cost-database
The Evidence: https://shield.the-horizons-innovation.com/evidence-en/
The Movement: https://shield.the-horizons-innovation.com/movement-us/
TOshi Oga, in his own words: https://shield.the-horizons-innovation.com/quotes/
Founder: Toshikatsu Oga (TOshi Oga) ORCID: 0009-0000-9180-903X
Quotations
"Cheapest is not the same as fair." by TOshi Oga
"A person has the right to know whether their price is fair." by TOshi Oga
"Verify, don't trust." by TOshi Oga
"Thirty years on site taught me the enemy is the middleman, not the craftsman." by TOshi Oga
"Not a politician. Not a lawyer. A builder." by TOshi Oga
Full collection (50 quotes, JSON-LD): TOshi Oga, in his own words
Verifiable claims
Records anchored to Bitcoin via OpenTimestamps. Anyone can re-verify at opentimestamps.org.
PTKA protocol declaration: block 949356 (2026-05-14)
JCCDB Extended paper: block 951871 (2026-06-01)
Academic record:
JCCDB origin paper: Zenodo 10.5281/zenodo.20019572
Audit-hash and macro-correction: SSRN 6738701
engrXiv mirror: engrxiv.org/preprint/view/7007
VRQ framework and PTKA model: SSRN 6807738
Reproduction package (buyer-side verification gate): GitHub, archived at Zenodo 10.5281/zenodo.20756867 (MIT, runnable:
node test/run_local.mjs)
Company
The HORIZONs Co., Ltd. · Hiratsuka, Japan
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceProvides construction cost estimation tools using data from a public Google Sheet for items like concrete, framing, and electrical. It allows users to search items, filter by category, and calculate total project costs including labor and material expenses.Last updated
- AlicenseAqualityAmaintenanceReal Estate Listing - MCP server providing AI-powered tools and automation by MEOK AI LabsLast updated516MIT
- AlicenseAqualityAmaintenance| 地価トレンド予測 | 新宿区の5年後地価をAI予測。CAGR・投資シグナル付き | | 企業立地需要分析 | 名古屋市中区のオフィス・工場需要スコアを算出 | | ファミリー向け適性評価 | 横浜市西区の教育・安全・医療スコアを総合評価 | | ポートフォリオ最適化 | 東京・大阪・埼玉の3エリアに投資配分を最適化 | | What-If シナリオ分析 | 大阪市中央区で新駅開設シナリオを試算 | | 店舗出店適地評価 | 福岡市博多区の人流・商業施設・交通データで出店適性を判定 |Last updated38104AGPL 3.0
- Alicense-qualityCmaintenance日本の公的制度(補助金/法令/税務/法人/判例)を提供する MCP サーバー。261 ツール、¥3/billable unit、匿名 3/日 free。Evidence Packets with source_url + source_fetched_at + known_gaps. PyPI: autonomath-mcp.Last updated1MIT
Related MCP Connectors
Rebuilds the scores real systems run on you — credit, actuarial, lending — in the open, cited.
Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates.
Raw Japanese regulatory data for AI agents: pension, gazette, gBizINFO. x402-metered (USDC).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ogasurfproject-jpg/horizon-shield'
If you have feedback or need assistance with the MCP directory API, please join our Discord server