
Clawmanagerfleet MCP
- Updated May 27, 2026
- clauxel/clawmanager-fleet-control-mcp
ClawManager Fleet Control is a MCP server that exposes ClawManager fleet control to agents with verdicts, receipts, usage logs, and audit-ready JSON.
About
ClawManager Fleet Control is a paid remote MCP server that lets AI coding agents interact with ClawManager-style fleet operations through a single streamable-http endpoint. Developers who already run agent fleets or orchestrated workers and want governance from Claude Code, Cursor, or Codex can register this server instead of bolting together one-off admin APIs. The advertised contract emphasizes verdicts, receipts, usage logs, and audit-ready JSON, which suits operators who must explain what an agent did across many machines or sessions. This is operational tooling: it does not replace product skills for planning or shipping code. You need a Clauxel Bearer token and an MCP client that supports remote servers. Use it when fleet visibility and controlled agent actions matter more than local CLI scripts, and validate that ClawManager matches your stack before subscribing.
- ClawManager Fleet Control remote MCP over streamable-http with Bearer auth
- Paid remote MCP oriented to verdicts, receipts, usage logs, and audit-ready JSON
- Targets ClawManager fleet operations from AI agent hosts
- Publisher server card at clawmanagerfleet.clauxel.com
- Reference repository: clawmanager-fleet-control-mcp on GitHub
Clawmanagerfleet MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http clawmanagerfleet-mcp https://clawmanagerfleet.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 27, 2026 |
| Repository | clauxel/clawmanager-fleet-control-mcp ↗ |
What it does
Operate multiple ClawManager-linked agents or workers from one MCP with fleet-oriented verdicts, receipts, usage logs, and audit-ready JSON.
Who is it for?
Best when you're already on ClawManager and want MCP-driven fleet commands and usage accountability from Claude Code or Cursor.
Skip if: Skip if you have no fleet orchestration needs or anyone avoiding paid remote control planes for production agents.
What you get
After registration, your agent can invoke fleet control tools remotely and receive structured, audit-friendly responses instead of opaque shell output.
- Remote fleet control MCP wired into your agent
- Structured verdicts and receipts for fleet-oriented tool calls
- Usage logs and audit-ready JSON for operational review
By the numbers
- Registry version 1.0.0
- Remote transport: streamable-http
- Auth model: Bearer Authorization header
README.md
ClawManager Fleet Control
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.
Public Endpoints
- Website: https://clawmanagerfleet.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r27
- MCP endpoint: https://clawmanagerfleet.clauxel.com/mcp
- Server card: https://clawmanagerfleet.clauxel.com/server-card.json
- Registry name:
com.clauxel.clawmanagerfleet/clawmanagerfleet-mcp
Access
This 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.
Tools
request_agent_instancecheck_instance_statusclose_agent_instanceexport_runtime_receipt
Quick Start
- Open the website and choose a plan.
- Create or request an API token.
- Add the endpoint to an MCP client that supports Streamable HTTP remote servers.
- Send JSON-RPC requests with the bearer token.
Useful Links
- Product page: https://clawmanagerfleet.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r27
- Pricing: https://clawmanagerfleet.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r27#pricing
- Server card: https://clawmanagerfleet.clauxel.com/server-card.json
- MCP endpoint: https://clawmanagerfleet.clauxel.com/mcp
Status
This repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
Recommended MCP Servers
How it compares
Fleet monitoring and control MCP, not a Build-phase code graph or browser DevTools skill.
FAQ
Who is ClawManager Fleet Control for?
Developers and small teams operating ClawManager fleets who want AI agents to issue monitored, receipt-backed fleet actions.
When should I use ClawManager Fleet Control?
Use it in Operate when you need ongoing fleet visibility, controlled changes, and audit-ready JSON from agent-driven administration.
How do I add ClawManager Fleet Control to my agent?
Add remote MCP URL https://clawmanagerfleet.clauxel.com/mcp with Authorization Bearer token from the Clauxel product website.