A paid remote MCP that wraps CLI tool execution with audit trails and structured receipts. Exposes four tools: cli_tool_list, cli_command_run, cli_schema_validate, and cli_result_receipt. You'd reach for this when you need agent or CI workflows to run command-line tools with verifiable logs and evidence rather than raw shell access. Requires a bearer token from the product website and connects over streamable HTTP. The emphasis is on compliance and accountability, returning receipts and usage logs alongside command output. If you're building automated workflows that need to prove what commands ran and what they returned, this handles the instrumentation layer.
CLI Anything Hub remote MCP for CLI tool MCP.
Paid remote MCP for CLI tool MCP, structured receipts, usage logs, and audit-ready evidence for agent and CI workflows.
com.clauxel.clianythingharness/clianythingharness-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
cli_tool_listcli_command_runcli_schema_validatecli_result_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.