mcpbeat Sign in

Korean Patent Status — 특허 존속 여부 판정 MCP Server

by didrod205 Your server? Claim it
local only

Korean Patent Status — 특허 존속 여부 판정 runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 17 Sep 2026.

특허 검색이 아니라 존속 판정: 특허·실용신안 번호가 지금도 유효한지 등록원부 연차료까지 대조해 소멸 사유와 함께 알려줍니다

Installs per day peak 1 274 · avg 80 · -94% w/w
a month agotoday
81
Installs / week
npm · korean-patent-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Korean Patent Status — 특허 존속 여부 판정 every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add korean-patent-mcp -- npx -y korean-patent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "korean-patent-mcp": {
      "args": [
        "-y",
        "korean-patent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.korean-patent-mcp]
command = "npx"
args = ["-y", "korean-patent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "korean-patent-mcp": {
      "args": [
        "-y",
        "korean-patent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "korean-patent-mcp": {
      "args": [
        "-y",
        "korean-patent-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KIPRIS_SERVICE_KEY (KIPRIS Plus 서비스 키. plus.kipris.or.kr에서 무료로 발급합니다(공공데이터포털 키가 아닙니다).), DATA_GO_KR_SERVICE_KEY (선택. 공공데이터포털 등록원부 API 키(일반 인증키 Decoding). 넣으면 만료일·권리자·연차료를 등록원부 확정값으로 판정합니다.), KIPRIS_CACHE_TTL (선택. 같은 번호 조회를 캐시하는 시간(초). 기본 3600.). The author declared them in the registry entry; get the values from the project itself.

Korean Patent Status — 특허 존속 여부 판정 — questions

Answers built from our own checks of this server.

Why is there no uptime for Korean Patent Status — 특허 존속 여부 판정?
Korean Patent Status — 특허 존속 여부 판정 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package korean-patent-mcp was installed 81 times last week.
How do I connect Korean Patent Status — 특허 존속 여부 판정?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls korean-patent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Korean Patent Status — 특허 존속 여부 판정?
The npm package korean-patent-mcp was installed 81 times in the last week. Week over week that is -94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Korean Patent Status — 특허 존속 여부 판정 open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.