MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Nankai MCP Server

by User
Developer ToolsLow Risk10.0Local
Free

Nankai Trough earthquake hazard & building-safety, from official Japan data. No verdicts.

About

Nankai Trough earthquake hazard & building-safety, from official Japan data. No verdicts.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (7/8 approved). 1 finding(s) downgraded by scanner intelligence.

9 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

database

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrslbt-nankai": {
      "args": [
        "-y",
        "nankai-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

nankai-trough-mcp

License: MIT

Nankai Trough (南海トラフ地震) earthquake hazard and building-safety engine for AI assistants. Ask "how bad is the Nankai Trough quake, how far does it reach, and what does that mean for a house built in 1978?" and get official Japanese government figures, every one cited and dated, with a route to the official maps for your exact address. It never tells you you're "safe."

It reports what 内閣府 (Cabinet Office), 地震本部, 気象庁, and 国土交通省 actually publish, and where a figure isn't verifiable, it points you at the source instead of inventing one. Bilingual EN/JA. Runs locally, no API keys.

Live companion map: https://nankaitrough.bymarsel.me (this is the open data engine behind it, the same official data as an explorable map).

⚠️ Not a prediction, not a verdict. This explains official data and routes you to official guidance and a professional seismic diagnosis (耐震診断). Always confirm with your municipality and official hazard maps. In an emergency, follow official evacuation instructions.

Why it exists

Most people underestimate the reach. The 30-year probability was revised by 地震本部 in September 2025 away from the old single "80%" to a two-model range (60–90%+ (higher model) / 20–50%). Intensity-7 shaking is projected across 10 prefectures, and 764 municipalities in 31 prefectures face major shaking or a 3 m+ tsunami. "I'm inland, so I'm fine" is exactly the assumption this corrects.

The authoritative data is real, but it's scattered across five agencies and mostly buried in PDFs. This server makes it cited and usable from an AI assistant, without ever inventing a number.

Data rules

  • No verdicts. It reports official figures + plain-language meaning, never "your home is safe/unsafe."
  • Every figure cites its official source + date. If a value isn't verifiable in a primary source, it points to the source instead of guessing.
  • Probabilistic ≠ scenario. J-SHIS (all-source probability) is never presented as the Nankai scenario (Cabinet Office).
  • Building safety can't be looked up. It's classified from the build year + structure you provide. No fabricated per-building data.

Install

claude mcp add nankai -- npx -y nankai-trough-mcp

JSON config

The server config is the same across clients; only the file path differs.

{
  "mcpServers": {
    "nankai": { "command": "npx", "args": ["-y", "nankai-trough-mcp"] }
  }
}
{
  "mcpServers": {
    "nankai": { "command": "npx", "args": ["-y", "nankai-trough-mcp"] }
  }
}
{
  "servers": {
    "nankai": { "type": "stdio", "command": "npx", "args": ["-y", "nankai-trough-mcp"] }
  }
}
{
  "mcpServers": {
    "nankai": { "command": "npx", "args": ["-y", "nankai-trough-mcp"] }
  }
}

Config path:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

From source

git clone https://github.com/mrslbt/nankai-trough-mcp.git
cd nankai-trough-mcp
npm install && npm run build

Point the client config at the built entry:

{ "command": "node", "args": ["/absolute/path/to/nankai-trough-mcp/dist/index.js"] }

Tools

ToolDescription
nankai_overviewThe official 2025 scenario's scale and reach (probability, casualties, intensity-7 reach, tsunami), each with its source. Start here.
official_hazard_mapsAddress → links to the official per-address hazard maps, where the exact predicted intensity and tsunami live. This server bridges; it doesn't invent those numbers.
building_seismic_checkBuild year + structure → 旧耐震 / 新耐震 / 2000-standard classification with context. Not a verdict.
taishin_subsidy_guideRoutes to subsidised, often-free 耐震診断 / 耐震補強 programs and the national support framework.
shindo_meaningWhat a JMA intensity (震度 5弱–7) means for people and buildings, on the official 気象庁 scale.
geocode_addressAddress → coordinates via the GSI geocoder. Utility.

Prompts: assess_home_earthquake_risk, nankai_briefing.

Resources

Read-only reference documents a client can list and read without a tool call. Each is rendered from the same data the tools use, so they never drift out of sync.

ResourceContent
nankai://sourcesThe official source registry: every agency cited, with URL, plus the standing disclaimer.
nankai://headline-figuresThe 2025 scenario's headline figures, each with source, as-of date, and notes.
nankai://shindo-scaleThe JMA intensity scale (震度 5弱–7): what each level means for people and buildings.
nankai://building-standardsThe 1981 新耐震 / 2000 wooden-house boundaries + 2016 Kumamoto field-damage data.

Example prompts

Brief me on the Nankai Trough earthquake: the scale, the reach, and what
intensity 7 actually means for a building.
My house is in 高知市本町. Give me the official hazard maps for my address's
predicted shaking and tsunami.
I live in a wooden house built in 1978. What seismic standard is that under,
and what should I do about it? Don't tell me whether it's safe.
Walk me through assessing my home's earthquake risk:
静岡市葵区追手町9-6, built 1990, reinforced concrete.

Scope: v1 vs v2

v1 (this) does not compute a per-address Nankai intensity/tsunami value. That data lives in bulk Cabinet Office GIS files that need an ingestion pipeline. Instead, official_hazard_maps bridges you to the official maps that already hold it. Computing it in-app is the deliberate v2.

Headline figures (and where they come from)

Every figure below is verified against the primary government source and carries an as-of date in the tool output. See src/data/nankai.ts for the full verification log.

FigureValueSource
30-year probabilityTwo models since the 2025-09-26 revision: 60–90%+ / 20–50%. Act on the higher.地震本部
Worst-case deaths~298,000 (upper bound, flood defenses functioning)内閣府 2025-03
Economic loss~¥270兆 (¥224.9兆 direct + ¥45.4兆 production); ~¥292兆 incl. transport disruption内閣府 2025-03
Intensity 7Across 10 prefectures内閣府 2025-03
Reach764 municipalities in 31 prefectures at 震度6弱以上 or 津波3m以上内閣府 2025-03
Tsunami5 m+ within minutes on the fastest coasts; max ~34 m (高知), ~31 m (静岡)内閣府 / 気象庁

Sources & license

Official data is used as derived output with attribution; raw government files are never re-hosted.

出典:内閣府 南海トラフの巨大地震モデル・被害想定検討会 / 地震調査研究推進本部 / 気象庁 / 国土交通省(住まいの耐震化)/ 国土地理院(地理院タイル・ジオコーディング)/ 住宅リフォーム推進協議会。

日本語

南海トラフ地震のハザードと建物の耐震性を、公的データだけで扱うMCPサーバーです。内閣府・地震本部・気象庁・国土交通省の公表値を、出典と日付つきで提示し、あなたの住所の正確な想定震度・津波は公式ハザードマップへ橋渡しします。建物の安全性は「安全/危険」と判定せず、建築年と構造から耐震基準の世代を示し、耐震診断・補助制度へ案内します。ローカル動作、APIキー不要。

Disclaimer

This server surfaces official Japanese government data and explanations. It is not a prediction, not a verdict on whether you or your home are safe, and not a substitute for official evacuation guidance or a professional seismic diagnosis (耐震診断). Figures are approximate and as reported by their official sources; always confirm at the source. Unofficial, not affiliated with any government agency.

License

MIT


More MCPs

MCPWhat it does
Japan DesignEnforces Japanese UI + UX conventions on real CSS/markup
ripprYouTube transcript ripper for humans and AI agents
RakutenSearch Rakuten's marketplace, books, and hotels

Built by Marsel Bait in Tokyo

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Links

Source Codenpm Package

Details

Published June 12, 2026
Version 0.1.0
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
6
Installs
6.5
Security
No ratings yet
Local

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
521
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
73
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
38
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
22
Installs
10.0
Security
No ratings yet
Local