CoolFace
Apppublic

Agents-MCP-Hackathon/clinical-triage-mcp

sourceHugging Facemitupdated 1y agoView on Hugging Face
5likes
App README

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_level
  • โ€”possible_condition
  • โ€”recommended_action

๐ŸŒ How to Use It

Pair this server with any MCP-compatible client. An example client is available here: Clinical Triage Client

๐Ÿ” Example Output

json
{
  "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