Skip to content
Cline

publicdata kr for Cline

io.github.fieldcure/publicdata-kr

Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.

client:Cline transport:stdio runtime:nuget

Install publicdata kr in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "publicdata-kr": {
      "command": "dnx",
      "args": [
        "FieldCure.Mcp.PublicData.Kr",
        "--yes"
      ],
      "env": {
        "DATA_GO_KR_API_KEY": "<DATA_GO_KR_API_KEY>",
        "PUBLICDATA_TIMEOUT_SECONDS": "<PUBLICDATA_TIMEOUT_SECONDS>",
        "PUBLICDATA_MAX_RESPONSE_LENGTH": "<PUBLICDATA_MAX_RESPONSE_LENGTH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

publicdata kr in other clients