MCP Server
Active
MIT
나라장터 사전규격 MCP Server
io.github.opendata-kr/narajangteo-prespec-mcp
What is the 나라장터 사전규격 MCP server?
나라장터 사전규격정보서비스 Open API를 위한 로컬 MCP 서버
How to install 나라장터 사전규격
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
DATA_GO_KR_SERVICE_KEYrequiredsecret공공데이터포털 data.go.kr Decoding(원본) 인증키
DATA_GO_KR_BASE_URL서비스 경로를 포함한 전체 base URL 오버라이드
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"narajangteo-prespec-mcp": {
"command": "npx",
"args": [
"-y",
"@opendata-kr/narajangteo-prespec-mcp"
],
"env": {
"DATA_GO_KR_SERVICE_KEY": "<YOUR_DATA_GO_KR_SERVICE_KEY>",
"DATA_GO_KR_BASE_URL": "<YOUR_DATA_GO_KR_BASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"narajangteo-prespec-mcp": {
"command": "npx",
"args": [
"-y",
"@opendata-kr/narajangteo-prespec-mcp"
],
"env": {
"DATA_GO_KR_SERVICE_KEY": "<YOUR_DATA_GO_KR_SERVICE_KEY>",
"DATA_GO_KR_BASE_URL": "<YOUR_DATA_GO_KR_BASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"narajangteo-prespec-mcp": {
"command": "npx",
"args": [
"-y",
"@opendata-kr/narajangteo-prespec-mcp"
],
"env": {
"DATA_GO_KR_SERVICE_KEY": "<YOUR_DATA_GO_KR_SERVICE_KEY>",
"DATA_GO_KR_BASE_URL": "<YOUR_DATA_GO_KR_BASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"narajangteo-prespec-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@opendata-kr/narajangteo-prespec-mcp"
],
"env": {
"DATA_GO_KR_SERVICE_KEY": "<YOUR_DATA_GO_KR_SERVICE_KEY>",
"DATA_GO_KR_BASE_URL": "<YOUR_DATA_GO_KR_BASE_URL>"
}
}
}
}Claude Code
claude mcp add narajangteo-prespec-mcp --env DATA_GO_KR_SERVICE_KEY=<YOUR_DATA_GO_KR_SERVICE_KEY> --env DATA_GO_KR_BASE_URL=<YOUR_DATA_GO_KR_BASE_URL> -- npx -y @opendata-kr/narajangteo-prespec-mcpRelated MCP servers
나라장터 입찰공고
Active
나라장터 입찰공고정보서비스(공공데이터포털 data.go.kr) Open API를 감싼 로컬 MCP 서버
0
View repository →TypeScript
MIT
나라장터 사용자정보
Active
나라장터 사용자정보서비스(공공데이터포털 data.go.kr) Open API를 감싼 로컬 MCP 서버
0
View repository →TypeScript
MIT