Card snapshot
smklog.com
·
2026-08-04 17:22:07 UTC
·
d99513737a1e0ad1bc61775dbde4efc2ca38d6e2efc190267f50c4430cbf57ff
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.
{
"protocolVersion": "0.3.0",
"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",
"url": "https://quote-api.smklog.com/a2a",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://quote-api.smklog.com/a2a",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "SMKlog",
"url": "https://smklog.com"
},
"documentationUrl": "https://smklog.com/api",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": 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"
]
}
]
}