← Back to Plugins
MCP Server MCP

io.github.rubatoyd/nl-openapi-mcp

github By github 👁 1 views ▲ 0 votes

National Library of Korea holdings search - books, online materials, KDC classification

Homepage Verified source GitHub

Install

mcpb:https://github.com/rubatoyd/nl-openapi-mcp/releases/download/v0.7.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/rubatoyd/nl-openapi-mcp/releases/download/v0.7.0/nl-openapi-mcp.mcpb",
      "version": "0.7.0",
      "fileSha256": "c071e89166c963884d15f55efabb22b066abaaea8c57c16992f9c86932fcacdb",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "National Library of Korea OpenAPI key (issued at www.nl.go.kr). Required.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NL_API_KEY"
        },
        {
          "description": "Use the OS trust store for TLS (1=on, default). Set 0 to disable. Needed on school/corporate networks that intercept SSL.",
          "format": "string",
          "name": "NL_OS_TRUST"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...