korean-agriculture-mcp
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 |
| Real-time auction data (63,000+ daily records nationwide) |
| Search prices by product keyword with market-level summaries |
| Compare prices across markets for a product |
| Price trends over recent N days |
| List of all wholesale markets and category codes |
| Daily auction statistics by product and market |
Related MCP server: mcp-twfood
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.pyAPI 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Cloudflare Workers MCP server: govdata-korea
One MCP server for 180+ live web-data APIs returning clean JSON from sites that block scrapers.
MCP Server for an Agent Task Marketplace
An MCP server that audits the fairness of construction and renovation estimates in Japan. Provides fair-price ranges, overcharge detection, and verifiable unit-cost data based on JCCDB (65,520 items across 402 categories, CC BY 4.0, DOI-backed).
Related MCP Servers
- ISC
- AlicenseAqualityDmaintenanceMCP server for Taiwan's agricultural wholesale market real-time price data, providing 6 tools to search products and query trade data at daily, weekly, monthly, yearly granularities, plus cross-market comparisons.6MIT
- FlicenseNot gradedqualityBmaintenanceA read-only MCP server providing access to various Korean public data such as subway arrivals, weather, fine dust, bike availability, real estate, and more.-
- AlicenseAqualityCmaintenanceMCP server providing agricultural market intelligence tools (price, margin, trend, report generation) that can be used by any MCP client to answer multi-step queries about commodity markets.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SongT-50/korean-agriculture-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server