Skip to main content
Glama
maximeallanic

mcp-carrefour-drive

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CARREFOUR_EMAILYesYour Carrefour account email
CARREFOUR_DATA_DIRNoDirectory for cookies/session data (default: ~/.carrefour-mcp)~/.carrefour-mcp
CARREFOUR_PASSWORDYesYour Carrefour account password

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
loginD
check_loginD
logoutD
select_storeD
search_productsD
get_product_detailsD
add_to_cartD
remove_from_cartD
update_cart_quantityD
get_cartD
get_available_slotsD
select_slotD
get_checkout_summaryD
confirm_and_payD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 14 tools

Disambiguation5/5

Each tool targets a clearly distinct action or resource: authentication (login/check_login/logout), product search and details, cart operations (add/remove/update/get), slot selection, checkout, and store selection. No two tools appear to do the same thing, and boundaries are easy to infer from names.

Naming Consistency5/5

All names use snake_case consistently, with a predictable verb_noun pattern (search_products, add_to_cart, get_available_slots, confirm_and_pay). The bare verbs login and logout are natural exceptions that do not break consistency.

Tool Count5/5

14 tools are well-scoped for an end-to-end grocery drive ordering workflow. Each tool has a clear role in the flow, and the count is neither thin nor bloated.

Completeness4/5

The surface covers authentication, product discovery, cart lifecycle, slot selection, checkout, and store selection—the core of a drive order. Missing order history/status or payment method management are minor gaps that agents can likely work around.

Maintenance

ActivityInactive
ResponsivenessNo issues