← tilwhen.com

INDIVIDUAL MCP TOOL

invoice_due

Due date for Net-N payment terms (calendar days, invoice date = day 0).

tilwhen.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tilwhen.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for invoice_due and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

tilwhen.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tilwhen]
url = "https://mcp.tilwhen.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tilwhen": {
      "type": "http",
      "url": "https://mcp.tilwhen.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tilwhen
Remote MCP URL: https://mcp.tilwhen.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tilwhen": {
      "url": "https://mcp.tilwhen.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tilwhen": {
      "type": "http",
      "url": "https://mcp.tilwhen.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tilwhen",
  "transport": "streamable-http",
  "url": "https://mcp.tilwhen.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • parse_date_query — Parses queries like "90 business days from today in uganda" into a normalized operation, answers it, and returns the auditable receipt.
  • add_days — The date N whole calendar days after a date (exclusive counting: the start date is day 0).
  • subtract_days — The date N whole calendar days before a date.
  • days_between — Signed whole calendar days from one date to another, midnight to midnight, endpoints exclusive (the gap).
  • business_days — Span mode (from+to): business days between two dates, exclusive of the start day, inclusive of the end day.
  • next_occurrence — The next occurrence strictly after the base date (default today) of either a tracked event slug (e.
  • holidays — Observed public holidays with the nominal (legal) date and status: rule (statutory) or declared (officially declared for that year).
  • explain — Runs any operation and returns the receipt plus human-readable derivation steps.