gws8820

ShippingTracker MCP Server

Community gws8820
Updated

한국 택배 배송 조회를 위한 MCP 서버

ShippingTracker MCP Server

한국 택배 배송 조회를 위한 MCP (Model Context Protocol) 서버입니다. SweetTracker API를 사용하여 택배사 목록과 운송장 번호를 조회합니다.

기능

  • get_company_list(): 지원하는 택배회사 목록 조회
  • track_shipping(company_code, tracking_invoice): 배송 조회

사전 요구사항

로컬 개발

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 라이선스하에 배포됩니다.

MCP Server · Populars

MCP Server · New

    conorluddy

    Context-Pods

    🫛 Local-first Model Context Protocol management suite. Provides an MCP to create and manage other local MCPs. Useful for local Tooling etc.

    Community conorluddy
    vfarcic

    DevOps AI Toolkit

    Intelligent dual-mode agent for deploying applications to ANY Kubernetes cluster through dynamic discovery and plain English governance

    Community vfarcic
    paiml

    Depyler

    Compiles Python to Rust, helping transition off of Python to Energy Efficient and Safe Rust Code

    Community paiml
    campfirein

    Cipher

    Cipher is an opensource memory layer specifically designed for coding agents. Compatible with Cursor, Windsurf, Claude Desktop, Claude Code, Gemini CLI, AWS's Kiro, VS Code, and Roo Code through MCP, and coding agents, such as Kimi K2. Built by https://byterover.dev/

    Community campfirein
    neilberkman

    Clippy 📎

    Unified clipboard tool for macOS that intelligently handles both text and file copying

    Community neilberkman