Skip to main content
Glama
didrod205

korean-patent-mcp

by didrod205

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIPRIS_BASE_URLNoOptional. Override the KIPRIS Plus API base URL.
LEDGER_ENDPOINTNoOptional. Override the register ledger API endpoint URL.
KIPRIS_CACHE_TTLNoResponse cache TTL in seconds.3600
KIPRIS_SERVICE_KEYYesKIPRIS Plus ServiceKey. Required. Obtain from KIPRIS Plus (특허·실용 공개·등록공보 service).
DATA_GO_KR_SERVICE_KEYNoOptional. Data.go.kr service key for the register ledger API (등록원부). Enables confirmed expiry dates and annual fee info.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
rights_aliveA

특허·실용신안 번호 하나를 받아 그 권리가 지금 살아있는지 판정합니다. 등록 여부만 보지 않고 소멸·무효·포기·존속기간 만료까지 반영해 alive를 냅니다. 특허를 근거로 어떤 주장을 하기 전에 반드시 이 도구로 확인하세요. 출원번호(10-2019-0123456)와 등록번호(10-1234567) 둘 다 받습니다. 등록원부 조회가 설정돼 있으면 만료일이 확정값으로, holder가 실제 등록권자로 바뀌고 연차료 정보가 붙습니다.

verify_citationsA

텍스트에 인용된 특허번호가 진짜인지 통째로 검증합니다. 번호를 모두 추출해 KIPRIS에 실재하는지, 적힌 명칭이 실제 명칭과 같은지, 그 권리가 아직 살아있는지를 한 번에 대조합니다. LLM이 생성한 기술 문서·IR 자료·특허 분석 보고서를 그대로 넣어 환각을 잡아내는 용도입니다.

search_ipA

특허·실용신안을 키워드로 검색합니다. 모든 결과에 생사(alive) 판정이 붙어서 나오며, 소멸한 권리는 display:"dimmed"로 표시됩니다. 집계(alive_in_inspected 등)는 이번에 판정한 건수 기준이지 전체 검색 결과 기준이 아닙니다 — coverage_warning을 반드시 함께 읽으세요. 선행기술 조사나 경쟁사 포트폴리오 파악에 쓰되, 특정 건을 근거로 삼기 전에는 그 번호로 rights_alive를 다시 호출해 확정하세요.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation4/5

verify_citations validates an entire text's patent numbers, rights_alive checks a single patent's legal status, and search_ip performs keyword searches. All three are distinct, though verify_citations internally overlaps with rights_alive's status determination.

Naming Consistency4/5

Two tools use verb_noun naming (verify_citations, search_ip), but rights_alive breaks the pattern with a noun_adjective construction. Minor inconsistency that doesn't create confusion.

Tool Count4/5

3 tools is slim but reasonable for a focused patent-verification MCP server: search, single-status check, and full-text validation. The scope is narrow enough that each tool has a clear purpose.

Completeness3/5

The set covers search, individual status checks, and bulk citation verification, but lacks operations like fetching full patent details, family/priority data, or legal-event history. Agents can achieve the core goal but may need workarounds for deeper analysis.

Maintenance

ActivityMaintained
ResponsivenessNo issues