Server Details
Korean wholesale agriculture market data - auction prices, seasonal produce, market trends
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- SongT-50/korean-agriculture-mcp
- GitHub Stars
- 0
- Server Listing
- korean-agriculture-mcp
See and control every tool call
Available Tools
6 toolscompare_market_pricesInspect
특정 품목의 전국 도매시장 가격을 비교합니다.
Args:
product_keyword: 품목 키워드 (예: "사과", "딸기", "배추")
date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘.
Returns:
전국 시장별 가격 비교 (평균가, 최고가, 최저가, 거래량)| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| product_keyword | Yes |
get_auction_summaryInspect
도매시장 경매 데이터의 부류별/시장별 통계를 요약합니다.
Args:
market_code: 도매시장 코드. 빈 문자열이면 전국.
date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘.
Returns:
부류별 평균가, 거래건수, 시장별 거래 현황 요약| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| market_code | No |
get_market_listInspect
전국 공영 도매시장 목록과 부류(대분류) 코드를 조회합니다.
Args:
region: 지역 필터 (예: "대전", "서울", "부산"). 빈 문자열이면 전국.
Returns:
도매시장 코드 목록 및 부류 코드 목록| Name | Required | Description | Default |
|---|---|---|---|
| region | No |
get_price_trendInspect
품목의 최근 N일간 가격 추이를 조회합니다.
Args:
product_keyword: 품목 키워드 (예: "사과", "딸기")
market_code: 도매시장 코드 (빈 문자열이면 전국)
days: 조회 기간 (기본 7일, 최대 30일)
Returns:
일별 평균가격 추이| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| market_code | No | ||
| product_keyword | Yes |
get_realtime_auctionInspect
전국 도매시장 실시간 경매 현황을 조회합니다. 63,000건+ 전국 경매 데이터를 실시간으로 제공합니다.
Args:
market_code: 도매시장 코드 (예: "250003"=대전노은, "110001"=서울가락, "220001"=대구북부). 빈 문자열이면 전국.
category_code: 대분류 코드 (예: "06"=과실류, "10"=엽경채류, "12"=조미채소류). 빈 문자열이면 전체.
date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘.
num_results: 조회 건수 (기본 50, 최대 1000)
Returns:
실시간 경매 데이터 (품목, 가격, 수량, 규격, 시장, 법인, 산지 정보)| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| market_code | No | ||
| num_results | No | ||
| category_code | No |
search_product_priceInspect
품목 키워드로 전국 도매시장 경매 가격을 검색합니다.
Args:
product_keyword: 품목 키워드 (예: "사과", "딸기", "배추", "고추", "포도")
market_code: 도매시장 코드 (빈 문자열이면 전국 검색)
date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘.
num_results: 조회 건수 (기본 100, 최대 1000)
Returns:
품목별 가격 정보 + 시장별 평균/최고/최저가 요약| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| market_code | No | ||
| num_results | No | ||
| product_keyword | Yes |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
Failed to fetch .well-known/glama.json: HTTP 503
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.