← Back to browse

나라장터 사용자정보

Indexed by io.github.opendata-kr

About

나라장터 사용자정보서비스(공공데이터포털 data.go.kr) Open API를 감싼 로컬 MCP 서버

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 varsDATA_GO_KR_SERVICE_KEY DATA_GO_KR_BASE_URL
Claude Code
claude mcp add --env DATA_GO_KR_SERVICE_KEY= --env DATA_GO_KR_BASE_URL= narajangteo-corpinfo -- npx @opendata-kr/narajangteo-corpinfo-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"narajangteo-corpinfo","command":"npx","args":["@opendata-kr/narajangteo-corpinfo-mcp"],"env":{"DATA_GO_KR_SERVICE_KEY":"","DATA_GO_KR_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "narajangteo-corpinfo": {
      "command": "npx",
      "args": [
        "@opendata-kr/narajangteo-corpinfo-mcp"
      ],
      "env": {
        "DATA_GO_KR_SERVICE_KEY": "",
        "DATA_GO_KR_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.