mcpbeat

Korean Agriculture Market Data MCP Server

io.github.SongT-50/korean-agriculture-mcp
answering

Korean Agriculture Market Data is answering right now. Last checked 7 min ago. It exposes 6 tools. Last commit 9 Mar 2026.

Korean wholesale agriculture market data - auction prices, seasonal produce, market trends

Uptime history 40 hours of history · worst hour 75%
40 hours agonow
97.8%
Uptime 24h
89 of 91 checks
6
Tools
read from the server
1122 ms
Response time
average over 24h
0
Stars
last commit 9 Mar 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add korean-agriculture-mcp --transport http https://korean-agriculture-mcp.onrender.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "korean-agriculture-mcp": {
      "url": "https://korean-agriculture-mcp.onrender.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.korean-agriculture-mcp]
url = "https://korean-agriculture-mcp.onrender.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "korean-agriculture-mcp": {
      "url": "https://korean-agriculture-mcp.onrender.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "korean-agriculture-mcp": {
      "url": "https://korean-agriculture-mcp.onrender.com/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

auction
get_auction_summary
도매시장 경매 데이터의 부류별/시장별 통계를 요약합니다. Args: market_code: 도매시장 코드. 빈 문자열이면 전국. date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘. Returns: 부류별 평균가, 거래건수, 시장별 거래 현황 요약
compare
compare_market_prices
특정 품목의 전국 도매시장 가격을 비교합니다. Args: product_keyword: 품목 키워드 (예: "사과", "딸기", "배추") date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘. Returns: 전국 시장별 가격 비교 (평균가, 최고가, 최저가, 거래량)
market
get_market_list
전국 공영 도매시장 목록과 부류(대분류) 코드를 조회합니다. Args: region: 지역 필터 (예: "대전", "서울", "부산"). 빈 문자열이면 전국. Returns: 도매시장 코드 목록 및 부류 코드 목록
price
get_price_trend
품목의 최근 N일간 가격 추이를 조회합니다. Args: product_keyword: 품목 키워드 (예: "사과", "딸기") market_code: 도매시장 코드 (빈 문자열이면 전국) days: 조회 기간 (기본 7일, 최대 30일) Returns: 일별 평균가격 추이
product
search_product_price
품목 키워드로 전국 도매시장 경매 가격을 검색합니다. Args: product_keyword: 품목 키워드 (예: "사과", "딸기", "배추", "고추", "포도") market_code: 도매시장 코드 (빈 문자열이면 전국 검색) date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘. num_results: 조회 건수 (기본 100, 최대 1000) Returns: 품목별 가격 정보 + 시장별 평균/최고/최저가 요약
realtime
get_realtime_auction
전국 도매시장 실시간 경매 현황을 조회합니다. 63,000건+ 전국 경매 데이터를 실시간으로 제공합니다. Args: market_code: 도매시장 코드 (예: "250003"=대전노은, "110001"=서울가락, "220001"=대구북부). 빈 문자열이면 전국. category_code: 대분류 코드 (예: "06"=과실류, "10"=엽경채류, "12"=조미채소류). 빈 문자열이면 전체. date: 정산일 (YYYY-MM-DD). 빈 문자열이면 오늘. num_results: 조회 건수 (기본 50, 최대 1000) Returns: 실시간 경매 데이터 (품목, 가격, 수량, 규격, 시장, 법인, 산지 정보)

Endpoints

URLTransportStateLatencyChecked
https://korean-agriculture-mcp.onrender.com/mcp streamable-http answering 251 ms 7 min ago

Korean Agriculture Market Data — questions

Answers built from our own checks of this server.

What can Korean Agriculture Market Data do?
It exposes 6 tools, read directly from the server on our last check. Among them: compare_market_prices, get_auction_summary, get_market_list, get_price_trend, get_realtime_auction, search_product_price. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Korean Agriculture Market Data working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 1122 ms. The bar chart above shows every period we have measured.
How do I connect Korean Agriculture Market Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Korean Agriculture Market Data need an API key?
No. Korean Agriculture Market Data completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Korean Agriculture Market Data?
It answers our handshake in 1122 ms on average, which is faster than 4% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Korean Agriculture Market Data open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.