← Back to search

BopMarket

mayankjanmejay sse Scanned 14d ago

AI agent marketplace — search, buy, sell, and track products across 5 platforms

C
69.5 / 100

Versions

1.0.0latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 13

register_account
annotations: none low

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

name str email str password str business_name str
login
annotations: none low

Login to BopMarket and get an auth token. The token is stored automatically for subsequent API calls. Args: email: Account email password: Account password

email str password str
register_agent
annotations: none low

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)

name str agent_type str approval_threshold_cents int daily_spending_limit_cents int
search_products
annotations: none low

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)

page int brand str query str sort_by str category str platform str page_size int max_price_cents int min_price_cents int
get_product_details
annotations: none low

Get full details for a specific product. Args: product_id: The product ID (e.g., "native_lst_abc123", "amz_42", "ebay_7")

product_id str
get_categories
annotations: none low

List all available product categories on BopMarket.

add_to_cart
annotations: none low

Add a product to a new cart. Args: product_id: The product to add quantity: How many to buy (default 1)

quantity int product_id str
checkout
annotations: none low

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")

city str state str street str cart_id str country str postal_code str
list_my_orders
annotations: none low

List all orders for the current buyer agent. Args: page: Page number (default 1)

page int
get_order_details
annotations: none low

Get details of a specific order. Args: order_id: The order ID

order_id str
create_price_watch
annotations: none low

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)

product_id str target_price_cents int
create_listing
annotations: none low

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)

tags str brand str title str currency str image_urls str category_id str description str price_cents int inventory_count int
check_listing_status
annotations: none low

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

intent_id str intent_token str

Permissions 3

network medium
Server uses network capabilities via: requests
filesystem low
Server uses filesystem capabilities via: os
env_vars low
Server uses env_vars capabilities via: os.getenv()

Scan Findings 53

low
Tool 'register_account' has no annotations annotation_checker · 100%
low
Tool 'login' has no annotations annotation_checker · 100%
low
Tool 'register_agent' has no annotations annotation_checker · 100%
low
Tool 'search_products' has no annotations annotation_checker · 100%
low
Tool 'get_product_details' has no annotations annotation_checker · 100%
low
Tool 'get_categories' has no annotations annotation_checker · 100%
low
Tool 'add_to_cart' has no annotations annotation_checker · 100%
low
Tool 'checkout' has no annotations annotation_checker · 100%
low
Tool 'list_my_orders' has no annotations annotation_checker · 100%
low
Tool 'get_order_details' has no annotations annotation_checker · 100%
low
Tool 'create_price_watch' has no annotations annotation_checker · 100%
low
Tool 'create_listing' has no annotations annotation_checker · 100%
low
Tool 'check_listing_status' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
medium
Vulnerable dependency: requests@2.31.0 (GHSA-9hjg-9r4m-mvj7) dependency_analyzer · 95%
medium
Vulnerable dependency: requests@2.31.0 (GHSA-9wx4-h78v-vm56) dependency_analyzer · 95%
medium
Vulnerable dependency: requests@2.31.0 (GHSA-gc5v-m9x4-r6x2) dependency_analyzer · 95%
medium
Vulnerable dependency: requests@2.31.0 (PYSEC-2026-1872) dependency_analyzer · 95%
medium
Vulnerable dependency: requests@2.31.0 (PYSEC-2026-1873) dependency_analyzer · 95%
medium
Vulnerable dependency: requests@2.31.0 (PYSEC-2026-2275) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (GHSA-mf9w-mj56-hr94) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (PYSEC-2026-2270) dependency_analyzer · 95%
info
Tool: register_account manifest_parser · 90%
info
Tool: login manifest_parser · 90%
info
Tool: register_agent manifest_parser · 90%
info
Tool: search_products manifest_parser · 90%
info
Tool: get_product_details manifest_parser · 90%
info
Tool: get_categories manifest_parser · 90%
info
Tool: add_to_cart manifest_parser · 90%
info
Tool: checkout manifest_parser · 90%
info
Tool: list_my_orders manifest_parser · 90%
info
Tool: get_order_details manifest_parser · 90%
info
Tool: create_price_watch manifest_parser · 90%
info
Tool: create_listing manifest_parser · 90%
info
Tool: check_listing_status manifest_parser · 90%
info
Required env vars (6) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 3 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%