Back to BopMarket

Card snapshot

mcp.bopmarket.store · 2026-05-18 12:41:43 UTC · 8485ada803c4b5c63d3973e2db83d40ab043ce2648f4bdf9d53dd5febdcee215

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": "BopMarket",
  "description": "BopMarket agent-to-agent commerce protocol. Search products, purchase items, monitor prices, and sell products across multiple platforms.",
  "url": "http://mcp.bopmarket.store/a2a",
  "version": "1.0.0",
  "documentationUrl": "http://mcp.bopmarket.store/docs",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "apiKey"
    ],
    "credentials": "API key via 'apiKey' field in task metadata"
  },
  "defaultInputModes": [
    "text",
    "data"
  ],
  "defaultOutputModes": [
    "text",
    "data"
  ],
  "skills": [
    {
      "id": "product_search",
      "name": "Product Search",
      "description": "Search the BopMarket catalog across multiple platforms. Returns products with prices, ratings, availability, and cross-platform offers.",
      "tags": [
        "search",
        "catalog",
        "products",
        "compare"
      ],
      "examples": [
        "Find wireless headphones under $100",
        "Search for iPhone 15 cases",
        "Compare prices for Samsung Galaxy S24"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text",
        "data"
      ]
    },
    {
      "id": "purchase",
      "name": "Purchase",
      "description": "Create a cart, add products, and complete checkout with payment processing. Supports native checkout and affiliate redirects.",
      "tags": [
        "buy",
        "cart",
        "checkout",
        "payment"
      ],
      "examples": [
        "Buy 2 units of product prod_abc123",
        "Purchase the cheapest wireless mouse"
      ],
      "inputModes": [
        "text",
        "data"
      ],
      "outputModes": [
        "text",
        "data"
      ]
    },
    {
      "id": "price_monitoring",
      "name": "Price Monitoring",
      "description": "Set up price watches to be notified when products drop below a target price. Track price changes across platforms.",
      "tags": [
        "price",
        "watch",
        "alert",
        "monitor"
      ],
      "examples": [
        "Alert me when AirPods Pro drop below $200",
        "Watch product prod_xyz789 for price drops"
      ],
      "inputModes": [
        "text",
        "data"
      ],
      "outputModes": [
        "text",
        "data"
      ]
    },
    {
      "id": "sell_products",
      "name": "Sell Products",
      "description": "Create and manage product listings on BopMarket. Requires a seller agent. Listings go through human review before activation.",
      "tags": [
        "sell",
        "listing",
        "merchant",
        "inventory"
      ],
      "examples": [
        "List a new product for $29.99",
        "Create a listing for handmade candles"
      ],
      "inputModes": [
        "text",
        "data"
      ],
      "outputModes": [
        "text",
        "data"
      ]
    }
  ]
}