← Back to Plugins
MCP Server MCP

Korea Data Suite

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx korea-data-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "korea-data-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Korea Data Suite API key (subscribe on the RapidAPI listing).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KDS_API_KEY"
        },
        {
          "description": "API origin (default https://api.korea-data.cloud).",
          "format": "string",
          "name": "KDS_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...