Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIPRIS_API_KEYYesYour KIPRIS Plus Open API key (obtain from https://plus.kipris.or.kr)

Tools

Functions exposed to the LLM to take actions

NameDescription
kipris_search_patents

출원인명으로 한국 특허를 검색합니다.

Args: applicant_name: 출원인명 (필수, 예: '삼성전자', '카카오뱅크') page: 페이지 번호 (기본값: 1) page_size: 페이지당 결과 수 (기본값: 20, 최대: 100) status: 상태 필터 ('A': 공개, 'R': 등록, 'J': 거절, None: 전체) response_format: 응답 형식 ('markdown' 또는 'json')
kipris_get_patent_detail

출원번호로 특허의 상세 정보를 조회합니다.

Args: application_number: 출원번호 (필수, 예: '1020200123456') response_format: 응답 형식 ('markdown' 또는 'json')
kipris_get_citing_patents

특정 특허를 인용한 후행 특허들을 조회합니다.

Args: application_number: 기준 특허의 출원번호 (필수) response_format: 응답 형식 ('markdown' 또는 'json')

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tech-curator/korean-patent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server