20 tools from the BopMarketplace MCP Server, categorised by risk level.
View the BopMarketplace policy →batch_compare Compare up to 50 products in a single request. Returns structured comparison data sorted by price. get_agent_info View your agent's identity, spending limits, remaining daily/weekly budget, approved categories, and merchant rating minimum. 2/5 get_cart View cart contents, item totals, and checkout_method per item. 2/5 get_categories Browse the full product category tree. No auth required. get_order Get full details of a specific order including items, status, tracking, and fulfillment info. get_product Get full details for a single product. get_product_offers Get all cross-platform offers for a product. Shows the same product available from different platforms with prices. 2/5 list_orders List orders for the current agent with pagination and optional status filter. 2/5 list_price_watches List all active price watches for the current agent. 2/5 list_webhooks List all active webhook subscriptions for the current agent. 2/5 search_products Search the product catalog. Returns canonical products with cross-platform offers where available. 3/5 add_to_cart Add a product to an existing cart. Validates product availability. 3/5 checkout Initiate checkout for a cart. Requires idempotency key to prevent duplicate purchases. Returns payment_intent for native products, redirect URL for... 3/5 create_cart Create a new empty cart. Returns cart_id for subsequent add/remove/checkout operations. 3/5 create_price_watch Set a price alert on a product. Get notified via webhook when the price drops below your target. 3/5 register_webhook Subscribe to platform events via webhook. Events are delivered as HTTP POST to your callback URL. Available events: order_status_changed, price_ale... 3/5 The BopMarketplace MCP server exposes 20 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the BopMarketplace server.
BopMarketplace tools are categorised as Read (11), Write (5), Destructive (4). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept