Skip to main content
Glama

Superprecio MCP Server

by bunkerapps

search_products

Search for products across Argentina supermarkets to compare prices and find deals. Get product images, prices, availability, and direct store links from multiple retailers simultaneously.

Instructions

Search for products by name or description across all Argentina supermarkets.

This tool searches multiple supermarkets simultaneously and returns price comparisons. It's perfect for finding the best deals and comparing prices across different stores.

The search is smart and handles:

  • Spanish characters and accents (café, leche, etc.)

  • Partial matches

  • Common product names

  • Brand names

Results include:

  • Product images

  • Prices

  • Direct links to products

  • Supermarket information

  • Availability across stores

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results per supermarket (1-50, default: 9)
queryYesProduct name or description to search for (e.g., "leche descremada", "arroz integral", "coca cola")
sortByNoHow to sort the resultsOrderByTopSaleDESC

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "default": 9, "description": "Maximum number of results per supermarket (1-50, default: 9)", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Product name or description to search for (e.g., \"leche descremada\", \"arroz integral\", \"coca cola\")", "type": "string" }, "sortBy": { "default": "OrderByTopSaleDESC", "description": "How to sort the results", "enum": [ "OrderByTopSaleDESC", "OrderByPriceASC", "OrderByPriceDESC" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Superprecio 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/bunkerapps/superprecio_mcp'

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