{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "dosyne",
    "title": "Dosyne",
    "version": "1.0.0"
  },
  "description": "Reconstitution arithmetic and insulin syringe reference as read-only tools. It computes concentrations, volumes and syringe readings from values the caller supplies. It recommends no amount, stores nothing, and reads no user data.",
  "endpoint": "https://dosyne.com/mcp",
  "transport": {
    "type": "streamable-http",
    "url": "https://dosyne.com/mcp"
  },
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://dosyne.com/mcp"
    }
  ],
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": [
      {
        "name": "reconstitute_vial",
        "description": "Vial strength and diluent volume to concentration, draw volume, syringe reading and draws per vial."
      },
      {
        "name": "amount_to_syringe_units",
        "description": "An amount in mcg or mg to a syringe reading at a stated concentration, on any scale."
      },
      {
        "name": "diluent_volume",
        "description": "How much diluent to add for a target concentration, or to land an amount on a chosen mark."
      },
      {
        "name": "syringe_reference",
        "description": "What one mark is worth on a calibration, and the same volume on another scale."
      },
      {
        "name": "titration_schedule",
        "description": "Lay out a schedule already given by a prescriber as dates and readings. It proposes nothing."
      },
      {
        "name": "search_reference",
        "description": "Find the page on dosyne.com that answers a question, with its markdown twin."
      }
    ],
    "resources": [
      {
        "uri": "https://dosyne.com/api/v1/syringes.json",
        "name": "syringe-reference",
        "mimeType": "application/json"
      },
      {
        "uri": "https://dosyne.com/api/v1/formulas.json",
        "name": "reconstitution-arithmetic",
        "mimeType": "application/json"
      },
      {
        "uri": "https://dosyne.com/llms.txt",
        "name": "site-index",
        "mimeType": "text/markdown"
      }
    ],
    "prompts": []
  },
  "documentation": "https://dosyne.com/api/",
  "provider": {
    "name": "Vast Flow, LLP",
    "url": "https://dosyne.com"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/"
}
