Health Canada Summary Reports MCP Server
Health Canada Summary Reports — servidor MCP
Servidor MCP que expone la API pública « Rapports sommaires » de Santé Canada (resúmenes de los motivos de decisión / SBD, decisiones reglamentarias / RDS, resúmenes de examen de inocuidad / SSR) en forma de herramientas utilizables por un agente compatible con MCP — en particular un agente Microsoft Copilot Studio.
Herramienta complementaria de health-canada-summary-reports-explorer
(la versión web), con la misma API de origen; ningún dato se almacena ni se envía a ningún otro sitio que health-products.canada.ca.
Herramientas expuestas
searchHealthCanadaReports— búsqueda por nombre de producto, fabricante, ingrediente, área terapéutica o número de control. Devuelve una breve lista de ID coincidentes.getHealthCanadaReport— recupera el texto completo de un informe por su ID exacto (formateado en Markdown).
Ambas herramientas aceptan reportType (sbd | rds | ssr) y lang (fr | en, por defecto fr).
Related MCP server: Enterprise Knowledge MCP Server
Inicio local
Requisitos previos: Node.js 18+.
npm install
npm run build
npm startEl servidor escucha en http://localhost:3000/mcp.
Conectar el servidor a Copilot Studio
Copilot Studio debe acceder al servidor mediante una URL HTTPS pública. Para desarrollo/pruebas, lo más sencillo es usar Dev Tunnels (herramienta oficial de Microsoft):
devtunnel host -p 3000 --allow-anonymousCopie la URL generada (formato https://xxxxx-3000.devtunnels.ms — el puerto es un sufijo en el nombre de host, no
:3000) y añada /mcp al final.
A continuación, en Copilot Studio:
Abra su agente → pestaña Herramientas (Tools) → Agregar una herramienta (Add a tool).
Seleccione Model Context Protocol.
Rellene:
Nombre del servidor:
Rapports sommaires Santé CanadaDescripción:
Recherche et consultation des rapports de décision réglementaire et d'innocuité de Santé Canada (médicaments et instruments médicaux).URL del servidor:
https://xxxxx-3000.devtunnels.ms/mcpAutenticación:
Aucune(la API de origen es pública, sin clave)
Haga clic en Crear y pruebe en la pestaña Vista previa con una pregunta como «¿Por qué Santé Canada aprobó Abilify?» o «¿Ha habido un examen de seguridad sobre tofacitinib?».
Despliegue en producción
Un túnel de desarrollo no está pensado para permanecer abierto de forma continua. Para un uso permanente, aloje este
servidor Node.js en una plataforma habitual (Azure Container Apps, Azure App Service, Render, Fly.io, etc.) y
utilice su URL HTTPS estable en lugar de la URL de devtunnel en Copilot Studio. El servidor no requiere ninguna
base de datos ni variable de entorno (excepto la opcional PORT).
Estructura
src/
├── index.ts # serveur MCP (transport Streamable HTTP sur /mcp)
├── api.ts # client de l'API Santé Canada + cache en mémoire des listes
└── format.ts # conversion des champs HTML de l'API en Markdown lisibleThis 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 Connectors
Agentic search over your Dewey document collections from any MCP-compatible client.
Agent-driven search: build, import, tune, search, and score result quality — all over MCP.
Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes.
The Needle MCP server enables semantic search on documents stored in files like PDFs, DOCX, and XLSX by connecting AI applications to external data sources. It provides capabilities to create and manage document collections, perform natural language searches on stored content, and retrieve relevant information without requiring exact keyword matches.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceTransforms PDF collections into a searchable knowledge base using TF-IDF indexing and proximity matching. It enables users to search documents, retrieve specific page content, and manage document libraries through natural language via MCP clients.5
- FlicenseNot gradedqualityCmaintenanceProvides read-only, citation-backed semantic search and retrieval-augmented generation over enterprise documents via standardized MCP tools, with local embeddings for privacy.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to query and manage a document knowledge base via MCP, with RAG-powered search and grounded answers with citations.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to securely search and ingest corporate documents via MCP, offering hybrid retrieval, PII sanitization, role-based access control, and citation validation.MIT
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/lnpapin/health-canada-summary-reports-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server