GoDavaii Health AI

Free health AI: drug interaction checks, medicine facts and health questions in 90+ languages

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
100%
Naming quality
87%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~542Tokens (tool definitions)
~795 BTypical response size
Minimal attention impact (0.42% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "health-ai": {
      "url": "https://www.godavaii.com/api/mcp"
    }
  }
}

Remote endpoints

https://www.godavaii.com/api/mcpstreamable-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢check_drug_interaction(drug1, drug2)

Check whether two medicines interact, using GoDavaii's database of 93,000+ verified drug pairs. Accepts generic names (paracetamol, ibuprofen) or Indian brand names (Dolo 650, Combiflam). Returns severity, whether they can usually be taken together, the mechanism, precautions and a link to the full page. Read-only; no data is stored.

Input Schema

{
  "type": "object",
  "properties": {
    "drug1": {
      "type": "string",
      "minLength": 2,
      "maxLength": 80,
      "description": "First medicine, generic or Indian brand name"
    },
    "drug2": {
      "type": "string",
      "minLength": 2,
      "maxLength": 80,
      "description": "Second medicine, generic or Indian brand name"
    }
  },
  "required": [
    "drug1",
    "drug2"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢medicine_info(name)

Look up an Indian medicine by brand or product name (e.g. Dolo 650, Crocin, Augmentin 625) and get its composition, category, company and reference price in INR, plus the GoDavaii page with uses, side effects and alternatives. Read-only; no data is stored.

Input Schema

{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 2,
      "maxLength": 80,
      "description": "Brand or product name as sold in India"
    }
  },
  "required": [
    "name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢ask_health_ai(question)

Ask GoDavaii's Advanced Health AI any health question (symptoms, medicines, dosing, interactions, lab results, home remedies) and get a structured answer in the same language as the question. Country-aware: Indian brands and prices for Indian users. Read-only; the question is processed once and not stored.

Input Schema

{
  "type": "object",
  "properties": {
    "question": {
      "type": "string",
      "minLength": 3,
      "maxLength": 1500,
      "description": "The health question, in any language"
    }
  },
  "required": [
    "question"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools