← descontosml.com

INDIVIDUAL MCP TOOL

melhor_cupom

Dado um link ou MLB id de produto do Mercado Livre, devolve o cupom com maior chance de funcionar, o quanto economiza e se o desconto é verificável ou condicional.

descontosml.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://descontosml.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for melhor_cupom and invoke it with your own arguments.

Indexed 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 server

descontosml.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.descontosml]
url = "https://descontosml.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: descontosml
Remote MCP URL: https://descontosml.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": {
    "descontosml": {
      "url": "https://descontosml.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • buscar_promocoes — Lista produtos em promoção no Mercado Livre Brasil, com preço atual, preço de tabela, percentual de desconto e o cupom aplicável quando existe.
  • quedas_de_preco — Lista produtos cujo preço caiu de forma relevante nas últimas horas, incluindo os que atingiram o menor preço já registrado desde que passaram a ser monitorados.