Skip to main content
ClaudeWave

MCP server for Axcient x360Recover — BCDR clients, devices, jobs, vaults, appliances

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado yesterday
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/WYRE-AI/axcient-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "axcient-mcp": {
      "command": "node",
      "args": ["/path/to/axcient-mcp/dist/index.js"],
      "env": {
        "AXCIENT_API_KEY": "<axcient_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/WYRE-AI/axcient-mcp and follow its README for install instructions.
Detected environment variables
AXCIENT_API_KEY
Casos de uso

Resumen de MCP Servers

# axcient-mcp

MCP server for [Axcient x360Recover](https://developer.axcient.com/x360recover/) — BCDR
clients, devices, backup jobs, vaults, and appliances. Built on
[`@wyre-technology/node-axcient`](https://github.com/WYRE-AI/node-axcient) and the
MCP v2 SDK, serving both the 2025-era `initialize` handshake and the 2026-07-28 stateless
envelope from a single dual-era HTTP entrypoint.

## Credentials

Generate an API key in the x360Portal: **Settings → API Keys** (see
[Axcient's key management guide](https://help.axcient.com/360001190313-Axcient-x360Portal-/generating-and-managing-api-keys)).

- **Local / stdio (Claude Desktop, CLI):** set `AXCIENT_API_KEY`.
- **Hosted / gateway:** the WYRE MCP Gateway injects the `X-Axcient-Api-Key` header per
  request (`AUTH_MODE=gateway`); no server-side key is stored.

## Run locally (stdio)

```bash
npm install
npm run build
AXCIENT_API_KEY=your-key npm start
```

## Run as HTTP (gateway / hosted)

```bash
MCP_TRANSPORT=http AUTH_MODE=env AXCIENT_API_KEY=your-key npm start
# → http://localhost:8080/mcp, health at http://localhost:8080/health
```

## Docker

```bash
docker build --platform linux/amd64 --build-arg GITHUB_TOKEN=$(gh auth token) -t axcient-mcp .
docker run -p 8080:8080 -e AXCIENT_API_KEY=your-key axcient-mcp
```

## Tools

20 tools, flat surface (no router — well under the fleet's ~25-tool threshold).

| Tool | Description |
|---|---|
| `axcient_test_connection` | Verify the API key by fetching the organization record |
| `axcient_get_organization` | Get the organization for the API key |
| `axcient_list_clients` / `axcient_get_client` | Clients (customer/site records) |
| `axcient_get_d2c_agent_token` | Mint a D2C agent enrollment token |
| `axcient_list_devices` / `axcient_list_devices_by_client` / `axcient_get_device` | Devices |
| `axcient_get_device_autoverify` / `axcient_get_device_restore_points` | AutoVerify + restore points |
| `axcient_list_jobs_by_device` / `axcient_get_job` / `axcient_get_job_history` | Backup jobs |
| `axcient_list_vaults` / `axcient_get_vault` | Vaults |
| `axcient_get_vault_threshold` / `axcient_set_vault_threshold` | Vault connectivity threshold |
| `axcient_list_appliances` / `axcient_list_appliances_by_client` / `axcient_get_appliance` | Appliances |

No destructive tools exist in this surface — the x360Recover public API (v0.3.1) has no
delete/disable operations, so no confirmation/elicitation flow is wired up. See
`node-axcient`'s README for known API quirks (error-shape inconsistencies, list-endpoint
schema documentation bugs) this server's error messages surface verbatim from the SDK.

## License

Apache-2.0
axcientbackupbcdrclaudedisaster-recoverymcpmsp

Lo que la gente pregunta sobre axcient-mcp

¿Qué es WYRE-AI/axcient-mcp?

+

WYRE-AI/axcient-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Axcient x360Recover — BCDR clients, devices, jobs, vaults, appliances Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.

¿Cómo se instala axcient-mcp?

+

Puedes instalar axcient-mcp clonando el repositorio (https://github.com/WYRE-AI/axcient-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar WYRE-AI/axcient-mcp?

+

Nuestro agente de seguridad ha analizado WYRE-AI/axcient-mcp y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene WYRE-AI/axcient-mcp?

+

WYRE-AI/axcient-mcp es mantenido por WYRE-AI. La última actividad registrada en GitHub es del 2026-08-25, con 0 issues abiertos.

¿Hay alternativas a axcient-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega axcient-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: WYRE-AI/axcient-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wyre-ai-axcient-mcp)](https://claudewave.com/repo/wyre-ai-axcient-mcp)
<a href="https://claudewave.com/repo/wyre-ai-axcient-mcp"><img src="https://claudewave.com/api/badge/wyre-ai-axcient-mcp" alt="Featured on ClaudeWave: WYRE-AI/axcient-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a axcient-mcp