loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-taiwan-geology

MCP Tool

MackinHung/mcp-taiwan-geology

MCP Server: Taiwan Geological Hazard Data (地質風險資料)

Install

$ npx loaditout add MackinHung/mcp-taiwan-geology

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-taiwan-geology": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-taiwan-geology"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Taiwan Geological Hazard Data MCP Server

An MCP (Model Context Protocol) server providing access to Taiwan's geological hazard data, including soil liquefaction potential, active faults, geological sensitive areas, landslide alerts, and geological map information.

Built on Cloudflare Workers with Hono. All data sourced from Taiwan government open data APIs (GSMMA, ARDSWC, data.gov.tw).

Tools

| Tool | Description | |------|-------------| | query_liquefaction_potential | Query soil liquefaction potential level (high/medium/low) for a given coordinate | | get_active_faults_nearby | Find active faults near a coordinate with name, distance, and fault type | | query_sensitive_areas | Query geological sensitive areas (fault zones, landslide zones) near a coordinate | | get_landslide_alerts | Get current large-scale landslide alerts (red/yellow) with optional county filter | | get_geological_info | Get geological map information (formation, age, lithology) for a coordinate |

Installation
npm install
Development
npm run dev        # Start local dev server
npm test           # Run tests
npm run test:coverage  # Run tests with coverage
Deployment
npx wrangler deploy

The server exposes two MCP endpoints:

  • POST / -- JSON-RPC 2.0 (legacy)
  • ALL /mcp -- Streamable HTTP (MCP SDK)
Security

| Property | Value | |----------|-------| | Data sensitivity | Public (government open data) | | Permissions | Readonly (no writes, no side effects) | | External APIs | ls.ardswc.gov.tw, geomap.gsmma.gov.tw, data.gov.tw, www.gsmma.gov.tw | | Authentication | None required (public data) |

Data Sources
  • Geological Survey and Mining Management Agency (GSMMA) -- Liquefaction maps, geological maps, active faults
  • Soil and Water Conservation Bureau (ARDSWC) -- Landslide alerts
  • data.gov.tw -- Geological sensitive areas

Tags

cloudflare-workersgeologymcpopen-datataiwan

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/MackinHung/mcp-taiwan-geology)](https://loaditout.ai/skills/MackinHung/mcp-taiwan-geology)