← infolight.fr

INDIVIDUAL MCP TOOL

search_policies

Infos boutique : livraison, retours, CGV, moyens de paiement, contact, RGPD, mentions legales.

infolight.frnone 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

infolight.fr

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

.mcp.json

{
  "mcpServers": {
    "infolight-fr": {
      "type": "http",
      "url": "https://www.infolight.fr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "infolight-fr",
  "transport": "streamable-http",
  "url": "https://www.infolight.fr/mcp"
}
MCP Inspector

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

Related tools

  • search_catalog — Recherche dans le catalogue par texte ou categorie.
  • get_product — Fiche complete d'un produit : description, prix, stock, marque, categorie.
  • get_categories — Liste des categories (natures), familles et marques disponibles.
  • get_promotions — Liste des produits en promotion avec prix barres et prix promo.