Marketplace Search MCP
JSON →Search trading cards (TCGPlayer), music gear (Reverb), and local service pros (Thumbtack) from one MCP server. Real-time prices, ratings, and listings.
Install
npx @lulzasaur9192/marketplace-search-mcp Tools · 22
- search_products Search for products on the marketplace
- get_product_details Get detailed information about a specific product
- search_sellers Search for sellers on the marketplace
- get_seller_details Get detailed information about a specific seller
- search_categories Search for product categories
- get_category_products Get products in a specific category
- search_reviews Search for product reviews
- get_product_reviews Get reviews for a specific product
- search_deals Search for deals and discounts
- get_trending_products Get trending products on the marketplace
- search_by_price_range Search products within a specific price range
- search_by_brand Search products by brand name
- get_seller_products Get all products from a specific seller
- search_orders Search for orders (requires authentication)
- get_order_details Get details of a specific order (requires authentication)
- search_wishlist Search user's wishlist (requires authentication)
- add_to_wishlist Add a product to user's wishlist (requires authentication)
- remove_from_wishlist Remove a product from user's wishlist (requires authentication)
- search_cart Search user's shopping cart (requires authentication)
- add_to_cart Add a product to user's shopping cart (requires authentication)
- remove_from_cart Remove a product from user's shopping cart (requires authentication)
- checkout Proceed to checkout with items in cart (requires authentication)
Environment variables
MARKETPLACE_API_KEY
★ 1 GitHub stars