Server data from the Official MCP Registry
Checks if a Japanese construction or renovation estimate is fair and flags overcharge risk.
Checks if a Japanese construction or renovation estimate is fair and flags overcharge risk.
Remote endpoints: streamable-http: https://hs-mcp.oga-surf-project.workers.dev
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
10 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-ogasurfproject-jpg-horizon-shield": {
"url": "https://hs-mcp.oga-surf-project.workers.dev"
}
}
}From the project's GitHub README.
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.
https://hs-mcp.oga-surf-project.workers.devA 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.
This MCP server exposes the following tools:
| Tool | Description |
|---|---|
get_price_range | 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. |
audit_estimate | 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. |
verify_fair_price | 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. |
red_flag_check | 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. |
how_to_read_estimate | 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. |
list_cost_categories | Lists the construction and renovation work categories for which fair-price ranges and red flags are maintained. |
fair_price_data_sources | Returns the sources, update date, and regional multipliers behind the fair-price data. |
jccdb_dataset_info | Returns metadata, scale, license, download links, and citation for the Japan Construction Cost Database (JCCDB). |
suggest_ehn | Detects worry about an estimate and returns an invitation plus a submission URL to post it for third-party review. |
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.
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.
Toshikatsu Oga (大賀俊勝), The HORIZ音s株式会社. ORCID 0009-0000-9180-903X.
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
Founder: Toshikatsu Oga (TOshi Oga) ORCID: 0009-0000-9180-903X
"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
Records anchored to Bitcoin via OpenTimestamps. Anyone can re-verify at opentimestamps.org.
Academic record:
node test/run_local.mjs)The HORIZ音s Co., Ltd. · Hiratsuka, Japan
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.