🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

korea-data-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

korea-data-mcp

MCP server for Korea Data Suite — Korean public holidays, business-day math, and MOLIT real-estate transactions as MCP tools.

pipPyPI
Version
0.1.1
Weekly downloads
901
Maintainers
1

Korea Data Suite — MCP server

An MCP server that exposes Korea Data Suite as tools, so AI agents (Claude Desktop/Code, Cursor, …) can query Korean public data directly: public holidays & business-day math, and normalized MOLIT real-estate transactions (apartment/officetel/land; sale/jeonse/monthly-rent).

Tools

  • get_holidays(year, month?) — Korean public holidays (incl. substitute/temporary)
  • check_holiday(date) — is a date a holiday / business day?
  • add_business_days(date, days) — add N business days (skips weekends & holidays)
  • count_business_days(start, end) — business days in a range
  • list_real_estate_regions() — LAWD region codes
  • get_real_estate_transactions(region, property_type?, trade_type?, date_from?, date_to?, limit?, cursor?)

Install & run

Bring your own API key (subscribe on the RapidAPI listing):

KDS_API_KEY=<your key> uvx korea-data-mcp

Before it's on PyPI, install straight from the repo:

KDS_API_KEY=<your key> uvx --from "git+https://github.com/choiyounggi/korea-data-suite#subdirectory=packages/korea-data-mcp" korea-data-mcp

MCP client config

{
  "mcpServers": {
    "korea-data-suite": {
      "command": "uvx",
      "args": ["korea-data-mcp"],
      "env": {
        "KDS_API_KEY": "your-rapidapi-key",
        "KDS_API_BASE": "https://api.korea-data.cloud"
      }
    }
  }
}

Config env: KDS_API_KEY (required), KDS_API_BASE (default https://api.korea-data.cloud).

License

MIT © choiyounggi

Keywords

api

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts