ShippingTracker
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., "@ShippingTrackerCJ대한통운 운송장 1234567890 조회해줘"
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.
ShippingTracker MCP Server
한국 택배 배송 조회를 위한 MCP (Model Context Protocol) 서버입니다. SweetTracker API를 사용하여 택배사 목록과 운송장 번호를 조회합니다.
기능
get_company_list(): 지원하는 택배회사 목록 조회track_shipping(company_code, tracking_invoice): 배송 조회
Related MCP server: korea-stock-mcp
사전 요구사항
SweetTracker (스마트택배) API 키
로컬 개발
1. 저장소 클론
git clone https://github.com/gws8820/shippingtracker.git
cd shippingtracker2. 환경변수 설정
echo "SWEETTRACKER_API_KEY=YOUR_API_KEY" > .env3. 실행
uv run python -m shippingtracker.main
# 또는 uvx로 실행
uvx --from . shippingtrackerClaude Desktop과 연결
Claude Desktop의 설정 파일(claude_desktop_config.json)을 다음과 같이 설정해 주세요.
{
"mcpServers": {
"shippingtracker": {
"command": "uvx",
"args": ["shippingtracker"],
"env": {
"SWEETTRACKER_API_KEY": "YOUR_API_KEY"
}
}
}
}라이선스
이 프로젝트는 MIT 라이선스하에 배포됩니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server that provides Korean weather information using grid coordinates and the Korea Meteorological Administration API, allowing users to query current weather conditions and forecasts for specific locations in Korea.Last updated27Apache 2.0
- AlicenseAqualityAmaintenanceMCP Server for Korean stock analysisLast updated8232170ISC
- Alicense-qualityCmaintenanceA horizontally scalable Model Context Protocol server for exposing shipment tracking (and other data sources) as authenticated MCP tools, starting with DB Schenker's public tracking endpoint.Last updated1MIT
- AlicenseAqualityAmaintenanceMCP server that wraps the Korean government's '나라장터 사전규격정보서비스' API, enabling natural language search and retrieval of public procurement pre-specifications through simplified tools.Last updated539MIT
Related MCP Connectors
A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO
A basic MCP server to operate on the Postman API.
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gws8820/ShippingTracker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server