Skip to main content
Glama
gws8820

ShippingTracker

by gws8820

ShippingTracker MCP Server

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

기능

  • get_company_list(): 지원하는 택배회사 목록 조회

  • track_shipping(company_code, tracking_invoice): 배송 조회

Related MCP server: korea-stock-mcp

사전 요구사항

로컬 개발

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

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    MCP 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 updated
    2
    7
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    A 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 updated
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server that wraps the Korean government's '나라장터 사전규격정보서비스' API, enabling natural language search and retrieval of public procurement pre-specifications through simplified tools.
    Last updated
    5
    39
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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