Back to Browse

Nl Openapi MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.8
Use Caution4.8High Risk

A well-designed Korean library search MCP server with proper authentication, secure credential handling, and no malicious patterns. The code demonstrates strong security hygiene around API key management and network communication. Minor code quality observations present, but permissions align well with the server's purpose of querying a public library API. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 5 high severity).

3 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

National Library of Korea OpenAPI key (issued at www.nl.go.kr). Required.Required

Environment variable: NL_API_KEY

Use the OS trust store for TLS (1=on, default). Set 0 to disable. Needed on school/corporate networks that intercept SSL.Optional

Environment variable: NL_OS_TRUST

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rubatoyd-nl-openapi-mcp": {
      "env": {
        "NL_API_KEY": "your-nl-api-key-here",
        "NL_OS_TRUST": "your-nl-os-trust-here"
      },
      "args": [
        "nl-openapi-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!