Health Canada Summary Reports MCP Server
Health Canada Summary Reports — MCP-Server
Ein MCP-Server, der die öffentliche API „Rapports sommaires“ von Santé Canada (Zusammenfassungen der Entscheidungsgründe / SBD, Regulatorische Entscheidungen / RDS, Zusammenfassungen der Sicherheitsüberprüfung / SSR) als Tools bereitstellt, die von einem MCP-kompatiblen Agenten genutzt werden können – insbesondere von einem Microsoft Copilot Studio-Agenten.
Begleittool zu health-canada-summary-reports-explorer (der Webversion) mit derselben Quell-API; es werden keine Daten gespeichert oder an andere Stellen als an health-products.canada.ca übertragen.
Verfügbare Tools
searchHealthCanadaReports— sucht nach Produktname, Hersteller, Wirkstoff, Therapiegebiet oder Kontrollnummer. Gibt eine kurze Liste passender IDs zurück.getHealthCanadaReport— ruft den vollständigen Text eines Berichts anhand seiner exakten ID ab (als Markdown formatiert).
Beide Tools akzeptieren reportType (sbd | rds | ssr) und lang (fr | en, Standard fr).
Related MCP server: Enterprise Knowledge MCP Server
Lokaler Start
Voraussetzungen: Node.js 18+.
npm install
npm run build
npm startDer Server ist unter http://localhost:3000/mcp erreichbar.
Den Server mit Copilot Studio verbinden
Copilot Studio muss den Server über eine öffentliche HTTPS-URL erreichen. Für Entwicklung/Tests ist es am einfachsten, Dev Tunnels (offizielles Microsoft-Tool) zu verwenden:
devtunnel host -p 3000 --allow-anonymousKopieren Sie die generierte URL (Format https://xxxxx-3000.devtunnels.ms — der Port ist ein Suffix im Hostnamen, nicht :3000) und fügen Sie /mcp am Ende hinzu.
Anschließend in Copilot Studio:
Öffnen Sie Ihren Agenten → Registerkarte Extras (Tools) → Tool hinzufügen (Add a tool).
Wählen Sie Model Context Protocol aus.
Geben Sie Folgendes an:
Servername:
Rapports sommaires Santé CanadaBeschreibung:
Recherche et consultation des rapports de décision réglementaire et d'innocuité de Santé Canada (médicaments et instruments médicaux).Server-URL:
https://xxxxx-3000.devtunnels.ms/mcpAuthentifizierung:
Aucune(die Quell-API ist öffentlich, ohne Schlüssel)
Klicken Sie auf Erstellen, und testen Sie dann auf der Registerkarte Vorschau mit einer Frage wie „Warum hat Santé Canada Abilify zugelassen?“ oder „Gab es eine Sicherheitsüberprüfung zu Tofacitinib?“.
Bereitstellung in der Produktion
Ein Entwicklungstunnel ist nicht dafür gedacht, dauerhaft geöffnet zu bleiben. Für den dauerhaften Einsatz hosten Sie diesen Node.js-Server auf einer gängigen Plattform (Azure Container Apps, Azure App Service, Render, Fly.io usw.) und verwenden Sie in Copilot Studio dessen stabile HTTPS-URL anstelle der Dev-Tunnel-URL. Der Server benötigt weder eine Datenbank noch Umgebungsvariablen (mit der optionalen Ausnahme von PORT).
Struktur
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