korean-agriculture-mcp

korean-agriculture-mcp

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

Category
Visit Server

README

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:

  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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured