Korean Patent MCP (KIPRIS)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CORS_ORIGIN | No | 허용 도메인 (HTTP 모드) | * |
| TRUST_PROXY | No | Express trust proxy 단수 (HTTP 모드) | 1 |
| KIPRIS_API_KEY | Yes | KIPRIS Plus API key (필수) | |
| MCP_BODY_LIMIT | No | POST 본문 크기 한도 (HTTP 모드) | 100kb |
| RATE_LIMIT_RPM | No | IP당 분당 요청 한도 (HTTP 모드) | 60 |
| FALLBACK_RATE_LIMIT_RPM | No | 키 없는 요청의 서버 키 폴백 전역 상한 (HTTP 모드) | 60 |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_patentsB | [자유검색] 키워드로 특허·실용신안 통합검색 (발명명칭·초록·청구항·출원인). 가장 일반적인 검색. |
| search_patents_advancedA | [항목검색] IPC분류·발명명칭·초록·청구범위·출원인·발명자를 조합한 정밀검색. 특정 기술분야 좁혀서 찾을 때. |
| search_by_applicantC | [출원인검색] 기업·개인 출원인명으로 출원 특허 목록 조회. 예: '삼성전자'. |
| search_by_rightholderB | [권리자검색] 현재 특허권을 보유한 최종권리자명으로 조회 (권리 이전 반영). |
| get_patent_detailA | [서지상세] 출원번호로 상세 서지정보 조회 (출원인·발명자·IPC·청구항수·심사관·최종처분·등록상태). |
| search_trademarkB | [상표검색] 상표명 키워드로 검색 (출원상태·상품류·권리자·견본이미지). 예: '카카오'. |
| search_designB | [디자인검색] 물품명 키워드로 디자인 검색 (디자인분류·출원상태·도면이미지). 예: '의자'. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct search type or entity (patents, designs, trademarks) with specific parameters (applicant, right holder, keyword, advanced fields), making them clearly distinguishable.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., search_by_applicant, get_patent_detail), with clear action and target.
Seven tools cover the essential search and retrieval operations for patents, designs, and trademarks without being excessive or insufficient.
The set provides comprehensive search capabilities (by applicant, right holder, keyword, advanced fields) and detail retrieval, covering the core needs for a patent/trademark/design information server.