← bouguise.com

INDIVIDUAL MCP TOOL

admin_stock_overview

Réservé à l'équipe.

bouguise.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://bouguise.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for admin_stock_overview 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • request_otp — Envoie un code à usage unique par e-mail pour se connecter à la boutique.
  • verify_otp — Vérifie le code reçu par e-mail et ouvre la session.
  • search_products — Recherche dans le catalogue public (articles en vente).
  • get_product — Renvoie le détail d'un article à partir de son identifiant, de son slug (fournis par search_products) ou de sa référence.
  • list_categories — Liste les rayons du catalogue (avec le nombre d'articles).
  • get_facets — Renvoie les filtres du catalogue et le nombre d'articles par option (tranches de prix, disponibilité, note, promotions).
  • check_availability — Indique si un article est en stock, bientôt épuisé ou épuisé.
  • add_to_cart — Ajoute un article au panier de la conversation (identifiant, slug ou référence).