견적서 분석 및 관리를 위한 MCP 서버
Project description
견적서 MCP 서버
견적서 분석 및 관리를 위한 MCP (Multi-Model Communication Protocol) 서버입니다.
기능
- 견적서 분석 및 통계
- 공정별 비용 분석
- 버전 관리 및 비교
- Firebase 연동
설치
pip install estimate-mcp-server
사용 방법
직접 실행
# 명령행으로 실행
estimate-mcp-server
# 파이썬 코드로 실행
from estimate_mcp_server.main import start
start()
Claude Desktop과 함께 사용
이 서버는 Claude Desktop과 함께 사용하여 견적서 분석 기능을 제공합니다.
Claude Desktop 설정 파일(claude_desktop_config.json)에 다음 설정을 추가합니다:
{
"mcpServers": {
"estimate": {
"command": "estimate-mcp-server"
}
}
}
개발자를 위한 정보
환경 설정
개발 환경을 설정하려면 다음 명령을 실행하세요:
# 저장소 복제
git clone https://github.com/yourusername/estimate-mcp-server.git
cd estimate-mcp-server
# 가상 환경 생성 및 활성화
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# 의존성 설치
pip install -e .
구조
estimate_mcp_server/
├── __init__.py
├── main.py # 메인 앱 및 API 정의
├── utils/ # 유틸리티 모듈
│ ├── __init__.py
│ └── firebase_client.py
└── tools/ # 견적서 분석 도구
├── __init__.py
├── estimate_tools.py
├── process_tools.py
└── version_tools.py
라이선스
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
estimate_mcp_server-0.1.0.tar.gz
(10.3 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 estimate_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: estimate_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8d3f5783a5f56f432c464582f66f5afe66a196cd186c5b78b9414c65c1bf6f3
|
|
| MD5 |
c082e0e41e06672a41782652d9e20b86
|
|
| BLAKE2b-256 |
8277352f1cfe26e72dced337c4d334b740692e8d8fc1559271f262b2eb3277e6
|
File details
Details for the file estimate_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: estimate_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
851b4b47df94f02ebe42c5e01d03dbcb309d788322550420961bd4423279190e
|
|
| MD5 |
eded12cc549f37698f619464cec012e0
|
|
| BLAKE2b-256 |
6d1793faad4cbce6d4315e7926e26f4c42e9a5d3a417ca6923ccd3c87db3bcef
|