Greenweez MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GREENWEEZ_CAMOFOX_URL | Yes | URL of the local Camofox Browser service (loopback). Required for the MCP server to function. | |
| GREENWEEZ_CAMOFOX_API_KEY | Yes | Strong API key for the Camofox Browser service. Required for the MCP server to function. | |
| GREENWEEZ_CAMOFOX_USER_ID | No | Optional stable user ID to separate multiple Greenweez accounts on the same machine. | |
| GREENWEEZ_SESSION_DIRECTORY | No | Optional directory to store session bundles, keys, and confirmation tokens. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| onboard_greenweez | Démarre le wizard local Greenweez avant toute action de panier ou de compte. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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