A paid remote MCP that provisions AI agent instances on demand through ClawManager's hosted infrastructure. You get four tools: request_agent_instance to spin up a governed agent, check_instance_status to monitor it, close_agent_instance to tear it down, and export_runtime_receipt to pull audit logs and billing data. Authentication uses bearer tokens, and everything runs over streamable HTTP, so no local daemon setup. Reach for this when you need temporary agent capacity without building your own runner queue or when compliance requires receipts and usage trails. The service returns structured JSON for consumption tracking and audit workflows.
Lease governed AI agent instances without hand-built runner queues.
ClawManager Fleet Control is a paid hosted remote MCP for ClawManager. It exposes Streamable HTTP tool calls, bearer-token access, public server-card metadata, usage logs, and receipt-oriented JSON for AI agent workflows.
com.clauxel.clawmanagerfleet/clawmanagerfleet-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.
request_agent_instancecheck_instance_statusclose_agent_instanceexport_runtime_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.