From 3a921eed35a0ed5e1dcb2ca005135a9e19dbb69f Mon Sep 17 00:00:00 2001 From: Health AI Date: Tue, 14 Jul 2026 15:16:57 -0400 Subject: [PATCH 1/3] Add Clarity (condition-aware ingredient & product safety MCP server) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..ad993d28f 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [SidneyBissoli/medical-terminologies-mcp](https://github.com/SidneyBissoli/medical-terminologies-mcp) [![SidneyBissoli/medical-terminologies-mcp MCP server](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Unified MCP server for ICD-11 (WHO), LOINC, RxNorm, MeSH (NLM), ATC, CID-10 (Brazilian DataSUS), and optional SNOMED CT. 28 tools (34 with SNOMED) with `structuredContent` + `outputSchema` on every default tool. Hosted on Cloudflare Workers, listed on Smithery, and on npm. - [the-momentum/apple-health-mcp-server](https://github.com/the-momentum/apple-health-mcp-server) 🐍 🏠 🍎 🪟 🐧 - An MCP server that provides access to exported data from Apple Health. Data analytics included. - [the-momentum/fhir-mcp-server](https://github.com/the-momentum/fhir-mcp-server) 🐍 🏠 ☁️ - MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language. +- [thehealthai/clarity-mcp](https://github.com/thehealthai/clarity-mcp) 📇 ☁️ - Condition-aware ingredient, product & supplement safety for agents, with provenance on every answer — a verdict, an evidence tier (Gold/Silver/Bronze), and a verifiable citation — across breastfeeding, pregnancy, histamine/MCAS, rosacea, HS, allergy and fertility lenses. 9 tools incl. validate_claim (fact-check a claim against curated cited sources) and check_recall (FDA/consumer recall lookup by brand with Class I flagging and source URLs). Hosted at mcp.healthai.com. - [thelongevityvault/decoder-3am-mcp](https://github.com/thelongevityvault/decoder-3am-mcp) [![thelongevityvault/decoder-3am-mcp MCP server](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp) 📇 ☁️ - Sleep disruption cause classifier using The Longevity Vault's 5-cause framework. Identifies the biological mechanism behind 3am wakeups from symptom descriptions, with tracked links to the full interactive 3AM Decoder. - [wso2/fhir-mcp-server](https://github.com/wso2/fhir-mcp-server) 🐍 🏠 ☁️ - Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support. From d403ba3c4403c0fb759d916f769768662e6a8ac4 Mon Sep 17 00:00:00 2001 From: Al-source-web Date: Mon, 27 Jul 2026 23:39:53 -0400 Subject: [PATCH 2/3] clarity entry: Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad993d28f..9454298cb 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [SidneyBissoli/medical-terminologies-mcp](https://github.com/SidneyBissoli/medical-terminologies-mcp) [![SidneyBissoli/medical-terminologies-mcp MCP server](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Unified MCP server for ICD-11 (WHO), LOINC, RxNorm, MeSH (NLM), ATC, CID-10 (Brazilian DataSUS), and optional SNOMED CT. 28 tools (34 with SNOMED) with `structuredContent` + `outputSchema` on every default tool. Hosted on Cloudflare Workers, listed on Smithery, and on npm. - [the-momentum/apple-health-mcp-server](https://github.com/the-momentum/apple-health-mcp-server) 🐍 🏠 🍎 🪟 🐧 - An MCP server that provides access to exported data from Apple Health. Data analytics included. - [the-momentum/fhir-mcp-server](https://github.com/the-momentum/fhir-mcp-server) 🐍 🏠 ☁️ - MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language. -- [thehealthai/clarity-mcp](https://github.com/thehealthai/clarity-mcp) 📇 ☁️ - Condition-aware ingredient, product & supplement safety for agents, with provenance on every answer — a verdict, an evidence tier (Gold/Silver/Bronze), and a verifiable citation — across breastfeeding, pregnancy, histamine/MCAS, rosacea, HS, allergy and fertility lenses. 9 tools incl. validate_claim (fact-check a claim against curated cited sources) and check_recall (FDA/consumer recall lookup by brand with Class I flagging and source URLs). Hosted at mcp.healthai.com. +- [thehealthai/clarity-mcp](https://github.com/thehealthai/clarity-mcp) [![MCP Score](https://glama.ai/mcp/servers/@thehealthai/clarity-mcp/badge)](https://glama.ai/mcp/servers/@thehealthai/clarity-mcp) 📇 ☁️ - Condition-aware ingredient, product & supplement safety for agents, with provenance on every answer — a verdict, an evidence tier (Gold/Silver/Bronze), and a verifiable citation — across breastfeeding, pregnancy, histamine/MCAS, rosacea, HS, allergy and fertility lenses. 9 tools incl. validate_claim (fact-check a claim against curated cited sources) and check_recall (FDA/consumer recall lookup by brand with Class I flagging and source URLs). Hosted at mcp.healthai.com. - [thelongevityvault/decoder-3am-mcp](https://github.com/thelongevityvault/decoder-3am-mcp) [![thelongevityvault/decoder-3am-mcp MCP server](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp) 📇 ☁️ - Sleep disruption cause classifier using The Longevity Vault's 5-cause framework. Identifies the biological mechanism behind 3am wakeups from symptom descriptions, with tracked links to the full interactive 3AM Decoder. - [wso2/fhir-mcp-server](https://github.com/wso2/fhir-mcp-server) 🐍 🏠 ☁️ - Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support. From 359bdcd7693dfb6cf14c45778ba4468859a0f870 Mon Sep 17 00:00:00 2001 From: Al-source-web Date: Wed, 29 Jul 2026 01:40:33 -0400 Subject: [PATCH 3/3] fix: use Glama score badge for Clarity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9454298cb..83dec73f6 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [SidneyBissoli/medical-terminologies-mcp](https://github.com/SidneyBissoli/medical-terminologies-mcp) [![SidneyBissoli/medical-terminologies-mcp MCP server](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Unified MCP server for ICD-11 (WHO), LOINC, RxNorm, MeSH (NLM), ATC, CID-10 (Brazilian DataSUS), and optional SNOMED CT. 28 tools (34 with SNOMED) with `structuredContent` + `outputSchema` on every default tool. Hosted on Cloudflare Workers, listed on Smithery, and on npm. - [the-momentum/apple-health-mcp-server](https://github.com/the-momentum/apple-health-mcp-server) 🐍 🏠 🍎 🪟 🐧 - An MCP server that provides access to exported data from Apple Health. Data analytics included. - [the-momentum/fhir-mcp-server](https://github.com/the-momentum/fhir-mcp-server) 🐍 🏠 ☁️ - MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language. -- [thehealthai/clarity-mcp](https://github.com/thehealthai/clarity-mcp) [![MCP Score](https://glama.ai/mcp/servers/@thehealthai/clarity-mcp/badge)](https://glama.ai/mcp/servers/@thehealthai/clarity-mcp) 📇 ☁️ - Condition-aware ingredient, product & supplement safety for agents, with provenance on every answer — a verdict, an evidence tier (Gold/Silver/Bronze), and a verifiable citation — across breastfeeding, pregnancy, histamine/MCAS, rosacea, HS, allergy and fertility lenses. 9 tools incl. validate_claim (fact-check a claim against curated cited sources) and check_recall (FDA/consumer recall lookup by brand with Class I flagging and source URLs). Hosted at mcp.healthai.com. +- [thehealthai/clarity-mcp](https://github.com/thehealthai/clarity-mcp) [![thehealthai/clarity-mcp MCP server](https://glama.ai/mcp/servers/thehealthai/clarity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thehealthai/clarity-mcp) 📇 ☁️ - Condition-aware ingredient, product & supplement safety for agents, with provenance on every answer — a verdict, an evidence tier (Gold/Silver/Bronze), and a verifiable citation — across breastfeeding, pregnancy, histamine/MCAS, rosacea, HS, allergy and fertility lenses. 9 tools incl. validate_claim (fact-check a claim against curated cited sources) and check_recall (FDA/consumer recall lookup by brand with Class I flagging and source URLs). Hosted at mcp.healthai.com. - [thelongevityvault/decoder-3am-mcp](https://github.com/thelongevityvault/decoder-3am-mcp) [![thelongevityvault/decoder-3am-mcp MCP server](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp) 📇 ☁️ - Sleep disruption cause classifier using The Longevity Vault's 5-cause framework. Identifies the biological mechanism behind 3am wakeups from symptom descriptions, with tracked links to the full interactive 3AM Decoder. - [wso2/fhir-mcp-server](https://github.com/wso2/fhir-mcp-server) 🐍 🏠 ☁️ - Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support. @@ -3460,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file +