Server data from the Official MCP Registry
Korean wholesale agriculture market data - auction prices, seasonal produce, market trends
Korean wholesale agriculture market data - auction prices, seasonal produce, market trends
Remote endpoints: streamable-http: https://korean-agriculture-mcp.onrender.com/mcp
This is a well-structured MCP server for Korean agricultural market data with proper environment variable usage for API keys and appropriate caching mechanisms. The code demonstrates good security practices with no major vulnerabilities found, though there are minor areas for improvement in input validation and error handling. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity).
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub 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.
| 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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.