Live USPS, UPS and FedEx rates for a US parcel described in plain words. No scale needed.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://quote-api.smklog.com/mcp5 herramientas · 571 msget_parcel_quoteLive 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 dimens…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 dimens…
| Parámetro | Tipo | Descripción |
|---|---|---|
| product* | string | Plain-words item description, e.g. "65 inch flat screen TV in original box". |
| from_zip* | string | Origin US ZIP code, 5 digits. The origin is always in the United States. |
| to_zip* | string | Destination postal code: a 5-digit ZIP for the US, or the destination country's own postal code, e.g. M5V 2T6 for Toronto or SW1A 1AA for London. |
| to_country | string | Two-letter destination country: US (default), CA, GB, DE, AU. |
| quantity | integer | Identical parcels in this shipment. Default 1. |
| weight_lb | number | Packed weight, pounds. Decimals allowed. |
| length_in | number | Packed box length, inches. |
| width_in | number | Packed box width, inches. |
| height_in | number | Packed box height, inches. |
create_checkout_linkTurns 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 spe…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 spe…
| Parámetro | Tipo | Descripción |
|---|---|---|
| quote_id | string | The quote_id returned by a previous get_parcel_quote call. Valid for 15 minutes. |
| product | string | Plain-words item description. Required unless quote_id is given. |
| from_zip | string | Origin US ZIP code, 5 digits. Required unless quote_id is given. |
| to_zip | string | Destination postal code: a 5-digit ZIP for the US, or the destination country's own postal code. Required unless quote_id is given. |
| to_country | string | Two-letter destination country: US (default), CA, GB, DE, AU. |
| quantity | integer | Identical parcels in this shipment. Default 1. |
| service | string | Service to anchor the amount to, e.g. "USPS Ground Advantage". Omitted or unmatched, the amount anchors the quote's first rate, top of the best-value ranking r… |
track_parcelTrack 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,…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,…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracking_number* | string | Carrier tracking number from the SMKlog receipt or label page |
get_price_indexThe 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 ra…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 ra…
| Parámetro | Tipo | Descripción |
|---|---|---|
| month | string | Issue month as YYYY-MM. Omit for the newest published issue. |
get_checkout_statusReports 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 af…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 af…
| Parámetro | Tipo | Descripción |
|---|---|---|
| session_id* | string | The session_id from create_checkout_link. |
5 de 5 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Live USPS, UPS and FedEx rates for a US parcel described in plain words. No scale needed.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.