INDIVIDUAL MCP TOOL
get_services_due
List services and permits due within the next N days (default 30), including hood cleanings, suppression inspections, and permit renewals.
LIVE ENDPOINT
https://hooddue.artificl.us/mcp
Connect to this endpoint to inspect the live schema for get_services_due 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
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.list_overdue_services— List overdue fire safety and health compliance intervals — the ones that create insurance and inspection exposure right now.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).