Skip to main content
Glama

Korean Agriculture Market Data

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
compare_market_pricesInspect

특정 품목의 전국 도매시장 가격을 비교합니다.

Args:
    product_keyword: 품목 키워드 (예: "사과", "딸기", "배추")
    date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘.

Returns:
    전국 시장별 가격 비교 (평균가, 최고가, 최저가, 거래량)
ParametersJSON Schema
NameRequiredDescriptionDefault
dateNo
product_keywordYes
get_auction_summaryInspect

도매시장 경매 데이터의 부류별/시장별 통계를 요약합니다.

Args:
    market_code: 도매시장 코드. 빈 문자열이면 전국.
    date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘.

Returns:
    부류별 평균가, 거래건수, 시장별 거래 현황 요약
ParametersJSON Schema
NameRequiredDescriptionDefault
dateNo
market_codeNo
get_market_listInspect

전국 공영 도매시장 목록과 부류(대분류) 코드를 조회합니다.

Args:
    region: 지역 필터 (예: "대전", "서울", "부산"). 빈 문자열이면 전국.

Returns:
    도매시장 코드 목록 및 부류 코드 목록
ParametersJSON Schema
NameRequiredDescriptionDefault
regionNo
get_price_trendInspect

품목의 최근 N일간 가격 추이를 조회합니다.

Args:
    product_keyword: 품목 키워드 (예: "사과", "딸기")
    market_code: 도매시장 코드 (빈 문자열이면 전국)
    days: 조회 기간 (기본 7일, 최대 30일)

Returns:
    일별 평균가격 추이
ParametersJSON Schema
NameRequiredDescriptionDefault
daysNo
market_codeNo
product_keywordYes
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:
    실시간 경매 데이터 (품목, 가격, 수량, 규격, 시장, 법인, 산지 정보)
ParametersJSON Schema
NameRequiredDescriptionDefault
dateNo
market_codeNo
num_resultsNo
category_codeNo
search_product_priceInspect

품목 키워드로 전국 도매시장 경매 가격을 검색합니다.

Args:
    product_keyword: 품목 키워드 (예: "사과", "딸기", "배추", "고추", "포도")
    market_code: 도매시장 코드 (빈 문자열이면 전국 검색)
    date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘.
    num_results: 조회 건수 (기본 100, 최대 1000)

Returns:
    품목별 가격 정보 + 시장별 평균/최고/최저가 요약
ParametersJSON Schema
NameRequiredDescriptionDefault
dateNo
market_codeNo
num_resultsNo
product_keywordYes

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

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.