← preciomx.com

INDIVIDUAL MCP TOOL

get_price_history

Obtener historial de precios de un producto.

preciomx.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

preciomx.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.preciomx-com]
url = "https://mcp.preciomx.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "preciomx-com": {
      "type": "http",
      "url": "https://mcp.preciomx.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: preciomx-com
Remote MCP URL: https://mcp.preciomx.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "preciomx-com": {
      "url": "https://mcp.preciomx.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "preciomx-com": {
      "type": "http",
      "url": "https://mcp.preciomx.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "preciomx-com",
  "transport": "streamable-http",
  "url": "https://mcp.preciomx.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Buscar productos en Mercado Libre Mexico por nombre.
  • get_product_info — Obtener informacion completa de un producto por su ID de Mercado Libre.
  • get_price_trend — Analizar la tendencia de precio de un producto: subiendo, bajando, o estable.
  • get_best_deals — Obtener las mejores ofertas activas en Mercado Libre Mexico.
  • is_good_time_to_buy — Recomendar si es buen momento para comprar un producto basado en datos reales.