Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

SMKlog Parcel Shipping Rates

com.smklog/parcel-quotes

Live USPS, UPS and FedEx shipping rates for a US parcel described in plain words. No scale needed.

Uptime
100.0%
1 direct probes · 30d
Response
144ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_parcel_quote

Live shipping rates for one parcel sent from a US origin — inside the US, or to Canada, the UK, Germany or Australia — across USPS, UPS and FedEx, and DHL Express on the German and Australian lanes. D…

create_checkout_link

Turns a decided shipment into a payment session for buying its shipping label: the checkout amount and a handoff URL that opens SMKlog checkout prefilled with the parcel. Use it after get_parcel_quote…

track_parcel

Track a shipment whose shipping label was bought on smklog.com, by carrier tracking number. Returns the current delivery status, the latest scan events and the estimated delivery date when the carrier…

get_price_index

The SMKlog parcel shipping price index: a monthly repriced basket of six common boxes (1 to 20 lb) shipped from Newark, NJ to five US cities, quoted through the same live USPS, UPS and FedEx pipeline …

get_checkout_status

Reports where a payment session made by create_checkout_link stands: whether the human has opened checkout, paid, and whether the shipping label exists yet, with the tracking number once it does. Read…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "smklog_parcel_shipping_rates": {
      "url": "https://quote-api.smklog.com/mcp",
      "transport": "streamable-http"
    }
  }
}