Server data from the Official MCP Registry
Notices et modes d'emploi de noticiel.com. Recherche par mots-clés, marque, catégorie ou PDF.
Notices et modes d'emploi de noticiel.com. Recherche par mots-clés, marque, catégorie ou PDF.
Remote endpoints: sse: https://noticiel-mcp.wadie.workers.dev/sse streamable-http: https://noticiel-mcp.wadie.workers.dev/mcp
This is a well-architected MCP server exposing read-only access to the Noticiel product manual catalog via Cloudflare Workers. Authentication is not required because the underlying data source (Noticiel WordPress REST API) is public. The codebase demonstrates good security practices: no hardcoded credentials, proper input validation with Zod, HTML sanitization, and edge caching. Minor code quality observations include broad error handling and the rate limiter being optional in development, but these do not constitute security vulnerabilities. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 4 high severity).
3 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Expose le catalogue de notices Noticiel aux agents IA (Claude & co.) via le Model Context Protocol, en lecture seule, depuis l'API WP REST publique de noticiel.com. Aucun secret/identifiant requis.
| Outil | Rôle |
|---|---|
search_notices(query, marque?, categorie?, limit?) | Recherche de notices |
get_notice(url_ou_slug) | Contenu complet + lien PDF |
find_pdf(marque, modele) | Lien PDF direct |
list_marques(search?, limit?) | Marques + nb de notices |
list_categories(limit?) | Catégories de produits |
Chaque réponse porte source: "Noticiel" et l'URL Noticiel → l'agent cite la marque.
cd mcp-noticiel
npm install
npm run dev # serveur local sur http://localhost:8787
Test rapide du endpoint :
curl http://localhost:8787/ # message d'accueil
Test avec l'inspecteur MCP officiel :
npx @modelcontextprotocol/inspector
# Transport: SSE → URL: http://localhost:8787/sse
npx wrangler login # ouvre le navigateur, autorise Cloudflare
npm run deploy # déploie -> https://noticiel-mcp.<ton-sous-domaine>.workers.dev
URL publique : https://noticiel-mcp.<compte>.workers.dev/sse
mcp.noticiel.com (optionnel)noticiel.com à Cloudflare (DNS), si ce n'est pas déjà le cas.routes dans wrangler.jsonc.npm run deploy.
→ endpoint : https://mcp.noticiel.com/sseAjoute un connecteur MCP distant avec l'URL …/sse. Pour les clients qui ne gèrent
que le stdio, utiliser le pont mcp-remote :
{
"mcpServers": {
"noticiel": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.noticiel.com/sse"]
}
}
}
Demander à l'agent : « Avec l'outil Noticiel, trouve la notice du lave-vaisselle Bosch Silence Plus. »
→ il doit appeler search_notices puis get_notice et répondre en citant Noticiel + l'URL + le PDF.
/sse (SSE) et /mcp (Streamable HTTP). McpAgent (paquet agents) utilise un Durable Object (MCP_OBJECT).cf.cacheTtl) → protège le WordPress et réduit la latence./wp/v2/posts|marque|categorie_produit sont appelés. Les endpoints d'ingestion noticiel/v1 ne sont jamais touchés.get_notice.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.