{
 "name": "siw-charting",
 "title": "shift is wild — nursing charting guide",
 "description": "Tools over a nursing documentation guide built on 125 published court decisions: search it, read an article, and get a fill-in template for the note you have to write. Takes no patient information and stores nothing.",
 "version": "1.1.0",
 "homepage": "https://shiftiswild.com/notes/for-ai/",
 "repository": "https://github.com/shiftiswild/charting-mcp",
 "license": "Free to use and quote with a link back.",
 "protocol": "mcp",
 "transport": "stdio",
 "runtime": {
  "command": "python3",
  "requires": "Python 3.9+",
  "dependencies": []
 },
 "install": {
  "files": [
   "https://shiftiswild.com/notes/siw_charting.py",
   "https://shiftiswild.com/notes/corpus.json"
  ],
  "note": "Keep both files in the same folder.",
  "verify": "python3 siw_charting.py --check",
  "config": {
   "mcpServers": {
    "siw-charting": {
     "command": "python3",
     "args": [
      "/full/path/to/siw_charting.py"
     ]
    }
   }
  }
 },
 "tools": [
  {
   "name": "draft_note",
   "about": "Template for the note, wording to avoid, decisions behind it"
  },
  {
   "name": "next_step",
   "about": "What to do besides writing it down"
  },
  {
   "name": "search_charting",
   "about": "Find articles by situation"
  },
  {
   "name": "read_article",
   "about": "A whole article by slug"
  },
  {
   "name": "find_phrases",
   "about": "Stronger wording for a situation"
  },
  {
   "name": "words_to_avoid",
   "about": "Wording that reads badly later"
  },
  {
   "name": "charting_cases",
   "about": "The court decisions themselves"
  },
  {
   "name": "list_sections",
   "about": "Everything, grouped"
  }
 ],
 "prompts": [
  "write-a-note",
  "what-do-i-do-now"
 ],
 "safety": {
  "patient_data": "not accepted",
  "detail": "Chart-shaped input is refused rather than processed: an MRN, a date of birth, a timed entry or anything over 200 characters comes back with a refusal. Nothing is logged, and the server opens no network connection.",
  "not_a_compliance_claim": "This describes how the server is built. What governs a real chart is your employer's policy and whether your model provider has signed a business associate agreement."
 },
 "content": {
  "articles": 60,
  "decisions_cited": 125,
  "corpus": "https://shiftiswild.com/notes/corpus.json",
  "index": "https://shiftiswild.com/notes/llms.txt"
 },
 "built": "2026-09-21"
}