
Axcient MCP
Let your coding agent query Axcient x360Recover and fleet-wide backup health without hand-rolling every REST call.
Overview
Axcient MCP is a MCP server for the Operate phase that exposes every x360Recover endpoint and fleet-wide backup-health answers to your AI coding agent.
What is this MCP server?
- Covers every x360Recover API endpoint through MCP tools
- Adds fleet-wide backup-health analytics the raw API does not surface alone
- stdio MCP transport via packaged mcpb release (v0.1.0)
- Requires AXCIENT_API_KEY for authenticated Axcient access
- Ships from Servosity msp-skills repo under skills/axcient
- Server version 0.1.0
- Transport: stdio
- Package type: mcpb with required AXCIENT_API_KEY
Community signal: 1 GitHub stars.
What problem does it solve?
Checking backup health across many x360Recover protected systems means juggling API docs and dashboards instead of asking your agent one fleet-level question.
Who is it for?
Indie MSPs, solo sysadmins, or builders who run x360Recover and want agent-driven backup triage and fleet health summaries.
Skip if: Teams without an Axcient subscription or anyone who only needs generic file backup outside x360Recover.
What do I get? / Deliverables
After you register the server with AXCIENT_API_KEY, your agent can query recover endpoints and synthesize fleet backup-health context in the same session as your code and runbooks.
- Agent-callable tools over full x360Recover API surface
- Fleet-oriented backup-health answers beyond per-endpoint API reads
Recommended MCP Servers
Journey fit
Backup and recoverability sit in production operations once you have real users and data to protect. Fleet backup-health answers go beyond single-endpoint API checks, which is classic monitoring and operational visibility work.
How it compares
Axcient-focused MCP integration with fleet health layers, not a generic backup tutorial skill.
Common Questions / FAQ
Who is Axcient MCP for?
It is for operators and small MSP-style teams who manage Axcient x360Recover and want their AI agent to call the full API plus fleet backup-health views.
When should I use Axcient MCP?
Use it during Operate when you need to investigate backup failures, audit protected assets, or compare health across many endpoints without leaving your agent workflow.
How do I add Axcient MCP to my agent?
Install the axcient-mcp mcpb package (stdio), set the required AXCIENT_API_KEY environment variable, and add the server entry to your Claude Code, Cursor, or other MCP-compatible client config.