naramarket-mcp
Overview
조달청의 조달데이터허브가 제공하는 API를 연동해 나라장터 입찰공고목록을 검색하는 MCP 서버입니다.
Tools
-
search_bids- 나라장터에서 입찰 공고를 검색합니다.
- Input:
- keyword: 검색할 키워드 (입찰공고명에 포함될 단어) [required]
- bid_type: 입찰 종류 (공사, 용역, 외자, 물품) [기본값: 물품]
- page: 페이지 번호 [기본값: 1]
- rows: 한 페이지 결과 수 [기본값: 10]
- start_date: 조회 시작일 (YYYYMMDD 형식) [optional]
- end_date: 조회 종료일 (YYYYMMDD 형식) [optional]
-
get_bid_details- 특정 입찰 공고의 상세 정보를 조회합니다.
- Input:
- bid_notice_no: 입찰공고번호 [required]
- bid_notice_ord: 입찰공고차수 [기본값: 01]
-
search_by_organization- 특정 기관이 등록한 입찰 공고를 검색합니다.
- Input:
- organization_name: 기관명 [required]
- bid_type: 입찰 종류 (공사, 용역, 외자, 물품) [기본값: 물품]
- is_demand_org: True면 수요기관, False면 공고기관으로 검색 [기본값: false]
- page: 페이지 번호 [기본값: 1]
- rows: 한 페이지 결과 수 [기본값: 10]
-
search_by_price_range- 특정 가격 범위의 입찰 공고를 검색합니다.
- Input:
- min_price: 최소 추정가격 (원) [required]
- max_price: 최대 추정가격 (원) [required]
- bid_type: 입찰 종류 (공사, 용역, 외자, 물품) [기본값: 물품]
- page: 페이지 번호 [기본값: 1]
- rows: 한 페이지 결과 수 [기본값: 10]
Installation
Using uv (recommended)
uv를 사용하면 별도의 설치가 필요하지 않습니다.
uvx로 naramarket-mcp를 곧바로 사용합니다.
Configuration
Usage with Claude Desktop
claude_desktop_config.json에 다음을 추가하세요.
Using uvx
"mcpServers": {
"naramarket": {
"command": "uvx",
"args": [
"naramarket-mcp",
"--service-key",
"<YOUR_SERVICE_KEY>"
]
}
}
Debugging
You can use the MCP inspector to debug the server. For uvx installations:
npx @modelcontextprotocol/inspector uvx naramarket-mcp --service-key YOUR_SERVICE_KEY
LICENSE
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
naramarket_mcp-0.1.2.tar.gz
(22.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file naramarket_mcp-0.1.2.tar.gz.
File metadata
- Download URL: naramarket_mcp-0.1.2.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d71de0a4ee83478facae3eb856856746032756e387c8a0f561d144fd55b034b
|
|
| MD5 |
c849f66ffb808ca63a4bbadcee4ce223
|
|
| BLAKE2b-256 |
af56a296bac98dcb8353389a48a4ea895107be0e8630d9079aee60abc4809f64
|
File details
Details for the file naramarket_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: naramarket_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac0c967e80a3f3b50384c28ef59b997c952442558975baaad8abef96710c5bd2
|
|
| MD5 |
b423e0ed137d4935246e40018036e550
|
|
| BLAKE2b-256 |
6c62895df1eff3434ed2200d47339714ee6ce3825e852d167574f15b3a3693c8
|