PluginBench
MCP Server
Active

io.github.rubatoyd/nl-openapi-mcp MCP Server

io.github.rubatoyd/nl-openapi-mcp

What is the io.github.rubatoyd/nl-openapi-mcp MCP server?

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

How to install io.github.rubatoyd/nl-openapi-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NL_API_KEY
    required
    secret

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

  • NL_OS_TRUST

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nl-openapi-mcp": {
      "command": "https://github.com/rubatoyd/nl-openapi-mcp/releases/download/v0.7.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>",
        "NL_OS_TRUST": "<YOUR_NL_OS_TRUST>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nl-openapi-mcp": {
      "command": "https://github.com/rubatoyd/nl-openapi-mcp/releases/download/v0.7.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>",
        "NL_OS_TRUST": "<YOUR_NL_OS_TRUST>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nl-openapi-mcp": {
      "command": "https://github.com/rubatoyd/nl-openapi-mcp/releases/download/v0.7.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>",
        "NL_OS_TRUST": "<YOUR_NL_OS_TRUST>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nl-openapi-mcp": {
      "type": "stdio",
      "command": "https://github.com/rubatoyd/nl-openapi-mcp/releases/download/v0.7.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>",
        "NL_OS_TRUST": "<YOUR_NL_OS_TRUST>"
      }
    }
  }
}
Claude Code
claude mcp add nl-openapi-mcp --env NL_API_KEY=<YOUR_NL_API_KEY> --env NL_OS_TRUST=<YOUR_NL_OS_TRUST> -- https://github.com/rubatoyd/nl-openapi-mcp/releases/download/v0.7.0/nl-openapi-mcp.mcpb

Related MCP servers

KCI (Korea Citation Index) literature & citation search via REST Open API + OAI-PMH

0
Python
MIT
View repository →

KISTI ScienceON OpenAPI literature search & metadata collection (MCP server + CLI)

0
Python
MIT
View repository →