← Back to Plugins
MCP Server MCP

나라장터 사전규격

github By github 👁 1 views ▲ 0 votes

나라장터 사전규격정보서비스 Open API를 위한 로컬 MCP 서버

Homepage Verified source GitHub

Install

npx -y @opendata-kr/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@opendata-kr/narajangteo-prespec-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "공공데이터포털 data.go.kr Decoding(원본) 인증키",
          "isRequired": true,
          "isSecret": true,
          "name": "DATA_GO_KR_SERVICE_KEY"
        },
        {
          "description": "서비스 경로를 포함한 전체 base URL 오버라이드",
          "default": "https://apis.data.go.kr/1230000/ao/HrcspSsstndrdInfoService",
          "name": "DATA_GO_KR_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...