ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use medication-interval-calc with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Empower your AI Agent with deterministic medication scheduling. Effortlessly orchestrate strict multi-day dosage timelines offline, guaranteeing absolute privac

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete medication-interval-calc capability set.

These are the exact actions your AI can choose when you ask it to work with medication-interval-calc.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through medication-interval-calc.

  1. 01

    Calculate next dose

    Calculates the exact time for the next medication dose and returns a countdown or overdue status

  2. 02

    Calculate missed dose strategy

    Provides a deterministic adjustment strategy when a patient is late taking their medication

  3. 03

    Calculate medication schedule

    Requires a start time (ISO string), hourly interval, and duration in days. Output handles all timeline cross-overs flawlessly. Generates a rigorous multi-day medication schedule based on a starting time and hourly intervals, guaranteeing mathematical precision for health-tech workflows

  4. 04

    Check dose overlap

    Crucial for detecting drug interactions. Cross-references two medication schedules to detect simultaneous or dangerously close dosing times

Observed, not estimated

931ms average. Fast in production.

medication-interval-calc is checked daily against the live service.

Daily averagePeak 1197ms
Aug 20Today
Fastest day
695ms
Slowest day
1197ms
14-day trend
Stable-4%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of medication-interval-calc, so you can see the experience inside your AI.

It does not authenticate your account with medication-interval-calc. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

medication-interval-calc Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_3gbDqMLZr4Xwoll4JuplljGQ0wi5SqO0a5SL9WKv/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — medication-interval-calc capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "clinical-medication-schedule-generator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_3gbDqMLZr4Xwoll4JuplljGQ0wi5SqO0a5SL9WKv/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions medication-interval-calc owners ask.

  • 01

    How does it protect sensitive health information?

    By leveraging a zero-dependency architecture. The logic runs completely natively within your agent's current environment. It does not ping external servers, call out to health APIs, or store telemetry, making it ideal for privacy-first healthcare workflows.

  • 02

    Why is an LLM bad at building 14-day schedules?

    LLMs struggle with continuous base-60 and base-24 time arithmetic. When projecting 'every 8 hours' over 14 days (42 distinct timestamps), the AI usually loses track of the date roll-overs around day 4 or 5. This engine uses deterministic Date arithmetic to guarantee flawless output.

  • 03

    Does it support arbitrary hour intervals?

    Yes. Whether the medication is required every 4 hours, 8 hours, 12 hours, or even every 36 hours, the chronological progression maps out exactly when each dose occurs until the specified 'days' duration concludes.