Skip to content
Grok

publicdata kr for Grok

io.github.fieldcure/publicdata-kr

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

client:Grok transport:stdio runtime:nuget

Install publicdata kr in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "publicdata-kr": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

publicdata kr in other clients