Skip to content
Back to AgentsPrice

Card snapshot

agentsprice.com · 2026-06-12 10:54:23 UTC · 49c32e91d6766c5853978f56ba37804e0c10ca012786867f0dd1f6f3fe0c90b4

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": "AgentsPrice",
  "description": "Verified best-price intelligence for autonomous agents: the genuine lowest price across real sellers, the venue, a live buy link, and honest freshness flags. Never fabricated \u2014 real-but-stale or an honest error, never a guessed number.",
  "url": "https://agentsprice.com",
  "documentation": "https://agentsprice.com/llms.txt",
  "version": "1.0.0",
  "provider": {
    "name": "AgentsPrice",
    "url": "https://agentsprice.com"
  },
  "auth": {
    "type": "bearer",
    "header": "Authorization",
    "scheme": "Bearer ap_live_\u2026",
    "free_tier": "list_live_deals and GET /api/board need no key"
  },
  "mcp": {
    "type": "streamable-http",
    "url": "https://agentsprice.com/mcp",
    "registry_name": "com.agentsprice/agentsprice"
  },
  "capabilities": {
    "streaming": false,
    "signed_attestations": true,
    "metered": true
  },
  "skills": [
    {
      "id": "best_price",
      "mcp_tool": "best_price",
      "endpoint": "GET /api/best-price?category={category}&q={query}",
      "description": "Lowest verified price for a category/item across real sellers, with buy link and trust fields."
    },
    {
      "id": "list_live_deals",
      "mcp_tool": "list_live_deals",
      "endpoint": "GET /api/board",
      "description": "Public, no-key snapshot of what is live right now."
    },
    {
      "id": "reference",
      "endpoint": "GET /v1/reference?item={item}",
      "description": "One verified reference price plus a signed attestation an agent can log before it spends."
    }
  ],
  "categories": [
    "crypto",
    "electronics",
    "gaming",
    "home",
    "fashion",
    "tools",
    "rx",
    "all"
  ],
  "pricing": {
    "free": "1,000/mo",
    "pro": "50,000/mo",
    "business": "500,000/mo"
  }
}