Skip to main content
Glama

Superprecio MCP Server

by bunkerapps

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug logging (optional)false
REQUEST_TIMEOUTNoRequest timeout in milliseconds (optional)30000
SUPERPRECIO_API_URLYesSuperprecio API URL (required)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
price_expertTransform Claude into an expert Argentina supermarket price comparison assistant (expanding to Latin America)

Resources

Contextual data attached and managed by the client

NameDescription
Supermarket ListList of all available supermarkets in Argentina (expanding to Latin America)

Tools

Functions exposed to the LLM to take actions

NameDescription
search_products

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

search_by_code

Search for a specific product by its EAN/barcode across all supermarkets.

This tool is perfect for:

  • Finding exact product matches

  • Scanning barcodes

  • Price checking specific items

  • Verifying product availability

The barcode/EAN search will find the exact same product across different stores, making it ideal for precise price comparisons.

compare_prices

Compare prices for a product across all supermarkets and find the best deal.

This tool analyzes prices and provides:

  • Lowest price and which supermarket has it

  • Highest price for comparison

  • Average price across all stores

  • Potential savings

  • Price differences between stores

Perfect for making informed buying decisions and finding the best deals.

get_best_deals

Find the best deals and discounts currently available in supermarkets.

This tool helps you discover:

  • Products on sale

  • Best price-to-value items

  • Popular deals

  • Discount opportunities

Great for budget shopping and finding savings across all stores.

send_notification

Send a push notification to a specific device or broadcast to all subscribed devices.

This tool can:

  • Send personalized notifications to specific devices

  • Broadcast alerts to all users

  • Include custom data (like product links, images, etc.)

  • Notify about price drops, deals, or important updates

Note: Requires Firebase Cloud Messaging setup on the Superprecio server.

subscribe_device

Subscribe a device to receive push notifications about deals and price alerts.

This tool registers a device token with the Superprecio notification system. Once subscribed, devices will receive:

  • Price drop alerts

  • Special deal notifications

  • New product announcements

  • Custom promotional messages

Note: Requires a valid Firebase Cloud Messaging device token.

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