Korean wholesale agriculture market data - auction prices, seasonal produce, market trends
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"korean-agriculture": {
"env": {
"DATA_GO_KR_API_KEY": "your_api_key"
},
"args": [
"path/to/korean-agriculture-mcp/server.py"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Korean agricultural wholesale market auction data.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / analytics
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP server for Dynatrace Managed to access logs, events, and metrics.
MCP Security Weekly
Get CVE alerts and security updates for io.github.SongT-50/korean-agriculture-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
| 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 |
# 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
Get a free API key from data.go.kr:
.env{
"mcpServers": {
"korean-agriculture": {
"command": "python",
"args": ["path/to/korean-agriculture-mcp/server.py"],
"env": {
"DATA_GO_KR_API_KEY": "your_api_key"
}
}
}
}
https://apis.data.go.kr/B552845/katRealTime2/trades2MIT