Agents-MCP-Hackathon/clinical-triage-mcp
5
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
๐ฉบ Clinical Triage MCP Server
This Hugging Face Space hosts an MCP (Multi-Modal Communication Protocol) server designed for clinical triage. It exposes tools that analyze user-reported symptoms and return structured medical guidance.
โ๏ธ How It Works
- Accepts structured input (e.g., "chest pain and shortness of breath")
- Returns structured JSON responses with:
urgency_levelpossible_conditionrecommended_action
๐ How to Use It
Pair this server with any MCP-compatible client. An example client is available here: Clinical Triage Client
๐ Example Output
{
"urgency_level": "High",
"possible_condition": "cardiac distress or pulmonary embolism",
"recommended_action": "seek immediate emergency medical attention"
}๐น Demonstration
The space here actually uses this MCP server, demonstrating its usability.
๐ ๏ธ Built With
- Mistral API
- Gradio MCP interface
- Hugging Face Spaces
