나라장터 입찰 공고 검색을 위한 MCP 서버
Project description
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": {
"sentry": {
"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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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.1.tar.gz.
File metadata
- Download URL: naramarket_mcp-0.1.1.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 |
1b4782cd713de8ce8446dcac05b72ab6c9133908cf555c27d7842028eea91238
|
|
| MD5 |
f00bf44ba1c9ba180799684fb1e87227
|
|
| BLAKE2b-256 |
3c34bd9396672f32d0e936bfe76e9b83b10deee5934aa0549768be5c34565a04
|
File details
Details for the file naramarket_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: naramarket_mcp-0.1.1-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 |
3418aa51824728ffd88357cc90a6edc42188f635f1ea27ec666c0c5a59fc9e2b
|
|
| MD5 |
4b4782b2b18b404666744db2e172cae5
|
|
| BLAKE2b-256 |
02284e79e5f5930588d5b327960eac924aaa8f7fd6ca1369f30908f84d3566a3
|