Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APIFY_TOKEN | Yes | Apify API Token. Sign up at apify.com and copy your token from console.apify.com/account/integrations. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_naver_place_reviews | Fetch reviews for a Naver Place (네이버 플레이스) listing. Args: place_url: Naver Place URL, e.g. https://map.naver.com/v5/entry/place/1234567890 max_reviews: Maximum number of reviews to return (default 20, max 100) Returns: List of review objects with author, rating, content, date fields. |
| get_melon_chart | Fetch the Melon music chart (멜론 차트). Args: chart_type: Chart to fetch — 'realtime' (실시간), 'hot100', 'daily', or 'weekly' limit: Number of songs to return (default 100, max 100) Returns: List of song objects with rank, title, artist, album fields. |
| search_daangn | Search Daangn Market (당근마켓) listings. Args: keyword: Search keyword in Korean or English region: Optional region filter (e.g. '서울', '강남구') max_items: Maximum number of listings to return (default 30, max 100) Returns: List of listing objects with title, price, location, image, url fields. |
| search_bunjang | Search Bunjang (번개장터) — Korea's largest C2C marketplace. Args: keyword: Search keyword in Korean or English max_items: Maximum number of listings to return (default 30, max 100) sort: Sort order — 'recent' (최신순) or 'popular' (인기순) Returns: List of listing objects with title, price, condition, seller, image, url fields. |
| search_naver_news | Search Naver News (네이버 뉴스) for Korean news articles. Args: query: Search query in Korean or English max_articles: Maximum number of articles to return (default 20, max 100) sort: Sort order — 'date' (최신순) or 'sim' (관련도순) Returns: List of article objects with title, summary, source, date, url fields. |
| search_naver_places | Search Naver Map (네이버 지도) places by keyword. Args: keyword: Place type or name, e.g. '카페', '맛집', 'cafe' location: Location context, e.g. '홍대', '강남역', 'Itaewon' max_places: Maximum number of places to return (default 20, max 100) Returns: List of place objects with name, category, address, rating, reviewCount, url fields. |
| get_musinsa_ranking | Fetch Musinsa (무신사) fashion ranking — Korea's leading fashion platform. Args: category: Category slug, e.g. 'all', 'outer', 'top', 'bottom', 'shoes', 'bag' max_items: Maximum number of items to return (default 50, max 100) Returns: List of product objects with rank, name, brand, price, discountRate, url fields. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |