mcp-noticiel
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., "@mcp-noticielFind the PDF manual for a Bosch dishwasher."
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.
Serveur MCP Noticiel — Cloudflare Workers
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.
Outils exposés
Outil | Rôle |
| Recherche de notices |
| Contenu complet + lien PDF |
| Lien PDF direct |
| Marques + nb de notices |
| Catégories de produits |
Chaque réponse porte source: "Noticiel" et l'URL Noticiel → l'agent cite la marque.
Related MCP server: Notion MCP Server
Prérequis
Node.js 18+ et un compte Cloudflare (gratuit).
Installation & test local
cd mcp-noticiel
npm install
npm run dev # serveur local sur http://localhost:8787Test rapide du endpoint :
curl http://localhost:8787/ # message d'accueilTest avec l'inspecteur MCP officiel :
npx @modelcontextprotocol/inspector
# Transport: SSE → URL: http://localhost:8787/sseDéploiement (production)
npx wrangler login # ouvre le navigateur, autorise Cloudflare
npm run deploy # déploie -> https://noticiel-mcp.<ton-sous-domaine>.workers.devURL publique : https://noticiel-mcp.<compte>.workers.dev/sse
Domaine personnalisé mcp.noticiel.com (optionnel)
Ajoute
noticiel.comà Cloudflare (DNS), si ce n'est pas déjà le cas.Décommente le bloc
routesdanswrangler.jsonc.npm run deploy. → endpoint :https://mcp.noticiel.com/sse
Connecter un client
Claude Desktop / Claude.ai (connecteurs)
Ajoute 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"]
}
}
}Vérifier que ça marche
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.
Notes techniques
Transport :
/sse(SSE) et/mcp(Streamable HTTP).McpAgent(paquetagents) utilise un Durable Object (MCP_OBJECT).Cache edge 1 h sur les appels WP (
cf.cacheTtl) → protège le WordPress et réduit la latence.Read-only : seuls les GET de
/wp/v2/posts|marque|categorie_produitsont appelés. Les endpoints d'ingestionnoticiel/v1ne sont jamais touchés.Évolutions possibles : rate-limit (Workers Rate Limiting), ressources MCP (llms.txt, sitemaps), specs structurées dans
get_notice.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/waddou/mcp-noticiel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server