Health Canada Summary Reports MCP Server
Health Canada Summary Reports — MCPサーバー
Santé Canada の公開API「Rapports sommaires」(Résumés des motifs de décision / SBD、Décisions réglementaires / RDS、Résumés d'examen d'innocuité / SSR)を、MCP互換エージェント(特に Microsoft Copilot Studio エージェント)が利用できるツールとして提供する MCP サーバーです。
health-canada-summary-reports-explorer(Web版)のコンパニオンツールです。同じAPIソースを使用し、データは health-products.canada.ca 以外には保存・送信されません。
公開ツール
searchHealthCanadaReports— 製品名、製造元、成分、治療分野、または管理番号で検索します。一致するIDの短いリストを返します。getHealthCanadaReport— 正確なID(Markdown形式)でレポートの全文を取得します。
どちらのツールも reportType(sbd | rds | ssr)と lang(fr | en、既定値 fr)を受け入れます。
Related MCP server: Enterprise Knowledge MCP Server
ローカルでの起動
前提条件:Node.js 18+。
npm install
npm run build
npm startサーバーは http://localhost:3000/mcp で待ち受けます。
Copilot Studio へのサーバー接続
Copilot Studio は 公開HTTPS URL を介してサーバーに接続する必要があります。開発/テストには、Dev Tunnels(Microsoft公式ツール)を使用するのが最も簡単です:
devtunnel host -p 3000 --allow-anonymous生成されたURL(形式 https://xxxxx-3000.devtunnels.ms — ポートはホスト名の接尾辞であり、:3000 ではありません)をコピーし、最後に /mcp を追加します。
次に、Copilot Studio で:
エージェントを開く → ツール(Tools)タブ → ツールの追加(Add a tool)を選択します。
Model Context Protocol を選択します。
次のように入力します:
サーバー名:
Rapports sommaires Santé Canada説明:
Recherche et consultation des rapports de décision réglementaire et d'innocuité de Santé Canada (médicaments et instruments médicaux).サーバーURL:
https://xxxxx-3000.devtunnels.ms/mcp認証:
Aucune(ソースAPIは公開されており、キーは不要です)
作成 をクリックし、プレビュー タブで「なぜSanté CanadaはAbilifyを承認したのですか?」や「トファシチニブに関する安全性審査はありましたか?」のような質問でテストします。
本番環境へのデプロイ
開発用トンネルは継続的に開いたままにするためのものではありません。恒久的に使用するには、このNode.jsサーバーを一般的なプラットフォーム(Azure Container Apps、Azure App Service、Render、Fly.io など)でホストし、Copilot Studio では devtunnel URL の代わりに安定したHTTPS URLを使用してください。サーバーはデータベースや環境変数(オプションの PORT を除く)を必要としません。
構成
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