narajangteo-pro
naramarket-pro-MCP
这是一个集成了 6 种韩国国家综合电子采购网 (Nara Market) 公共采购 API 的 MCP 服务器。通过与 Claude Desktop 等 MCP 客户端连接,可以使用自然语言进行招标公告搜索、市场分析、投标适宜性评估等操作。
主要功能
6 种公共采购 API 联动
整合了国家综合电子采购网的主要公共 API,支持查询多种数据。
招标公告: 按关键词、机构、日期搜索公告
中标信息: 查询中标企业及金额
合同信息: 确认实际合同签署明细
合同流程综合公开: 追踪从预先规格到合同签署的全过程
采购请求: 查询发标前阶段的数据
综合购物中心品目: 搜索单价合同注册品目
通用 API 客户端 (api/client.py) 处理以下功能:
响应格式标准化
请求超时自动重试(最多 2 次)
内存缓存(默认 5 分钟)
8 种 MCP 工具配置
为了在 LLM 环境中高效使用,将其配置为功能单元工具。
工具名称 | 说明 |
| 招标 / 中标 / 合同 / 请求 / 购物中心综合搜索 |
| 查询详细信息 |
| 追踪采购进度阶段 |
| 基于关键词的市场趋势分析 |
| 特定企业采购活动分析 |
| 基于企业信息的投标适宜性分析 |
| 注册关注关键词及确认新公告 |
| 保存 / 加载公司资料 |
自然语言输入处理
实现了将用户日常用语自动转换为 API 参数的功能。
时间表达 — 最近 7 天 / 过去 3 个月 / 今年
金额表达 — 5 亿 / 1.5 亿 / 3 千万韩元
业务分类同义词 — 服务 → 劳务 / 建设 → 工程
状态存储
基于 SQLite 存储用户设置数据。存储项包括关注列表 (Watchlist) 和公司资料,默认存储位置如下。
~/.narajangteo-pro/state.dbRelated MCP server: mcp-kr-g2b
快速开始
1. 获取 API 密钥
在 公共数据门户 (data.go.kr) 申请使用以下服务后,在“我的页面” → “开发账号”中复制 ServiceKey 的 Decoding 值。
韩国采购厅_国家综合电子采购网招标公告信息服务
韩国采购厅_国家综合电子采购网中标信息服务
韩国采购厅_国家综合电子采购网合同信息服务
韩国采购厅_国家综合电子采购网合同流程综合公开服务
2. 安装
# uvx (권장 — Python 설치 없이 실행)
uvx narajangteo-pro
# npx
npx narajangteo-pro
# pip
pip install narajangteo-pro
narajangteo-pro3. 连接 Claude Desktop
修改以下路径的配置文件。
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"narajangteo-pro": {
"command": "uvx",
"args": ["narajangteo-pro@latest"],
"env": {
"NARA_API_KEY": "발급받은_디코딩_서비스키"
}
}
}
}重启 Claude Desktop 后即可使用。
“帮我分析一下最近 1 个月 AI 聊天机器人领域的市场情况”
“显示公告编号 20260415123 从预先规格到合同签署的全过程”
“根据我们公司的资料,评估一下是否适合投标这个公告”
架构
┌─────────────────────────────────────┐
│ Claude Desktop / Cursor / VS Code │
└──────────────────┬──────────────────┘
│ MCP (stdio | HTTP)
┌──────────────────▼──────────────────┐
│ narajangteo-pro │
│ ┌────────┐ ┌──────────┐ ┌──────┐ │
│ │ Tools │→ │Analytics │→ │ DB │ │
│ └───┬────┘ └────┬─────┘ └──────┘ │
│ └────────────┘ │
│ ┌──────────┐ │
│ │API Client│ │
│ └────┬─────┘ │
└──────────────┼──────────────────────┘
│
┌─────────▼──────────┐
│ 공공데이터포털 │
│ 나라장터 API 6종 │
└────────────────────┘许可证
MIT
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
Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…
Korean public procurement law: rule-engine rulings, statutes search, live court precedents
Korean public procurement law: rule-engine rulings, statutes search, live court precedents
EU tenders and grant calls, matched to your company and qualified, inside the AI you already use
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to South Korean government procurement (G2B) and Nara Market shopping mall data, enabling users to search bid announcements, procurement statistics, product catalogs, and contract information through 15 specialized tools.4Apache 2.0
- FlicenseAqualityBmaintenanceEnables AI assistants to query and analyze Korean public procurement data from the Korea Public Procurement Service (G2B/Nuri) via 14 services and 156 operations, including bid announcements, contracts, prices, and statistics.17
- AlicenseAqualityBmaintenanceEnables users to search and analyze Korean public procurement IT bid announcements, including full bid opening results, through natural language conversation with Claude.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching Korean procurement notices from the public data portal, with support for integrated search across categories, flexible date ranges, and attachment extraction.MIT
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/kyj2294/naramarket-pro-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server