publicdata-kr
About
Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DATA_GO_KR_API_KEY PUBLICDATA_TIMEOUT_SECONDS PUBLICDATA_MAX_RESPONSE_LENGTHClaude Code
claude mcp add --env DATA_GO_KR_API_KEY= --env PUBLICDATA_TIMEOUT_SECONDS= --env PUBLICDATA_MAX_RESPONSE_LENGTH= publicdata-kr -- dnx FieldCure.Mcp.PublicData.Kr
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"publicdata-kr","command":"dnx","args":["FieldCure.Mcp.PublicData.Kr"],"env":{"DATA_GO_KR_API_KEY":"","PUBLICDATA_TIMEOUT_SECONDS":"","PUBLICDATA_MAX_RESPONSE_LENGTH":""}}'
JSON
{
"mcpServers": {
"publicdata-kr": {
"command": "dnx",
"args": [
"FieldCure.Mcp.PublicData.Kr"
],
"env": {
"DATA_GO_KR_API_KEY": "",
"PUBLICDATA_TIMEOUT_SECONDS": "",
"PUBLICDATA_MAX_RESPONSE_LENGTH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.