mcpbeat Sign in

Korea Data Suite MCP Server

by choiyounggi Your server? Claim it
local only

Korea Data Suite runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from pypi. Last commit 21 Aug 2026.

Korean public holidays, business-day math, and MOLIT real-estate transactions as MCP tools.

Installs per day peak 26 · avg 11 · -24% w/w
a month agotoday
65
Installs / week
pypi · korea-data-mcp
2
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/korea_data_mcp/__init__.py:1, [пакет] src/korea_data_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add korea-data-mcp -- uvx korea-data-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "korea-data-mcp": {
      "args": [
        "korea-data-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.korea-data-mcp]
command = "uvx"
args = ["korea-data-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "korea-data-mcp": {
      "args": [
        "korea-data-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "korea-data-mcp": {
      "args": [
        "korea-data-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KDS_API_KEY (Your Korea Data Suite API key (subscribe on the RapidAPI listing).), KDS_API_BASE (API origin (default https://api.korea-data.cloud).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Korea Data Suite

same job, measured the same way
France Data MCP
by cturkieh

French public-data MCP: cross-ref health, demographics, business, geo & real-estate.

150 installs/wk 36 tools answering
AU Agent Utilities
by creatorhub121

Reliable Australian business-day, public-holiday and deadline tools for AI agents.

4 tools answering
I
Japan Real Estate Market Data
by koumekoubou

Japan real estate data: transactions, land prices, vacancy, hazard, zoning & more.

answering
Mycal
by junhui20

Malaysia public holidays, school terms, business days & a leave optimizer (13 tools).

58 installs/wk local only
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

54 installs/wk local only
MCP Jp Calendar
by skypier-jp-works

MCP server for Japanese business days, holidays, and fiscal-period calculations.

39 installs/wk local only
Rho
by rho

Tools for your business banking with Rho, including accounts, transactions, and more

answering
Singapore MCP by Olano
by olano-ai

Singapore public data, transport, rail, property, business, economy, weather, and analytics.

51 installs/wk local only

Korea Data Suite — questions

Answers built from our own checks of this server.

Why is there no uptime for Korea Data Suite?
Korea Data Suite runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package korea-data-mcp was installed 65 times last week.
How do I connect Korea Data Suite?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls korea-data-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Korea Data Suite?
The pypi package korea-data-mcp was installed 65 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Korea Data Suite open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.