← Back to Plugins
MCP Server MCP

io.github.fieldcure/publicdata-kr

github By github 👁 1 views ▲ 0 votes

Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "FieldCure.Mcp.PublicData.Kr",
      "version": "1.0.3",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "value": "{data_go_kr_api_key}",
          "variables": {
            "data_go_kr_api_key": {
              "description": "data.go.kr API key",
              "isSecret": true
            }
          },
          "name": "DATA_GO_KR_API_KEY"
        },
        {
          "value": "{publicdata_timeout_seconds}",
          "variables": {
            "publicdata_timeout_seconds": {
              "description": "Per-request timeout in seconds",
              "default": "30"
            }
          },
          "name": "PUBLICDATA_TIMEOUT_SECONDS"
        },
        {
          "value": "{publicdata_max_response_length}",
          "variables": {
            "publicdata_max_response_length": {
              "description": "Maximum response body length in characters",
              "default": "50000"
            }
          },
          "name": "PUBLICDATA_MAX_RESPONSE_LENGTH"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...