← artificl.us

INDIVIDUAL MCP TOOL

list_overdue_services

List overdue fire safety and health compliance intervals — the ones that create insurance and inspection exposure right now.

artificl.usnone authenticationAvailability not checked

LIVE ENDPOINT

https://hooddue.artificl.us/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_overdue_services 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 contains a write-action term.

Parent server

artificl.us

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.hooddue]
url = "https://hooddue.artificl.us/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hooddue": {
      "type": "http",
      "url": "https://hooddue.artificl.us/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hooddue
Remote MCP URL: https://hooddue.artificl.us/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": {
    "hooddue": {
      "url": "https://hooddue.artificl.us/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "hooddue",
  "transport": "streamable-http",
  "url": "https://hooddue.artificl.us/mcp"
}
MCP Inspector

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

Related tools

  • search_services — Search kitchen compliance intervals by area, system, service type, or permit.
  • get_services_due — List services and permits due within the next N days (default 30), including hood cleanings, suppression inspections, and permit renewals.
  • get_compliance_summary — Get the kitchen compliance summary: totals for tracked intervals, not scheduled, overdue with policy risk, due this week, and awaiting tags.
  • export_compliance_log — Export the full kitchen compliance log as CSV text (area, service, next due, status, chase history).