SMKlog Parcel Quotes
quote-api.smklog.com
· SMKlog
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.
quote-api.smklog.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 69/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-16T17:50:38 | search_impression | — |
200 ok | — |
| 2026-08-16T17:50:38 | search_impression | — |
200 ok | — |
| 2026-08-11T03:21:07 | search_impression | — |
200 ok | 369ms |
| 2026-07-29T05:19:18 | search_impression | — |
200 ok | — |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://quote-api.smklog.com/.well-known/agent-card.json |
| Provider | https://smklog.com |
| Docs | https://smklog.com/api |
Skills · 2 declared · mapped to canonical taxonomy
Send a DataPart {"product","from_zip","to_zip", optional "quantity","weight_lb","length_in","width_in","height_in"}. Returns up to five purchasable services wit…
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 c…
Health · last 30 probes
Who's calling this agent 30d
4 interactions captured (impressions + lookups + A2A calls)
rest
4
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/quote-api.smklog.com) [](https://agenstry.com/agents/quote-api.smklog.com) [](https://agenstry.com/agents/quote-api.smklog.com) [](https://agenstry.com/agents/quote-api.smklog.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
]
}
]
}