Skip to content
Back to SMKlog Parcel Quotes

Card snapshot

www.smklog.com · 2026-08-08 08:09:14 UTC · 8710fa984f560287e5810da635e17b778622524d435cd59f837f476b7d1af426

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "SMKlog Parcel Quotes",
  "description": "Prices one US-domestic parcel across USPS, UPS and FedEx from a plain-words item description (box size and weight are estimated when omitted), and can prepare a payment session that a human completes behind the site consent gates. It answers in a single round trip and never moves money.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://quote-api.smklog.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "provider": {
    "organization": "SMKlog",
    "url": "https://smklog.com"
  },
  "documentationUrl": "https://smklog.com/api",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "get_parcel_quote",
      "name": "Get live US parcel shipping rates",
      "description": "Send a DataPart {\"product\",\"from_zip\",\"to_zip\", optional \"quantity\",\"weight_lb\",\"length_in\",\"width_in\",\"height_in\"}. Returns up to five purchasable services with the checkout total, the carrier cost beneath it and the SMKlog fee stated separately.",
      "tags": [
        "shipping",
        "rates",
        "usps",
        "ups",
        "fedex"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "examples": [
        "{\"product\":\"acoustic guitar in a hard case\",\"from_zip\":\"07102\",\"to_zip\":\"30303\"}"
      ]
    },
    {
      "id": "create_checkout_link",
      "name": "Create a payment session for a parcel label",
      "description": "Same DataPart fields plus optional \"service\". Returns the live amount and a handoff URL where a human confirms the shipping consents and pays; the agent never charges anything.",
      "tags": [
        "shipping",
        "checkout",
        "payment-session"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}