Skip to main content
Glama

MercadoLibre MCP Server

by lumile

search_products

Search for products on MercadoLibre using a query, with options to limit results and offset the starting point for organized browsing.

Instructions

Busca productos en MercadoLibre

Input Schema

NameRequiredDescriptionDefault
limitNoCantidad de resultados a devolver
offsetNoCantidad de resultados a saltar
queryYesConsulta de búsqueda

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Cantidad de resultados a devolver", "type": "number" }, "offset": { "default": 0, "description": "Cantidad de resultados a saltar", "type": "number" }, "query": { "description": "Consulta de búsqueda", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MercadoLibre 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/lumile/mercadolibre-mcp'

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