Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Korean Agriculture

FreeNot checked

MCP server for Korean agricultural wholesale market real-time auction data from 32+ markets with 63K+ daily records via data.go.kr public API.

GitHubEmbed

About

MCP server for Korean agricultural wholesale market real-time auction data from 32+ markets with 63K+ daily records via data.go.kr public API.

README

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:

  1. Sign up at data.go.kr
  2. Search for "전국 공영도매시장 실시간 경매정보"
  3. Apply for API usage (instant approval)
  4. 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

License

MIT

from github.com/SongT-50/korean-agriculture-mcp

Installing Korean Agriculture

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/SongT-50/korean-agriculture-mcp

FAQ

Is Korean Agriculture MCP free?

Yes, Korean Agriculture MCP is free — one-click install via Unyly at no cost.

Does Korean Agriculture need an API key?

No, Korean Agriculture runs without API keys or environment variables.

Is Korean Agriculture hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Korean Agriculture in Claude Desktop, Claude Code or Cursor?

Open Korean Agriculture on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Korean Agriculture with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs