Skip to content
VS Code

나라장터 낙찰정보 for VS Code

io.github.opendata-kr/narajangteo-opening

나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버

client:VS Code transport:stdio runtime:npm

Install 나라장터 낙찰정보 in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "data-go-kr-service-key",
      "description": "DATA_GO_KR_SERVICE_KEY",
      "password": true
    },
    {
      "type": "promptString",
      "id": "data-go-kr-base-url",
      "description": "DATA_GO_KR_BASE_URL",
      "password": true
    }
  ],
  "servers": {
    "narajangteo-opening": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@opendata-kr/narajangteo-opening-mcp"
      ],
      "env": {
        "DATA_GO_KR_SERVICE_KEY": "${input:data-go-kr-service-key}",
        "DATA_GO_KR_BASE_URL": "${input:data-go-kr-base-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

나라장터 낙찰정보 in other clients