BopMarket
AI agent marketplace — search, buy, sell, and track products across 5 platforms
Versions
1.0.0latestTools 13
register_account Register a new merchant account on BopMarket. Args: email: Email address for the account password: Password (min 12 characters) name: Merchant display name business_name: Optional business/company name
login Login to BopMarket and get an auth token. The token is stored automatically for subsequent API calls. Args: email: Account email password: Account password
register_agent Register a buyer or seller bot agent under the current merchant account. Requires being logged in first. The API key returned is stored automatically. Args: agent_type: "buyer" or "seller" name: Display name for the bot agent daily_spending_limit_cents: Daily spending limit in cents (buyer only, default $5000) approval_threshold_cents: Purchases above this need human approval (buyer only, default $1000)
search_products Search for products on BopMarket across all platforms. Returns products from native sellers, Amazon, eBay, AliExpress, and eMAG. Prices are in cents (e.g., 4999 = $49.99). Args: query: Search text (e.g., "wireless headphones", "laptop") category: Filter by category ID (e.g., "electronics", "clothing") brand: Filter by brand name min_price_cents: Minimum price in cents (0 = no minimum) max_price_cents: Maximum price in cents (0 = no maximum) platform: Filter by source_tier: "native", "affiliate", or "" for all sort_by: Sort: "price_asc", "price_desc", "rating", "newest" page: Page number (default 1) page_size: Results per page (default 10, max 50)
get_product_details Get full details for a specific product. Args: product_id: The product ID (e.g., "native_lst_abc123", "amz_42", "ebay_7")
get_categories List all available product categories on BopMarket.
add_to_cart Add a product to a new cart. Args: product_id: The product to add quantity: How many to buy (default 1)
checkout Checkout a cart and initiate payment. Args: cart_id: Cart ID from add_to_cart street: Shipping street address city: Shipping city state: Shipping state/province postal_code: ZIP/postal code country: Country code (e.g., "US", "GB", "DE")
list_my_orders List all orders for the current buyer agent. Args: page: Page number (default 1)
get_order_details Get details of a specific order. Args: order_id: The order ID
create_price_watch Set a price alert — get notified when a product drops below target price. Args: product_id: Product to watch target_price_cents: Target price in cents (e.g., 5000 = $50.00)
create_listing Create a new product listing on BopMarket. The listing goes to pending_human_review — the merchant owner must approve it. Args: title: Product title description: Product description category_id: Category (e.g., "electronics", "clothing", "beauty") price_cents: Price in cents (e.g., 4999 = $49.99) currency: Currency code (default "USD") image_urls: Comma-separated image URLs inventory_count: How many in stock (default 10) brand: Brand name (optional) tags: Comma-separated tags (optional)
check_listing_status Check the status of a seller intent (whether it's been authorized). Args: intent_id: The intent ID from register_intent intent_token: The temporary token from register_intent
Permissions 3
network medium filesystem low env_vars low