ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Timesheet to Invoice Calculator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Convert work shifts and breaks into precise decimal hours and total payment amounts.

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 Timesheet to Invoice Calculator capability set.

These are the exact actions your AI can choose when you ask it to work with Timesheet to Invoice Calculator.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Timesheet to Invoice Calculator.

  1. 01

    Get complexity tiers

    Retrieve complexity tier information

  2. 02

    Calculate payment

    Calculate total payment amount

  3. 03

    Validate shifts

    Validate work shifts for logical errors

  4. 04

    Calculate work hours

    Calculate total work hours after breaks

Observed, not estimated

625ms average. Fast in production.

Timesheet to Invoice Calculator is checked daily against the live service.

Daily averagePeak 709ms
Aug 20Today
Fastest day
490ms
Slowest day
709ms
14-day trend
Slowing+21%

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 Timesheet to Invoice Calculator, so you can see the experience inside your AI.

It does not authenticate your account with Timesheet to Invoice Calculator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Timesheet to Invoice Calculator Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_lVsWF2gzVaEgv1zfwteqWUjCw94M7oQBs35AZjLY/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 — Timesheet to Invoice Calculator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "timesheet-to-invoice-calculator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lVsWF2gzVaEgv1zfwteqWUjCw94M7oQBs35AZjLY/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 Timesheet to Invoice Calculator owners ask.

  • 01

    How does the capability handle breaks?

    The calculate_work_hours capability accepts a breakMinutes parameter which is subtracted from the total duration of all shifts to provide net worked hours.

  • 02

    Can I validate my shift data before calculating payment?

    Yes, you can use the validate_shifts capability to check for logical errors, such as end times occurring before start times.

  • 03

    What format should the shifts be in?

    Shifts should be provided as a JSON string containing an array of objects, each with 'start' and 'end' ISO timestamps.