Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Liongard

OCI · GHCR.IO/WYRE-TECHNOLOGY/LIONGARD-MCP:V2.3.7 · SCANNED AUG 22

MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.

42 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • 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.Unverified
  • Install-script risk not yet assessed.Unverified
  • 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.Unverified
Provenance & Transparency45
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1880 tokens (~75/item across 25 items; 24 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/wyre-technology/liongard-mcp:v2.3.7

# add to Claude Code
claude mcp add wyre-technology-liongard-mcp -- docker run --rm -i ghcr.io/wyre-technology/liongard-mcp:v2.3.7
# add to Codex CLI
codex mcp add wyre-technology-liongard-mcp -- docker run --rm -i ghcr.io/wyre-technology/liongard-mcp:v2.3.7
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-liongard-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/liongard-mcp:v2.3.7"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-liongard-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/liongard-mcp:v2.3.7"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-liongard-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/liongard-mcp:v2.3.7"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/liongard-mcp:v2.3.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 24 exposed · ~1,863 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
liongard_agents_delete ~64

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes an agent from Liongard and removes all associated monitoring data and configurations. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesThe unique agent ID to delete

No output schema declared.

No examples provided.

liongard_agents_list ~67

List agents in Liongard with pagination. Agents are installed on-premise to facilitate inspections and data collection.

NameTypeReqDescription
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_detections_get ~45

Get detailed information about a specific detection by its ID via GET /api/v1/detections/{id}.

NameTypeReqDescription
idnumberyesThe unique detection ID

No output schema declared.

No examples provided.

liongard_detections_list ~172

List detections in Liongard via POST /api/v2/detections. Defaults to the last 30 days; pass startDate/endDate (ISO-8601) to override the date range. Returns a paginated envelope with `Data` and `Pagination`.

NameTypeReqDescription
endDatestringOptional ISO-8601 end of date range. Defaults to now if omitted.
filtersarrayOptional Liongard Filters array (e.g. by EnvironmentID, Severity).
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 25)
startDatestringOptional ISO-8601 start of date range. Defaults to 30 days ago if omitted.

No output schema declared.

No examples provided.

liongard_environments_count ~31

Get the total count of environments in Liongard. Useful for understanding the size of your environment inventory.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

liongard_environments_create ~82

Create a new environment in Liongard. Only Name is required, all other fields are optional.

NameTypeReqDescription
DescriptionstringEnvironment description
NamestringyesThe environment name (required)
StatusstringEnvironment status
TierstringEnvironment tier classification
VisiblebooleanWhether the environment is visible

No output schema declared.

No examples provided.

liongard_environments_get ~45

Get detailed information about a specific environment by its ID. Returns full environment profile including status, visibility, and tier.

NameTypeReqDescription
idnumberyesThe unique environment ID

No output schema declared.

No examples provided.

liongard_environments_list ~71

List environments (customers/companies) in Liongard with pagination. Returns environment details including name, status, and tier.

NameTypeReqDescription
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_environments_related ~48

Get related entities for a specific environment. Returns associated launchpoints, agents, integration mappings, and child environments.

NameTypeReqDescription
idnumberyesThe environment ID to get related entities for

No output schema declared.

No examples provided.

liongard_inspections_create_launchpoint ~99

Create a new launchpoint (configured inspection instance). Requires an inspector ID, environment ID, and a name.

NameTypeReqDescription
AgentIDnumberOptional agent ID to run the inspection on
EnvironmentIDnumberyesThe environment ID to associate with
InspectorIDnumberyesThe inspector type ID
NamestringyesName for the launchpoint
SchedulestringOptional schedule expression

No output schema declared.

No examples provided.

liongard_inspections_inspectors ~70

List available inspectors (inspection types) in Liongard with pagination. Inspectors define what data is collected.

NameTypeReqDescription
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_inspections_launchpoints ~73

List launchpoints (configured inspection instances) in Liongard with pagination. Launchpoints are configured instances of inspectors tied to environments.

NameTypeReqDescription
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_inspections_run ~46

Trigger an immediate inspection run for a specific launchpoint. The inspection will execute as soon as possible.

NameTypeReqDescription
launchpointIdnumberyesThe launchpoint ID to run

No output schema declared.

No examples provided.

liongard_inventory_device_get ~41

Get detailed information about a specific device profile by its ID. Returns full device profile details.

NameTypeReqDescription
idnumberyesThe unique device profile ID

No output schema declared.

No examples provided.

liongard_inventory_devices ~125

List device profiles in Liongard for a specific environment. Device profiles represent hardware and software assets discovered through inspections. Use liongard_environments_list to find environment IDs.

NameTypeReqDescription
environmentnumberyesREQUIRED. Liongard Environment ID to scope the query to. Use liongard_environments_list to discover environment IDs.
filtersarrayOptional Liongard query filters (array of filter objects).
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_inventory_identities ~130

List asset identities in Liongard for a specific environment. Identities represent users, accounts, and other identity entities discovered through inspections. Use liongard_environments_list to find environment IDs.

NameTypeReqDescription
environmentnumberyesREQUIRED. Liongard Environment ID to scope the query to. Use liongard_environments_list to discover environment IDs.
filtersarrayOptional Liongard query filters (array of filter objects).
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_inventory_identity_get ~38

Get detailed information about a specific identity by its ID. Returns full identity profile.

NameTypeReqDescription
idnumberyesThe unique identity ID

No output schema declared.

No examples provided.

liongard_metrics_evaluate ~95

Evaluate metrics across all systems. Optionally filter by specific metric IDs and environment IDs.

NameTypeReqDescription
EnvironmentIDsarrayOptional array of environment IDs to filter by
MetricIDsarrayOptional array of metric IDs to evaluate
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_metrics_evaluate_systems ~97

Evaluate metrics grouped per system. Optionally filter by specific metric IDs and environment IDs.

NameTypeReqDescription
EnvironmentIDsarrayOptional array of environment IDs to filter by
MetricIDsarrayOptional array of metric IDs to evaluate
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_metrics_list ~29

List all available metrics in Liongard. Returns metric definitions including name, type, and status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

liongard_navigate ~206

Discover available Liongard tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

NameTypeReqDescription
domainstringyesThe domain to explore: - environments: Environment/company management - list, get, create environments, count, and view related entities - agents: Agent management - list agents, bulk delete, and gen…

No output schema declared.

No examples provided.

liongard_systems_get ~38

Get detailed information about a specific system by its ID. Returns full system profile.

NameTypeReqDescription
idnumberyesThe unique system ID

No output schema declared.

No examples provided.

liongard_systems_list ~63

List systems in Liongard with pagination. Systems are infrastructure components discovered through inspections.

NameTypeReqDescription
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.

liongard_timeline_list ~88

List timeline entries in Liongard via GET /api/v1/timeline. Returns a plain array of inspection events and configuration changes. page/pageSize are accepted but may be ignored by the v1 endpoint.

NameTypeReqDescription
pagenumberPage number (1-indexed, default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.