Skip to content

jyswee/adx-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Command Description
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" --json Raw JSON output (for piping)
adx balance Check remaining sessions
adx history Recent research sessions
adx me Account info
adx topup Request credits
adx mcp-serve Start 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.


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

About

AIDocAdvise CLI — AI-powered medical information for coding agents. NHS, NICE, BNF sourced. 46K+ rules, 10 expert agents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors