{"openapi":"3.1.0","info":{"title":"우체국 택배 조회","description":"우체국 택배 API는 등기번호 기반의 국내·국제 우편물 배송 추적, 배달 완료 여부, 경유 우체국 정보를 제공합니다. 소상공인 쇼핑몰, 이커머스 주문 조회 페이지, 우편물 관리 서비스에 활용됩니다.","version":"1.0.0","x-fusepie-id":"epost-parcel","x-fusepie-category":"transport","x-fusepie-provider":"우정사업본부"},"servers":[],"paths":{"/":{"get":{"operationId":"call_epost_parcel","summary":"우체국 택배 조회","description":"우체국 택배 API는 등기번호 기반의 국내·국제 우편물 배송 추적, 배달 완료 여부, 경유 우체국 정보를 제공합니다. 소상공인 쇼핑몰, 이커머스 주문 조회 페이지, 우편물 관리 서비스에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://www.data.go.kr/data/15058040/openapi.do"}}},"x-mcp-config":{"mcpServers":{"epost-parcel":{"command":"npx","args":["-y","@fusepie/mcp-epost-parcel"],"env":{"API_KEY":""}}}}}