Korean shipping tracker MCP server using SweetTracker API
Project description
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 "t_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": {
"t_key": "YOUR_API_KEY"
}
}
}
}
라이선스
이 프로젝트는 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
shippingtracker-0.1.1.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.1.tar.gz.
File metadata
- Download URL: shippingtracker-0.1.1.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dce63d040cb10b398d8796f84f2138dbcff0a2553ac5774a085bcf5bd426701
|
|
| MD5 |
7e640b429834ba46fefd13206d433871
|
|
| BLAKE2b-256 |
06739885fdafccc1928cea410f58718f6c8e584847b18e23ebbc41830b036932
|
File details
Details for the file shippingtracker-0.1.1-py3-none-any.whl.
File metadata
- Download URL: shippingtracker-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ba1975ec3e327d8c9369baa763e83b41555a70c4d0bd51d6430e2eb19d7bf46
|
|
| MD5 |
83de2c2bc11bdfbdecbb9c377d0044c4
|
|
| BLAKE2b-256 |
d33b5c457063fef944ebba53547ac05be817e6e1a1f0e0552bf05d0b32da0437
|