나라장터 입찰공고
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 vars
DATA_GO_KR_SERVICE_KEY DATA_GO_KR_BASE_URL DATA_GO_KR_DOWNLOAD_DIR DATA_GO_KR_DOWNLOAD_TIMEOUT_MS DATA_GO_KR_DOWNLOAD_MAX_BYTESClaude Code
claude mcp add --env DATA_GO_KR_SERVICE_KEY= --env DATA_GO_KR_BASE_URL= --env DATA_GO_KR_DOWNLOAD_DIR= --env DATA_GO_KR_DOWNLOAD_TIMEOUT_MS= --env DATA_GO_KR_DOWNLOAD_MAX_BYTES= narajangteo-bid-mcp -- npx @opendata-kr/narajangteo-bid-mcp
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-bid-mcp","command":"npx","args":["@opendata-kr/narajangteo-bid-mcp"],"env":{"DATA_GO_KR_SERVICE_KEY":"","DATA_GO_KR_BASE_URL":"","DATA_GO_KR_DOWNLOAD_DIR":"","DATA_GO_KR_DOWNLOAD_TIMEOUT_MS":"","DATA_GO_KR_DOWNLOAD_MAX_BYTES":""}}'
JSON
{
"mcpServers": {
"narajangteo-bid-mcp": {
"command": "npx",
"args": [
"@opendata-kr/narajangteo-bid-mcp"
],
"env": {
"DATA_GO_KR_SERVICE_KEY": "",
"DATA_GO_KR_BASE_URL": "",
"DATA_GO_KR_DOWNLOAD_DIR": "",
"DATA_GO_KR_DOWNLOAD_TIMEOUT_MS": "",
"DATA_GO_KR_DOWNLOAD_MAX_BYTES": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.