kr-pc-deals-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZYTE_API_KEY | No | Zyte 프록시 API 키 (차단 시 자동 우회). 미설정 시 직접 요청만 사용. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_partsC | PC 부품을 키워드로 검색합니다. 다나와, 컴퓨존 또는 양쪽 모두에서 검색할 수 있습니다. |
| get_product_detailA | 특정 제품의 상세 정보(스펙, 판매처별 가격)를 조회합니다. |
| get_price_historyB | 다나와에서 특정 제품의 가격 변동 이력을 조회합니다. |
| compare_pricesB | 동일 제품의 다나와/컴퓨존 간 가격을 비교합니다. |
| find_lowest_priceB | 특정 부품의 다나와/컴퓨존 통합 최저가를 찾습니다. |
| list_by_categoryA | 카테고리별 인기/최저가 PC 부품 목록을 조회합니다. |
| build_addA | 빌드에 다나와 부품을 추가합니다. 같은 카테고리의 기존 부품은 새 부품으로 교체됩니다. 2개 이상 추가 시 자동으로 호환성을 체크합니다. |
| build_removeB | 빌드에서 특정 카테고리의 부품을 제거합니다. |
| build_statusA | 현재 빌드 상태(추가된 부품 목록, 합계 가격)를 조회합니다. |
| build_check_compatibilityA | 현재 빌드에 추가된 부품 간 호환성을 다나와 API로 체크합니다. CPU-메인보드 소켓, CPU-RAM 규격, RAM-메인보드 슬롯 등을 확인합니다. |
| proxy_statusA | 현재 프록시/차단 상태를 확인합니다. Zyte API 키 설정 여부, 사이트별 차단 상태, 자동 프록시 전환 여부를 보여줍니다. |
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 11 tools
Most tools target clearly distinct concerns: searching, product details, price history, price comparison, lowest-price lookup, category listing, and build management. The only mild overlap is between compare_prices and find_lowest_price, but their descriptions make the difference understandable.
Naming conventions are mixed: search_parts, get_product_detail, and list_by_category follow action-first patterns, while build_add, build_remove, build_status, and build_check_compatibility invert to noun-first. proxy_status also uses a different style, making the overall naming scheme feel inconsistent.
With 11 tools, the server is well-scoped for a PC parts deals and build management domain. Each tool has a clear purpose, and the count is comfortably within the ideal 3-15 range.
The server covers the core domain thoroughly: search, detail, price history, comparison, lowest price, category browsing, and build lifecycle management. Minor gaps exist, such as no clear way to clear an entire build or add compuzone parts to a build, but these are workable limitations.