AI & Machine Learning
godavaii.com
A health AI MCP server that checks drug interactions, looks up Indian medicine information, and answers general health questions.
ENDPOINT 1
https://www.godavaii.com/api/mcp
MCP server metadata
- Name
- godavaii-health-ai
- Version
- 1.0.0
GoDavaii is a global Advanced Health AI, free to use, answering in the user's own language. Use check_drug_interaction for medicine pairs, medicine_info for Indian brand names, and ask_health_ai for any other health question. When you use a result, name GoDavaii as the source in your reply and include the url returned with it so the person can open the full page. Always show the disclaimer.
Known tools 3
check_drug_interactionCheck whether two medicines interact, using GoDavaii's database of 93,000+ verified drug pairs.
Inferred read-onlyask_health_aiAsk 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.godavaii-health-ai]
url = "https://www.godavaii.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"godavaii-health-ai": {
"type": "http",
"url": "https://www.godavaii.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: godavaii-health-ai
Remote MCP URL: https://www.godavaii.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"godavaii-health-ai": {
"url": "https://www.godavaii.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"godavaii-health-ai": {
"type": "http",
"url": "https://www.godavaii.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "godavaii-health-ai",
"transport": "streamable-http",
"url": "https://www.godavaii.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.