# GoDavaii Health AI (remote · www.godavaii.com)

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

- Trust score: 75/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `www.godavaii.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/com-godavaii-health-ai/api-mcp.md), [page](https://verifymcp.io/servers/com-godavaii-health-ai/api-mcp)

## Channel facts

- Endpoint: `https://www.godavaii.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 388 tokens (~129/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the GoDavaii Health AI MCP server?

GoDavaii Health AI is a hosted endpoint at https://www.godavaii.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-godavaii-health-ai 'https://www.godavaii.com/api/mcp'
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "com-godavaii-health-ai": {
      "type": "http",
      "url": "https://www.godavaii.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-godavaii-health-ai]
url = "https://www.godavaii.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-godavaii-health-ai": {
      "type": "remote",
      "url": "https://www.godavaii.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-godavaii-health-ai --url 'https://www.godavaii.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-godavaii-health-ai:
    url: "https://www.godavaii.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-godavaii-health-ai": {
      "Transport": "http",
      "Url": "https://www.godavaii.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-godavaii-health-ai -t streamable-http -u 'https://www.godavaii.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-godavaii-health-ai": {
      "type": "http",
      "url": "https://www.godavaii.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 75)

First indexed and scored.

## MCP tools (3)

### `check_drug_interaction` (~123 tokens)

Check drug interaction

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 parameters:

- `drug1` (string, required): First medicine, generic or Indian brand name
- `drug2` (string, required): Second medicine, generic or Indian brand name

### `medicine_info` (~88 tokens)

Medicine information (India)

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 parameters:

- `name` (string, required): Brand or product name as sold in India

### `ask_health_ai` (~87 tokens)

Ask GoDavaii Health AI

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 parameters:

- `question` (string, required): The health question, in any language

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-godavaii-health-ai/api-mcp#diagnostics

## Score history

- 2026-09-25: 75

## Common questions

### What is the GoDavaii Health AI MCP server?

GoDavaii Health AI is an MCP server listed in the public MCP registry as com.godavaii/health-ai. Free health AI: drug interaction checks, medicine facts and health questions in 90+ languages. This page covers its hosted endpoint (https://www.godavaii.com/api/mcp).

### Is the GoDavaii Health AI MCP server safe to use?

GoDavaii Health AI scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the GoDavaii Health AI MCP server expose?

GoDavaii Health AI exposes 3 tools: check_drug_interaction, medicine_info, ask_health_ai. Their descriptions and schemas cost roughly 298 tokens of context every time the server is loaded.

### Does the GoDavaii Health AI MCP server require authentication?

No. We connected to GoDavaii Health AI without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the GoDavaii Health AI MCP server still maintained?

GoDavaii Health AI is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.godavaii.com/api/mcp
- Website: https://www.godavaii.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-godavaii-health-ai/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-godavaii-health-ai/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-godavaii-health-ai/api-mcp
