# RoboShadow (oci · ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0)

MCP server for RoboShadow's Rubicon Platform Data API.

- Trust score: 39/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- oci · `ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0`: 39/100 (this document), [markdown](https://verifymcp.io/servers/wyre-ai-roboshadow-mcp/ghcr-io-wyre-ai-roboshadow-mcp-v1-0-0.md), [page](https://verifymcp.io/servers/wyre-ai-roboshadow-mcp/ghcr-io-wyre-ai-roboshadow-mcp-v1-0-0)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license.
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 4051 tokens (~101/item across 40 items; 40 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 40 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 40 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the RoboShadow MCP server?

RoboShadow runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add wyre-ai-roboshadow-mcp -- docker run --rm -i ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0
```

### Cursor

```json
{
  "mcpServers": {
    "wyre-ai-roboshadow-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wyre-ai-roboshadow-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add wyre-ai-roboshadow-mcp -- docker run --rm -i ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-roboshadow-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  wyre-ai-roboshadow-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0"]
```

### Netclaw

```json
{
  "McpServers": {
    "wyre-ai-roboshadow-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "wyre-ai-roboshadow-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 39)

First indexed and scored.

## MCP tools (40)

### `roboshadow_list_organisations` (~53 tokens)

List every RoboShadow organisation visible to this connector's refresh token, with each organisation's ID, name, and the caller's permission level. Start here to discover the organisationId every other tool needs.

### `roboshadow_list_organisation_users` (~68 tokens)

List the users belonging to a RoboShadow organisation, with each user's display name, email, and permission level. PII-bearing - admin-gated.

Input parameters:

- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_mfa_report` (~132 tokens)

Get a paged multi-factor-authentication report for a Microsoft-identity-linked organisation: each user's registered MFA methods, MFA status, and whether they hold the Global Administrator role. Results page in blocks of 5000 users - pass skipPages to page through until hasMoreData is false. PII-bearing identity data - admin-gated.

Input parameters:

- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `skipPages` (number): Zero-based page number to skip to (page size is 5000). Default 0.

### `roboshadow_list_scan_status` (~172 tokens)

List the status of every external vulnerability scan (VScanner) for an organisation, with per-IP and per-domain scan status. Filter by isScheduled or status.

Input parameters:

- `isScheduled` (boolean): Filter to scans that were (or were not) started by a schedule.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `sortBy` (string): Field name to sort by.
- `sortDesc` (boolean): Sort in descending order. Default false.
- `status` (string): Filter scans by overall status.

### `roboshadow_get_scan_summary` (~73 tokens)

Get a detailed summary of one external vulnerability scan: scan details, IP vulnerability totals, and web vulnerability findings.

Input parameters:

- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `scanId` (string, required): Unique identifier for the vulnerability scan.

### `roboshadow_get_scan_ips_overview` (~83 tokens)

Get a per-target breakdown of one external vulnerability scan: CVE counts by severity, open-port counts, and component scan statuses for each scanned IP.

Input parameters:

- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `scanId` (string, required): Unique identifier for the vulnerability scan.

### `roboshadow_list_application_groups` (~155 tokens)

List applications grouped across the organisation (by application identity, not per-install), each with install/device counts, distinct version counts, and a best-matching WinGet package if one exists.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `search` (string): Search term for filtering results.
- `sortBy` (string): Field name to sort by.
- `sortDesc` (boolean): Sort in descending order. Default false.

### `roboshadow_get_application_group` (~63 tokens)

Get detailed information for one application group by its hashed group ID.

Input parameters:

- `group_id` (string, required): Hashed application group ID.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_device_applications` (~122 tokens)

List applications installed on one device, with vendor, version, and last-seen time.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `search` (string): Search term for filtering results.

### `roboshadow_list_devices` (~166 tokens)

List every device in a RoboShadow organisation, with hardware/OS identity, network address, health scores, and pending-update/CVE counts. PII-bearing (IP/MAC address, logged-on user, serial number) - admin-gated.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `search` (string): Search term for filtering results.
- `sortBy` (string): Field name to sort by.
- `sortDesc` (boolean): Sort in descending order. Default false.

### `roboshadow_get_device` (~65 tokens)

Get detailed information about a single device. PII-bearing - admin-gated.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_device_user_profiles` (~75 tokens)

List Windows user profiles present on one device, including profile SID and disk path. PII-bearing - admin-gated.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_device_users` (~81 tokens)

List local/Active-Directory user accounts on one device, including email address, employee ID, and admin flag. PII-bearing - admin-gated.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_device_antivirus` (~79 tokens)

Get antivirus/endpoint-protection state for one device: engine name, real-time/tamper-protection status, and any active threats.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_antivirus_report_by_device` (~95 tokens)

List antivirus/firewall/protection status for every device in the organisation.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_ransomware_report` (~92 tokens)

List ransomware-protection status for every device in the organisation.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_antivirus_summary` (~73 tokens)

Get an organisation-wide antivirus summary: active-threat count, devices missing antivirus/on-access/real-time protection, third-party vs. Windows Defender coverage, and open-firewall count.

Input parameters:

- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_antivirus_threats` (~97 tokens)

List detected antivirus threats across the organisation, with severity and detection/remediation timing.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_windows_defender_report` (~101 tokens)

List Windows Defender configuration status (real-time protection, tamper protection, service state) for every device.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_firewall_report` (~103 tokens)

List Windows firewall status (enabled/disabled per profile: domain, private, public) for every device in the organisation.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_device_disks` (~68 tokens)

List disks (drive letter, size, free space, used %) on one device.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_disk_shares` (~79 tokens)

List network shares exposed on one disk of one device. Includes share path and access details.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `diskId` (string, required): Disk identifier.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_disk_report` (~98 tokens)

List disk usage across the organisation, grouped by disk (percentage used, encryption status, share count).

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_disk_report_by_device` (~99 tokens)

List disk information grouped by device (total disk/share counts, whether any drive is unencrypted).

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_disk_summary` (~68 tokens)

Get an organisation-wide disk-usage summary: low-disk-space devices, unencrypted laptops/servers/workstations, shared-folder and USB-disk counts.

Input parameters:

- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_hardware_report_by_device` (~106 tokens)

List hardware inventory grouped by device: processor, memory, serial number, system manufacturer/model, and end-of-life OS flag.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_hardware_summary` (~62 tokens)

Get an organisation-wide hardware summary: total machines, servers, workstations, and machines running an end-of-life OS.

Input parameters:

- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_device_services` (~128 tokens)

List Windows services on one device, including start mode, running state, and whether the service has an unquoted-path vulnerability.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `search` (string): Search term for filtering results.

### `roboshadow_get_device_updates` (~167 tokens)

List missing Windows updates for one device, with category, KB/package ID, and reboot requirement.

Input parameters:

- `critical` (boolean): Filter to critical updates.
- `deviceId` (string, required): Unique identifier for the device.
- `driver` (boolean): Filter to driver updates.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `other` (boolean): Filter to other updates.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `rollup` (boolean): Filter to rollup updates.
- `security` (boolean): Filter to security updates.

### `roboshadow_get_updates_report_by_device` (~258 tokens)

List a paginated missing-updates report grouped by device across the organisation, filterable by update category, workstation/server, and reboot-required status.

Input parameters:

- `critical` (boolean): Filter to critical updates.
- `days` (number): Filter results to the last N days.
- `driver` (boolean): Filter to driver updates.
- `isRebootRequired` (boolean): Filter to devices requiring reboot.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `other` (boolean): Filter to other updates.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `rollup` (boolean): Filter to rollup updates.
- `search` (string): Search term for filtering results.
- `security` (boolean): Filter to security updates.
- `servers` (boolean): Filter to server devices.
- `sortBy` (string): Field name to sort by.
- `sortDesc` (boolean): Sort in descending order. Default false.
- `workstations` (boolean): Filter to workstation devices.

### `roboshadow_get_updates_summary` (~81 tokens)

Get organisation-wide update summary statistics (devices needing critical/security/driver/rollup updates, reboot-pending count) plus the top devices requiring attention.

Input parameters:

- `days` (number): Filter results to the last N days.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_device_vulnerability_summary` (~84 tokens)

Get the vulnerability summary for one device: per-application CVE lists (with CVSS scores and available WinGet upgrades) and an overall severity rollup.

Input parameters:

- `deviceId` (string, required): Unique identifier for the device.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_vulnerable_applications` (~115 tokens)

List applications with known vulnerabilities across the organisation, with per-severity CVE counts and available upgrades.

Input parameters:

- `days` (number): Filter results to the last N days.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_cpe_vulnerabilities` (~95 tokens)

List CPE (Common Platform Enumeration) vulnerability findings across the organisation.

Input parameters:

- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_cve_vulnerabilities` (~129 tokens)

List CVEs affecting the organisation, each with CVSS/EPSS score, known-exploited-in-the-wild flag, and affected-OS/app/device counts.

Input parameters:

- `days` (number): Filter results to the last N days.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_cve_fixes` (~74 tokens)

List available fixes/patches for one CVE.

Input parameters:

- `cveId` (string, required): CVE identifier (e.g. CVE-2024-1234).
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_vulnerable_devices` (~115 tokens)

List devices with known vulnerabilities, each with per-severity CVE counts and an overall CVSS score.

Input parameters:

- `days` (number): Filter results to the last N days.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.

### `roboshadow_get_vulnerabilities_summary` (~85 tokens)

Get an organisation-wide vulnerability summary: devices by severity, top-5 most critical apps/CVEs/devices, and the single most critical server/workstation.

Input parameters:

- `days` (number): Filter results to the last N days.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

### `roboshadow_get_remediation_report` (~129 tokens)

List detailed vulnerability-remediation attempts across the organisation: action taken, category, target device, and success/failure outcome.

Input parameters:

- `days` (number): Filter results to the last N days.
- `itemsPerPage` (number): Number of items per page (1-100). Default 10.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.
- `page` (number): Page number for pagination (1-indexed). Default 1.
- `search` (string): Search term for filtering results.

### `roboshadow_get_remediation_attempt_cves` (~63 tokens)

List the CVEs addressed by one remediation attempt.

Input parameters:

- `attemptId` (string, required): Hashed remediation attempt identifier.
- `organisationId` (string, required): The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-ai-roboshadow-mcp/ghcr-io-wyre-ai-roboshadow-mcp-v1-0-0#diagnostics

## Score history

- 2026-09-21: 39
- 2026-09-20: 39

## Common questions

### What is the RoboShadow MCP server?

RoboShadow is an MCP server listed in the public MCP registry as io.github.WYRE-AI/roboshadow-mcp. MCP server for RoboShadow's Rubicon Platform Data API. This page covers its container image (ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0).

### Is the RoboShadow MCP server safe to use?

RoboShadow scores 39 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the RoboShadow MCP server expose?

RoboShadow exposes 40 tools: roboshadow_list_organisations, roboshadow_list_organisation_users, roboshadow_get_mfa_report, roboshadow_list_scan_status, roboshadow_get_scan_summary, and 35 more. Their descriptions and schemas cost roughly 4,051 tokens of context every time the server is loaded.

### Is the RoboShadow MCP server still maintained?

RoboShadow is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the RoboShadow MCP server under?

RoboShadow declares the NOASSERTION licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.

## Links

- Repository: https://github.com/WYRE-AI/roboshadow-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-ai-roboshadow-mcp/ghcr-io-wyre-ai-roboshadow-mcp-v1-0-0.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-ai-roboshadow-mcp/ghcr-io-wyre-ai-roboshadow-mcp-v1-0-0.json
- HTML version of this page: https://verifymcp.io/servers/wyre-ai-roboshadow-mcp/ghcr-io-wyre-ai-roboshadow-mcp-v1-0-0
