🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

aidocadvise

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aidocadvise

AIDocAdvise CLI — AI-powered medical information for coding agents. NHS, NICE, BNF sourced guidance.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

AIDocAdvise CLI

AI-powered medical information for coding agents. NHS, NICE, BNF, MHRA sourced guidance in one command.

Quick Start

npm install -g aidocadvise
adx signup my-practice --local
adx ask "NHS referral pathway for suspected Type 2 diabetes"

Commands

CommandDescription
adx signup <slug>Create account, get API key
adx login --key <key>Save existing API key
adx ask "query"Ask a medical information question
adx ask "query" --jsonRaw JSON output (for piping)
adx balanceCheck remaining sessions
adx historyRecent research sessions
adx meAccount info
adx topupRequest credits
adx mcp-serveStart MCP server (stdio)

MCP Integration

Add to your .mcp.json:

{
  "mcpServers": {
    "aidocadvise": {
      "type": "stdio",
      "command": "adx",
      "args": ["mcp-serve"]
    }
  }
}

Coverage

  • 46K+ medical rules from 8 NHS sources
  • 10 expert agents: Symptoms, Medications, Referrals, Mental Health, Chronic Conditions, Emergency Triage, Patient Rights, Women's Health, Paediatrics, Prescribing
  • Sources: NHS Pathways, NICE Guidelines, BNF, MHRA, ICD-11, MedlinePlus, Orphanet

Agent Rules Snippet

Add to your project rules file:

## AIDocAdvise
Use the adx CLI for medical information research.
API key is in .adx/config.json (auto-loaded).
- adx ask "your medical question" — get sourced medical information
- adx balance — check remaining sessions
- adx --help — full reference

Config Priority

--key flag > ADX_API_KEY env > .adx/config.json (local) > ~/.adx/config.json (global)

Terms

Health information for guidance only. Not medical advice. Always consult your GP or NHS 111.

  • https://aidocadvise.com/disclaimer
  • https://aidocadvise.com/terms

Tyga.Cloud Ltd (UK #14643275) | https://aidocadvise.com

Keywords

aidocadvise

FAQs

Package last updated on 09 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts