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.
Related MCP Servers
AlicenseBqualityFmaintenanceA WordPress plugin that implements the Model Context Protocol to enable AI models and applications to interact with WordPress sites in a structured and secure way.Last updated549943ISC- Flicense-qualityDmaintenanceConnects AI assistants to Notion workspaces, allowing users to search, create, and manage pages or databases through natural language conversations. It supports complex database querying, content updates, and workspace organization via the Model Context Protocol.Last updated
- Flicense-qualityDmaintenanceEnables WordPress content management through the Model Context Protocol, allowing AI agents to create, read, update, and delete posts, metadata, taxonomies, and terms, as well as interact with Gutenberg blocks.Last updated1
- Alicense-qualityAmaintenanceExposes local markdown documentation, notes, and knowledge bases to AI tools via the Model Context Protocol without embeddings or uploading.Last updated1MIT
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
Agentic search over your Dewey document collections from any MCP-compatible client.
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/waddou/mcp-noticiel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server