mcpbeat Sign in

SMKlog Parcel Shipping Rates MCP Server

answering

SMKlog Parcel Shipping Rates is answering right now. Last checked 12 min ago. It exposes 5 tools. Last commit 5 Sep 2026.

Live USPS, UPS, FedEx and DHL rates from the US: domestic, Canada, UK, Germany, Australia. No scale.

Uptime history 26 days of history
26 days agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
92 ms
Response time
average over 24h
1
Stars
last commit 5 Sep 2026

What changed 30

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 25 August 2026. No other catalogue keeps this.

5 Sep a tool description was rewritten get_parcel_quote
3 Sep a tool description was rewritten create_checkout_link
3 Sep a tool changed the parameters it asks for create_checkout_link
1 Sep 4 tool descriptions were rewritten16 times that day create_checkout_link, get_parcel_quote, get_price_index and 1 more
1 Sep 2 tools changed the parameters they ask for5 times that day create_checkout_link, get_parcel_quote
1 Sep a tool changed version2 times that day
1 Sep a tool appeared get_checkout_status
27 Aug a tool description was rewritten get_parcel_quote
25 Aug 2 tools changed the parameters they ask for create_checkout_link, get_parcel_quote
and 16 more, back to 25 August 2026

Nothing serious here today

Today is the operative word: we check SMKlog Parcel Shipping Rates every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add parcel-shipping-rates --transport http https://quote-api.smklog.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "parcel-shipping-rates": {
      "url": "https://quote-api.smklog.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.parcel-shipping-rates]
url = "https://quote-api.smklog.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "parcel-shipping-rates": {
      "url": "https://quote-api.smklog.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "parcel-shipping-rates": {
      "url": "https://quote-api.smklog.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

checkout
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, passing the quote_id that call returned, so the price is reused and no second carrier call is spent. Without a quote_id it prices the shipment live from the fields. The result carries a session_id: keep it, and get_checkout_status tells you when the human has paid and when the label exists. Side effects: it writes a session record (30-day life, readable through get_checkout_status) and is not idempotent. Calling it twice makes two sessions and, without a quote_id, spends two carrier calls. It never charges: no card is touched and nothing is reserved until the human confirms the contents certification and the carrier-adjustment consent on the page and pays there. A stale link simply reprices. No session is returned when a person has to price the shipment: freight, oversize, a quantity above 1, or an installed lithium battery crossing a border. Quote first to learn which case applies. Parameter rules: - A valid quote_id overrides product, from_zip, to_zip, to_country and quantity. service is still honored. - An expired quote_id falls back to live pricing from the fields. If those were omitted too, the call fails with missing_required_fields, so pass them alongside an old id. - service is matched as a case-insensitive fragment of the display name ("Ground Advantage", "UPS Ground Saver"). A fragment that matches nothing silently anchors the quote's first rate, which is the top of the best-value ranking and not always the cheapest, so read the service field in the result. - from_zip is a real 5-digit US ZIP. to_zip follows to_country (US, CA, GB, DE or AU). - On the four international lanes the human completes the customs declaration on the page, and duty is billed to the recipient on arrival.
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. Reads SMKlog's own order records only: no carrier call, no quote allowance, nothing changes. Poll it after handing the human the link, minutes apart rather than seconds, because nothing moves until the human acts. Statuses, in order: awaiting_checkout (link made, no checkout started), checkout_started (a checkout exists, not paid), paid (paid, label not created yet: the checkout page buys it right after payment, otherwise an operator picks it up), label_ready (label bought, tracking_number present), delivered, refunded. Once label_ready, feed tracking_number to track_parcel for scan events. Parameter rules: - session_id is the session_id returned by create_checkout_link, shaped as_ plus a UUID. Nothing else identifies a session: no order id, no email, no quote_id. - A session lives 30 days from creation. An unknown, malformed or expired id answers session_not_found rather than a status. - The answer never carries names, addresses or emails. Treat the session_id like a tracking number: whoever holds it can read the tracking number. - A manual-review request made from the handoff page is not a checkout and leaves the status at awaiting_checkout. - Allowance: 60 checks an hour per client.
parcel
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. Describe the item in plain words and the packed box size and weight are estimated. Give exact dimensions and weight to skip the estimate. Returns up to five purchasable services, each as one checkout total with the SMKlog fee inside it (the fee is itemized only on the checkout receipt) and, where the carrier publishes one, its own counter price for the same parcel beside it. Manual review: oversized, palletized or crated shipments are priced by a person. Clients that declare the io.modelcontextprotocol/tasks extension get a durable task handle (poll it with tasks/get, answers usually take a few business hours). Others get a pointer to the human review page. Shipping labels are bought on smklog.com, not through this tool. Choosing between the tools: use this one to answer what a shipment would cost. Then hand the quote_id it returns to create_checkout_link once the human has settled on shipping this exact parcel, so the pair costs one carrier call rather than two. Use get_price_index instead for typical or historical prices: it is free, while this tool spends a rate-limited carrier call every time. Parameter rules: - weight_lb, length_in, width_in and height_in count only as a set of four, each above zero. Leave any one out and all four are ignored in favor of the estimate, so never send weight alone. - Online pricing covers one parcel up to 150 lb, 108 in on the longest side and 165 in of length plus girth. A heavier or larger box, a quantity above 1, or a product worded as freight (pallet, LTL, truckload, machinery, bulk) returns no rates and goes to a person. - product is the item itself, up to 200 characters. A bare route ("to Canada"), a bare weight ("7 lbs") or a question is refused as product_not_recognized before any carrier is called. - from_zip must be a real 5-digit US ZIP (ZIP+4 is trimmed to five), or the call fails with invalid_us_zip. - to_zip follows to_country: a 5-digit ZIP for US, otherwise that country's own postal code handed to the carriers as typed. A to_country outside US, CA, GB, DE and AU is refused as international_unsupported_online, so do not retry it with a different box. - Allowance: 80 calls an hour per client, shared with the public /quote route.
price
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 that prices real shipments. Returns the cheapest purchasable service per box and lane with every rate behind it, plus basket averages. Reference data for questions like "what does shipping a shoebox cost in the US right now" — reading it spends no quote allowance. For a price on a specific shipment, call get_parcel_quote instead. Parameter rules: month names one published issue as YYYY-MM; issues exist from 2026-07 onward, one per month, and omitting month returns the newest. A month with no issue answers issue_not_found together with available_months, so one miss lists every valid value; anything not shaped YYYY-MM answers invalid_month. Every issue prices the same boxes and lanes, so two months compare cell for cell.
track
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 reports one. Works for SMKlog labels only — it is not a universal tracker for arbitrary USPS, UPS, FedEx or DHL numbers, so a number from any other seller comes back not-found rather than as a status. Unrelated to the two pricing tools: it neither quotes nor spends quote allowance. Parameter rules: tracking_number is the only key; no order id or email is needed or accepted. When the label was bought through a create_checkout_link session, get_checkout_status hands back this number at label_ready. It is matched after removing spaces and hyphens and ignoring case, so a pasted or spoken number works as-is. Expect USPS as 20 to 22 digits (13 characters ending in US for international), UPS as 1Z plus 16 characters, FedEx as 12 to 22 digits; anything shorter than 6 characters after cleanup is refused as tracking_number_required, and a number SMKlog never sold answers 404 tracking_not_found with status "not_found". Scan events come newest first, up to eight.

Endpoints

URLTransportStateLatencyChecked
https://quote-api.smklog.com/mcp streamable-http answering 61 ms 12 min ago

Alternatives to SMKlog Parcel Shipping Rates

same job, measured the same way
Parcel Quotes
by smklog

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

5 tools answering
Shipping Rates & Postage Calculator
by onlineshippingcalculator

Live USPS, UPS & FedEx shipping rates plus USPS postage and stamp prices. Free, no API key.

2 tools answering
A
Camping Australia
by com-trip-planner

Search Australian campsites, caravan parks and free camps; weather, gear, road trips and booking.

18 tools answering
Fulfiller — print catalogue & quotes
by fulfiller

Print catalogue and live quotes from Fulfiller, a French online printer shipping across the EU.

11 tools answering
Australian Economic Data (ABS, RBA & APRA)
by anthonypuggs

Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.

1 673 installs/wk 14 tools answering
Australia Post MCP by UnClick
by malamutemayhem

Australia Post parcel tracking, postcode lookup, and delivery times. By UnClick.

23 installs/wk local only
Ausschreibungsagenten Tender Search
by ausschreibungsagenten

Search public procurement notices from 17 sources across Germany, the EU and the UK. Read-only.

6 tools answering
Vivid Ads Commerce
by com-vividads

Live signage pricing, formal quotes and draft orders from Vivid Ads Australia. Open pre-sales MCP.

25 tools answering

SMKlog Parcel Shipping Rates — questions

Answers built from our own checks of this server.

What can SMKlog Parcel Shipping Rates do?
It exposes 5 tools, read directly from the server on our last check. Among them: create_checkout_link, get_checkout_status, get_parcel_quote, get_price_index, track_parcel. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is SMKlog Parcel Shipping Rates working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 92 ms. The bar chart above shows every period we have measured.
How do I connect SMKlog Parcel Shipping Rates?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does SMKlog Parcel Shipping Rates need an API key?
No. SMKlog Parcel Shipping Rates completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is SMKlog Parcel Shipping Rates?
It answers our handshake in 92 ms on average, which is faster than 84% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is SMKlog Parcel Shipping Rates open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.