What is the us.artificl/liftlog MCP server?
Forklift & aerial-lift compliance records for warehouses — read-only demo tools.
How to install us.artificl/liftlog
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"liftlog": {
"url": "https://liftlog.artificl.us/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"liftlog": {
"serverUrl": "https://liftlog.artificl.us/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"liftlog": {
"type": "http",
"url": "https://liftlog.artificl.us/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"liftlog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://liftlog.artificl.us/mcp"
]
}
}
}Claude Code
claude mcp add --transport http liftlog https://liftlog.artificl.us/mcpRelated MCP servers
Provider credentialing & payer-enrollment tracking for medical practices — read-only demo tools.
DEA registration & controlled-substance authority tracking for prescribers — read-only demo.
DOT driver qualification file tracking for small motor carriers — read-only demo tools.
Restaurant fire-safety & service-interval tracking (NFPA 96/17A) — read-only demo tools.
Subcontractor COI & paperwork tracking for general contractors — read-only demo tools.
Vendor document & expiry tracking for septic operators — read-only live demo board tools.