← vintage-postcard.fr

INDIVIDUAL MCP TOOL

quote_cart

Devis exact d'un panier : sous-total, option cadre, frais de livraison (offerts dès 30 €) et total.

vintage-postcard.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://vintage-postcard.fr/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_postcards — Recherche dans tout le catalogue d'affiches vintage par mot-clé (ville, pays, région, thème), collection et filtres de prix.
  • get_postcard — Fiche complète d'une affiche : description, prix, prix barré, formats, option cadre, image, frais de port et affiches similaires.
  • list_destinations — Toutes les destinations du catalogue, groupées par pays avec le nombre d'affiches et quelques exemples.
  • get_catalog_overview — Chiffres clés de la boutique : nombre d'affiches, pays couverts, fourchette de prix, formats, prix du cadre, règles de livraison.
  • start_order — Crée une session de commande pour le client (panier + email + adresse de livraison optionnelle) et renvoie son identifiant, à utiliser ensuite avec `pay_order`.
  • pay_order — Déclenche le paiement d'une session ouverte avec `start_order`.
  • get_order_status — Statut d'une commande (en attente, payée, annulée) à partir de son numéro et de l'email du client, ou de l'identifiant de session de commande.
  • request_custom_poster — Enregistre une demande de création d'affiche vintage sur mesure (ville, style, précisions).