Skip to main content
Glama

Mercado Livre MCP Server

get-produtos

Retrieve basic product information by providing an array of product names using this tool within the Mercado Livre MCP Server.

Instructions

Buscar informações básicas de produtos

Input Schema

NameRequiredDescriptionDefault
productsYesArray of product names

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "products": { "description": "Array of product names", "items": { "type": "string" }, "type": "array" } }, "required": [ "products" ], "type": "object" }
Install Server

Other Tools from Mercado Livre 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/newerton/mcp-mercado-livre'

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