mcp-narajangteo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NARA_API_KEY | Yes | 공공데이터포털에서 발급받은 '조달청_나라장터 입찰공고정보서비스'의 ServiceKey (일반 인증키 Decoding). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_bids_by_keywordA | |
| recommend_bids_for_deptA | |
| analyze_bid_detailA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| nara_info | Information about Nara procurement bid service. |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose with no overlap. analyze_bid_detail focuses on document extraction and analysis, get_bids_by_keyword performs general keyword searches, and recommend_bids_for_dept provides personalized recommendations based on department context. The boundaries are well-defined and unambiguous.
All three tools follow a consistent verb_noun pattern with clear, descriptive names: analyze_bid_detail, get_bids_by_keyword, and recommend_bids_for_dept. The naming convention is uniform throughout the set, making it easy to understand each tool's function at a glance.
Three tools is appropriate for this government procurement domain, covering search, analysis, and recommendation workflows. While slightly minimal, each tool serves a distinct and valuable purpose, and the count aligns well with the server's focused scope on Korean procurement notices.
The toolset covers core workflows effectively: searching bids, analyzing bid details, and providing personalized recommendations. Minor gaps exist, such as the lack of tools for bid submission or tracking, but the available tools enable agents to perform essential procurement analysis tasks without significant dead ends.