Skip to main content
Glama

Bargainer MCP Server

search_deals

Search for deals across multiple sources using a text query and advanced filters like price, category, rating, and store. Sort results by price, rating, popularity, or date to find the best offers.

Instructions

Search for deals across multiple sources based on text query and filters

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory filter (e.g., "electronics", "clothing", "home")
limitNoMaximum number of results (1-100)
maxPriceNoMaximum price filter
minPriceNoMinimum price filter
minRatingNoMinimum rating filter (0-5)
queryYesSearch query for deals (e.g., "gaming laptop", "iPhone", "kitchen appliances")
sortByNoSort criteria
sortOrderNoSort order
sourcesNoSpecific sources to search (e.g., ["slickdeals", "rapidapi"])
storeNoStore/retailer filter (e.g., "amazon", "best buy")

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category filter (e.g., \"electronics\", \"clothing\", \"home\")", "type": "string" }, "limit": { "description": "Maximum number of results (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "maxPrice": { "description": "Maximum price filter", "type": "number" }, "minPrice": { "description": "Minimum price filter", "type": "number" }, "minRating": { "description": "Minimum rating filter (0-5)", "type": "number" }, "query": { "description": "Search query for deals (e.g., \"gaming laptop\", \"iPhone\", \"kitchen appliances\")", "type": "string" }, "sortBy": { "description": "Sort criteria", "enum": [ "price", "rating", "popularity", "date" ], "type": "string" }, "sortOrder": { "description": "Sort order", "enum": [ "asc", "desc" ], "type": "string" }, "sources": { "description": "Specific sources to search (e.g., [\"slickdeals\", \"rapidapi\"])", "items": { "type": "string" }, "type": "array" }, "store": { "description": "Store/retailer filter (e.g., \"amazon\", \"best buy\")", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Bargainer MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/karthiksivaramms/bargainer-mcp-client'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server