나라장터 사전규격정보서비스 Open API를 위한 로컬 MCP 서버
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @opendata-kr/narajangteo-prespec-mcp
MCP client config
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@opendata-kr/narajangteo-prespec-mcp"
]
}
}
}