Odel
나라장터 입찰공고

나라장터 입찰공고

Local
@opendata-krTypeScriptMITUpdated 2w ago

나라장터 입찰공고정보서비스(공공데이터포털 data.go.kr) 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).

npm@opendata-kr/narajangteo-bid-mcpv0.6.0

Run

npx -y @opendata-kr/narajangteo-bid-mcp

MCP client config

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@opendata-kr/narajangteo-bid-mcp"
      ]
    }
  }
}