Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GREENWEEZ_CAMOFOX_URLYesURL of the local Camofox Browser service (loopback). Required for the MCP server to function.
GREENWEEZ_CAMOFOX_API_KEYYesStrong API key for the Camofox Browser service. Required for the MCP server to function.
GREENWEEZ_CAMOFOX_USER_IDNoOptional stable user ID to separate multiple Greenweez accounts on the same machine.
GREENWEEZ_SESSION_DIRECTORYNoOptional directory to store session bundles, keys, and confirmation tokens.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
connect_greenweezA

Retourne un wizard local avec deux liens directs : connexion à un compte existant ou création officielle de compte. Les identifiants restent sur Greenweez.

search_productsA

Recherche publique dans le catalogue Greenweez et retourne une page de produits avec les prix observés.

get_productB

Lit une fiche produit publique par sa référence et son slug, y compris les informations alimentaires publiées.

get_cartA

Relit le panier réel du compte connecté sans demander les adresses, paiements ni données de profil.

preview_add_to_cartA

Relit la fiche, l’offre, le stock et le panier, puis crée une confirmation à usage unique valable deux minutes. Ne modifie pas le panier.

confirm_add_to_cartA

Consomme une confirmation d’ajout, refuse tout panier modifié entre-temps, ajoute exactement une unité, puis vérifie le panier réel.

preview_remove_from_cartB

Relit le panier et crée une confirmation à usage unique pour retirer toute la ligne ciblée. Ne modifie pas le panier.

confirm_remove_from_cartB

Consomme une confirmation de retrait, refuse tout panier modifié entre-temps, retire la ligne ciblée, puis vérifie le panier réel.

Prompts

Interactive templates invoked by user choice

NameDescription
onboard_greenweezDémarre le wizard local Greenweez avant toute action de panier ou de compte.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ncleton-petitmaker/greenweez-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server