Command Palette

Search for a command to run...

UnylyUnyly
Browse all

GoDavaii Health AI

FreeNot checked

Indian medicine database for checking drug interactions, pregnancy safety, and dosage information.

GitHubEmbed

About

Indian medicine database for checking drug interactions, pregnancy safety, and dosage information.

README

An MCP (Model Context Protocol) server that exposes GoDavaii's Indian health knowledge base to MCP-compatible AI clients. Ships a TEASER subset of our curated Indian medicine, drug-interaction, pregnancy-safety and lab-reference database — safe for public distribution. The full knowledge base is available exclusively through the GoDavaii app and website at godavaii.com.

What you get (TEASER build)

  • 500 drug-drug interactions
  • 200 curated Indian medicines with dosing limits
  • 20 lab-test reference ranges
  • Pregnancy-safety categories
  • Generic alternative lookups for branded medicines

Tools exposed

Tool Description
search_medicine Search Indian medicines by name or brand
check_drug_interaction Drug-drug interaction severity + clinical management
find_generic_alternatives Cheaper generic alternatives for branded medicines
check_pregnancy_safety Medicine safety during pregnancy
lookup_lab_test Lab test normal ranges + clinical significance
check_dosage_safety Safe dosage limits across populations (adult/pediatric/elderly)

Install

npm install -g godavaii-mcp-server

Use with an MCP client

Add to your MCP client config (e.g. Claude Desktop):

{
  "mcpServers": {
    "godavaii": {
      "command": "npx",
      "args": ["-y", "godavaii-mcp-server"]
    }
  }
}

About GoDavaii

GoDavaii is an India-first health AI built for every Indian family — multilingual, voice-first, free. Learn more at godavaii.com.

License

MIT

from github.com/godavai01/godavaii-mcp-server

Installing GoDavaii Health AI

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/godavai01/godavaii-mcp-server

FAQ

Is GoDavaii Health AI MCP free?

Yes, GoDavaii Health AI MCP is free — one-click install via Unyly at no cost.

Does GoDavaii Health AI need an API key?

No, GoDavaii Health AI runs without API keys or environment variables.

Is GoDavaii Health AI hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install GoDavaii Health AI in Claude Desktop, Claude Code or Cursor?

Open GoDavaii Health AI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare GoDavaii Health AI with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs