quake-lens

kenimo49/quake-lens
★ 0 stars Python API Integration Updated today
地震の予知はできないが余震の予測はできる — b値(Aki MLE)と大森・宇津則(Ogata MLE)を stdlib only Python で。CLI + MCP server, JMA/P2P/USGS catalogs
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quake-lens": {
      "command": "uvx",
      "args": [
        "quake-lens"
      ]
    }
  }
}

Or install with pip: pip install quake-lens

README Excerpt

公開地震データの取得と統計分析を行うCLI + MCPサーバ。地震の「予知」はできないが、「予測(forecasting)」として科学的に成立している統計量 — b値、大森・宇津則による余震減衰 — を公開APIのカタログから計算する。 Earthquake statistics CLI & MCP server in pure-stdlib Python: Gutenberg-Richter b-value (Aki MLE) and Omori-Utsu aftershock decay (Ogata MLE) from public catalogs (JMA / P2P / USGS).

Topics

cliearthquakemcpmcp-serverpythonseismologystatistics