나라장터 사용자정보
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_URLClaude 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
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.