ShippingTracker MCP Server
한국 택배 추적을 위한 MCP (Model Context Protocol) 서버입니다. SweetTracker API를 사용하여 배송 추적 기능을 제공합니다.
기능
get_company_list(): 지원하는 택배회사 목록 조회track_shipping(company_code, tracking_invoice): 택배 추적
사전 요구사항
- SweetTracker (스마트택배) API 키
로컬 개발
1. 저장소 클론
git clone https://github.com/gws8820/shippingtracker.git
cd shippingtracker
2. 환경변수 설정
echo "SWEETTRACKER_API_KEY=YOUR_API_KEY" > .env
3. 실행
uv run python -m shippingtracker.main
# 또는 uvx로 실행
uvx --from . shippingtracker
Claude Desktop과 연결
Claude Desktop의 설정 파일(claude_desktop_config.json)을 다음과 같이 설정해 주세요.
{
"mcpServers": {
"shippingtracker": {
"command": "uvx",
"args": ["shippingtracker"],
"env": {
"SWEETTRACKER_API_KEY": "YOUR_API_KEY"
}
}
}
}
라이선스
이 프로젝트는 MIT 라이선스하에 배포됩니다.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shippingtracker-0.1.2.tar.gz
(21.7 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 shippingtracker-0.1.2.tar.gz.
File metadata
- Download URL: shippingtracker-0.1.2.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
365a7a9a1ce63e98e3a6f0a87d7fc5a2c4b4f0889a40804be01730e9a47d2150
|
|
| MD5 |
87e055c9ab985c0a50ed88104fa11ef3
|
|
| BLAKE2b-256 |
7da566daae05d82e8b95f0aa89201fff0817df8305a362399da9182daad8736c
|
File details
Details for the file shippingtracker-0.1.2-py3-none-any.whl.
File metadata
- Download URL: shippingtracker-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f31aea25e83087b6618f67a79aea41a068577dd7382edf74a83611de8d63a05
|
|
| MD5 |
918bbd0b06ed072b90ea9098a6554af6
|
|
| BLAKE2b-256 |
a5faab093eb08d37e575f41683da5a9862ab531eb1aed1ca7bce8ae8e03fe31e
|