OVS MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OVS MCPCherche du seitan disponible et montre-moi les cinq meilleurs résultats."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OVS MCP
Serveur Model Context Protocol non officiel pour Official Vegan Shop. Ajoutez ce dépôt à Codex, Claude Code ou tout client MCP compatible, connectez votre compte OVS, puis recherchez des produits et préparez votre panier en langage naturel.
Projet indépendant, sans affiliation avec Official Vegan Shop.
Installation dans un client MCP
Prérequis : Node.js 22.12 ou plus récent.
Utilisez directement le dépôt GitHub, sans clone local :
{
"mcpServers": {
"ovs": {
"command": "npx",
"args": [
"-y",
"--package=github:ncleton-petitmaker/ovs-mcp",
"ovs-mcp"
]
}
}
}Cette configuration utilise le transport MCP stdio, commun aux clients de bureau. Redémarrez le client après l’ajout.
Related MCP server: Amazon MCP Server
Connexion
Demandez simplement :
Connecte mon compte Official Vegan Shop.
Le client appelle connect_ovs et affiche un lien de connexion local sécurisé. Saisissez vos identifiants sur cette page, puis revenez dans le client.
Vous n’avez pas encore de compte ? Cette même page propose le lien officiel de création de compte OVS.
Le mot de passe ne passe jamais dans la conversation ni dans le protocole MCP.
Le mot de passe n’est jamais enregistré.
Seuls les cookies nécessaires à la session sont conservés localement dans un fichier privé (
0600).Les outils ne renvoient ni profil client, ni email, ni adresse.
Exemples de demandes :
Cherche du seitan disponible et montre-moi les cinq meilleurs résultats.
Ajoute deux unités du premier produit au panier.
Montre-moi le panier OVS.
Toute modification du panier est prévisualisée et exige une confirmation liée à l’état exact du panier.
Outils MCP
Outil | Fonction |
| Vérifie la connexion ou fournit le lien de connexion sécurisé |
| Recherche le catalogue OVS en direct |
| Lit le panier sans exposer les données du compte |
| Prévisualise, confirme et ajoute un produit |
| Prévisualise, confirme et retire un produit |
CLI
npx -y --package=github:ncleton-petitmaker/ovs-mcp ovs connect
npx -y --package=github:ncleton-petitmaker/ovs-mcp ovs search "seitan"
npx -y --package=github:ncleton-petitmaker/ovs-mcp ovs cartDéveloppement
npm ci
npm run verifyLe serveur HTTP optionnel n’écoute que sur la boucle locale :
npm run compile
node dist/index.js --transport httpSécurité et confidentialité
Le dépôt ne contient aucun compte, identifiant, cookie, panier ou fixture personnelle. Le contrôle de confidentialité analyse aussi le paquet distribuable avant publication. Consultez SECURITY.md pour signaler un problème sans publier de secret.
Licence MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search products, manage shopping carts, place orders, and retrieve order history from Amazon and Target accounts.Last updated2MIT
- Alicense-qualityDmaintenanceEnables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.Last updated26MIT
- Flicense-qualityDmaintenanceEnables searching for groceries and automatically adding items to cart through various grocery vendor APIs like Rami Levy and Keshet.Last updated3
- Alicense-quality-maintenanceEnables agentic grocery shopping on Oda (Norway) and Mathem (Sweden) platforms through an MCP-compatible interface. Users can search for products, manage their shopping cart, and access order history using natural language commands.Last updated1
Related MCP Connectors
Shop connected e-commerce stores: search, compare, cart, and checkout with buyer approval.
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
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/ovs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server