← artificl.us

INDIVIDUAL MCP TOOL

export_lift_log

Export the full lift compliance log as CSV text (operator or machine, requirement, next due, status, chase history).

artificl.usnone authenticationAvailability not checked

LIVE ENDPOINT

https://liftlog.artificl.us/mcp

No auth detected

Connect to this endpoint to inspect the live schema for export_lift_log 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.liftlog]
url = "https://liftlog.artificl.us/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_requirements — Search lift compliance requirements by operator name, machine, or requirement type.
  • list_citable_items — List overdue or missing compliance items — the ones that would be citable in an OSHA inspection or damaging in an injury investigation.
  • get_requirements_due — List operator evaluations, inspections, and maintenance intervals due within the next N days (default 30).
  • get_lift_summary — Get the lift compliance summary: totals for tracked requirements, not done, overdue and citable, due this week, and awaiting records.