← artificl.us

INDIVIDUAL MCP TOOL

search_services

Search kitchen compliance intervals by area, system, service type, or permit.

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 search_services and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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

  • list_overdue_services — List overdue fire safety and health compliance intervals — the ones that create insurance and inspection exposure right now.
  • 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).