Command Palette

Search for a command to run...

Home / Servers

horizon-shield

by ogasurfproject-jpg

<div align="center">

🛡️ 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.

MCP Registry Transport: streamable-http Open data: JCCDB 65,520 · CC BY 4.0 Anchored: Bitcoin / OpenTimestamps Auth: none

</div>

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.

One line is enough to check any entry:

curl -s "https://hs-ledger.oga-surf-project.workers.dev/ledger/5?format=raw" | shasum -a 256

What 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.

HORIZON SHIELD KIRA on Glama Smithery

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.dev
  • Access: read-only, no API key required
  • Data region: Japan (JPY), built on the open JCCDB dataset (65,520 line items)

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:

ToolDescription
get_price_rangeReturns the fair price range (min, avg, max), the overcharge danger threshold, unit, price trend, and field notes for a Japanese construction or renovation job.
audit_estimateGiven 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.
verify_fair_priceReturns a fair price as a tamper-evident record with a SHA-256 hash, under the PTKA (Pre-Transaction K

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

NOASSERTION199,059

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,138

@modelcontextprotocol/server-filesystem

OfficialUpdated today

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSE89,138

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,138