streamable-httpMITupdated 6mo ago
MCP server for Korean agricultural wholesale market auction data.
What can you do with Korean Agriculture Market Data?
Korean Agriculture Market MCP Server
MCP server for Korean agricultural wholesale market auction data.
Real-time auction prices from 32+ public wholesale markets across South Korea, powered by data.go.kr Open API.
Tools (6)
| Tool | Description |
|---|---|
get_realtime_auction |
Real-time auction data (63,000+ daily records nationwide) |
search_product_price |
Search prices by product keyword with market-level summaries |
compare_market_prices |
Compare prices across markets for a product |
get_price_trend |
Price trends over recent N days |
get_market_list |
List of all wholesale markets and category codes |
get_auction_summary |
Daily auction statistics by product and market |
Data Coverage
- 32 wholesale markets across South Korea (Seoul, Busan, Daegu, Daejeon, Gwangju, etc.)
- 22 product categories: fruits, vegetables, mushrooms, grains, livestock, seafood, etc.
- 63,000+ auction records per day
- Fields: auction time, market, corporation, product, variety, unit price, quantity, packaging, origin
Quick Start
# Clone
git clone https://github.com/higheun/korean-agriculture-mcp.git
cd korean-agriculture-mcp
# Setup
python -m venv .venv
.venv/Scripts/pip install -r requirements.txt # Windows
# .venv/bin/pip install -r requirements.txt # Linux/Mac
# Configure API key
cp .env.example .env
# Edit .env with your data.go.kr API key
# Run (stdio mode for Claude Desktop)
python server.py
# Run (SSE mode for remote access)
MCP_TRANSPORT=sse PORT=8000 python server.py
API Key
Get a free API key from data.go.kr:
- Sign up at data.go.kr
- Search for "์ ๊ตญ ๊ณต์๋๋งค์์ฅ ์ค์๊ฐ ๊ฒฝ๋งค์ ๋ณด"
- Apply for API usage (instant approval)
- Copy the API key to
.env
Claude Desktop Configuration
{
"mcpServers": {
"korean-agriculture": {
"command": "python",
"args": ["path/to/korean-agriculture-mcp/server.py"],
"env": {
"DATA_GO_KR_API_KEY": "your_api_key"
}
}
}
}
Example Queries
- "Show me today's apple auction prices at Seoul Garak market"
- "Compare strawberry prices across all markets"
- "What's the price trend for Napa cabbage over the past week?"
- "Give me an auction summary for Daejeon Noeun market"
Data Source
- data.go.kr - Korean Agricultural Products Wholesale Market Real-time Auction Info
- API:
https://apis.data.go.kr/B552845/katRealTime2/trades2
License
MIT
Install
Add Korean Agriculture Market Data to your client. Pick the one you use.
claude mcp add --transport http korean-agriculture-market-data https://korean-agriculture-mcp.onrender.com/mcpcodex mcp add korean-agriculture-market-data --url https://korean-agriculture-mcp.onrender.com/mcp{
"mcpServers": {
"korean-agriculture-market-data": {
"url": "https://korean-agriculture-mcp.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"korean-agriculture-market-data": {
"type": "http",
"url": "https://korean-agriculture-mcp.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"korean-agriculture-market-data": {
"url": "https://korean-agriculture-mcp.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"korean-agriculture-market-data": {
"serverUrl": "https://korean-agriculture-mcp.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
Korean Agriculture Market Data exposes 6 tools to a connected agent.
- get_realtime_auction
- Real-time auction data (63,000+ daily records nationwide)
- search_product_price
- Search prices by product keyword with market-level summaries
- compare_market_prices
- Compare prices across markets for a product
- get_price_trend
- Price trends over recent N days
- get_market_list
- List of all wholesale markets and category codes
- get_auction_summary
- Daily auction statistics by product and market
Score
66 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 176 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Mar 8, 2026 |