Supports containerized deployment of the Nara Market MCP server with Docker image building and container execution capabilities.
Uses .env files for environment variable configuration including API keys and server settings.
Requires Git for cloning the repository and version control during installation and development.
Hosted on GitHub for source code distribution and collaboration.
Uses npm to install the Smithery CLI tool for cloud deployment management.
Employs pytest for running test suites during development and testing.
Built with Python 3.10+ as the primary programming language and runtime environment.
Uses YAML configuration files (smithery.yaml) for deployment settings and configuration management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nara Market FastMCP Servershow me recent bid announcements for IT equipment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
나라장터 MCP 서버
한국 공공조달(G2B) 데이터를 MCP(Model Context Protocol)로 제공하는 FastMCP 2.0 서버입니다.
입찰공고, 낙찰정보, 계약정보, 조달통계, 물품목록, 종합쇼핑몰 등 나라장터의 주요 API를 AI 에이전트가 바로 사용할 수 있도록 통합했습니다.
아키텍처
MCP 도구
기본 도구 (3개)
도구 | 설명 |
| 나라장터 상품 목록 조회 |
| 상품 상세 속성 조회 |
| 서버 정보 및 사용 가능한 도구 목록 |
정부조달 API (4개)
도구 | 설명 | 지원 API |
| 공공데이터개방표준 API | 입찰공고, 낙찰정보, 계약정보 |
| 조달통계 API | 전체/기관별/기업별 조달 통계 (14개 오퍼레이션) |
| 물품목록 API | 물품분류, 품목 조회 (12개 오퍼레이션) |
| 종합쇼핑몰 API | MAS 계약, 납품요구, 벤처나라 (9개 오퍼레이션) |
AI 친화 간편 도구 (4개)
도구 | 설명 |
| 최근 입찰공고 조회 (기간 자동 계산) |
| 업무구분별 낙찰정보 (한글 → 코드 자동 변환) |
| 연도별 조달통계 |
| 쇼핑몰 제품 검색 (제품명/업체명) |
탐색 도구 (4개)
도구 | 설명 |
| 전체 서비스 및 오퍼레이션 목록 |
| 서비스별 세부 오퍼레이션 조회 |
| 페이징 지원 대량 데이터 탐색 |
| 데이터 탐색 전략 가이드 |
MCP 리소스 & 프롬프트
리소스: API 파라미터 가이드, 값 예시, 검색 패턴
프롬프트: 워크플로우 가이드, 파라미터 선택 가이드, 실전 쿼리 예제
시작하기
필수 요구사항
Python 3.10+
공공데이터포털 API 서비스 키
설치
실행
Docker
환경 변수
변수 | 필수 | 기본값 | 설명 |
| ✅ | - | 공공데이터포털 API 키 |
| - |
| 전송 모드 ( |
| - |
| HTTP/SSE 바인딩 호스트 |
| - |
| HTTP/SSE 포트 |
| - |
| 로깅 레벨 |
프로젝트 구조
개발
기술 스택
FastMCP 2.0 — MCP 서버 프레임워크
Requests / Pandas — API 호출 및 데이터 처리
Uvicorn / Starlette — HTTP/SSE 서빙
Docker — 컨테이너 배포
Smithery.ai — 클라우드 MCP 호스팅
라이선스
Apache License 2.0 — LICENSE 참조