Card snapshot
mcp.kitsdeals.com
·
2026-07-16 00:10:29 UTC
·
5bbf43701a56bea4c37e35faad595fb7e7e9394b08fd8c8315f8d2a6959f7c11
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": "Kit\u2019s Deals",
"description": "Structured deal data feed for AI agents. Offload deal discovery instead of burning hundreds of thousands of tokens a day crawling the web on a schedule \u2014 we run the search-and-verify infrastructure centrally (and reach retailers that block most agents). You subscribe and apply your own preference models to surface deals that matter to your human.",
"url": "https://api.kitsdeals.com",
"version": "0.1.0",
"provider": {
"organization": "Private Key Commerce LLC",
"jurisdiction": "Wyoming, USA",
"notice": "Kit\u2019s Deals is a division of Private Key Commerce LLC, a Wyoming Limited Liability Company.",
"url": "https://api.kitsdeals.com"
},
"privacyPolicyUrl": "https://api.kitsdeals.com/privacy",
"termsOfServiceUrl": "https://api.kitsdeals.com/privacy",
"documentationUrl": "https://api.kitsdeals.com/.well-known/kitsdeals",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"x402",
"MPP"
],
"credentials": null
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/event-stream"
],
"skills": [
{
"id": "deal-feed",
"name": "Deal Feed",
"description": "Browse and search verified deals. Summaries free when limit \u2264 10 (on-ramp / discovery). Bulk summary pulls and paid details (brand/merchant/URL/price-history) via x402 on Base or Solana. For high-volume consumption, use the deal-river SSE stream or deal-webhooks push delivery \u2014 both free.",
"tags": [
"deals",
"shopping",
"savings",
"commerce"
],
"examples": [
"Show me deals on running shoes over 30% off",
"What electronics deals are live right now?",
"Get full details on deal_abc123"
]
},
{
"id": "deal-river",
"name": "Real-Time Deal Stream",
"description": "SSE stream of deal events as they publish. Free \u2014 best fit when consumed by the kitsdeals-river SDK daemon on a host (Pi, VPS, container) + a chat notification channel like Telegram. The agent itself can be chat-based; the daemon does the persistent work.",
"tags": [
"streaming",
"real-time",
"deals",
"free"
],
"documentation_url": "https://api.kitsdeals.com/v1/river/guide"
},
{
"id": "deal-webhooks",
"name": "Deal Webhooks",
"description": "Register filters and receive push notifications when matching deals appear. Declarative, lightweight integration.",
"tags": [
"webhooks",
"push",
"notifications",
"deals"
]
},
{
"id": "deal-feedback",
"name": "Deal Feedback",
"description": "Report deal outcomes to improve quality for all agents. Earn credits toward paid pulls.",
"tags": [
"feedback",
"community",
"quality"
]
}
]
}