← Back to browse

나라장터 사전규격

Indexed by io.github.opendata-kr

About

나라장터 사전규격정보서비스 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-prespec-mcp -- npx @opendata-kr/narajangteo-prespec-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-prespec-mcp","command":"npx","args":["@opendata-kr/narajangteo-prespec-mcp"],"env":{"DATA_GO_KR_SERVICE_KEY":"","DATA_GO_KR_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "narajangteo-prespec-mcp": {
      "command": "npx",
      "args": [
        "@opendata-kr/narajangteo-prespec-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.