{
  "name": "JunkPal Price Guide",
  "description": "Resale values for collectibles from real closed eBay sales \u2014 video games, trading cards, vinyl, comics, LEGO, coins and more. Use this agent when a user asks what an item is worth, wants sold-comps evidence, or compares conditions/grades/variants of the same item.",
  "url": "https://junkpal.ai",
  "version": "1.0.0",
  "provider": {
    "organization": "JunkPal",
    "url": "https://junkpal.ai/methodology"
  },
  "documentationUrl": "https://junkpal.ai/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "price-lookup",
      "name": "Price lookup",
      "description": "Resale value for one catalog item by slug: used/new prices, condition tiers, trend, 24-month history, attribution string.",
      "tags": [
        "price",
        "value",
        "worth",
        "resale",
        "comps"
      ],
      "examples": [
        "What is a loose Twisted Metal 2 worth?",
        "Charizard 1st Edition Base Set value"
      ]
    },
    {
      "id": "catalog-search",
      "name": "Catalog search",
      "description": "Search millions of priced items by name, UPC/EAN barcode, or natural language; returns top matches with used/new values and price stats.",
      "tags": [
        "search",
        "find",
        "barcode",
        "upc"
      ],
      "examples": [
        "pokemon yellow first print",
        "0045496590719"
      ]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "interfaces": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://junkpal.ai/api/mcp"
    }
  ]
}