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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add wyre-technology-liongard-mcp -- docker run --rm -i ghcr.io/wyre-technology/liongard-mcp:v2.3.7
codex mcp add wyre-technology-liongard-mcp -- docker run --rm -i ghcr.io/wyre-technology/liongard-mcp:v2.3.7
{
"$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
}
}
} mcp_servers:
wyre-technology-liongard-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/liongard-mcp:v2.3.7"] {
"mcpServers": {
"wyre-technology-liongard-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/liongard-mcp:v2.3.7"
]
}
}
} 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.
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 |
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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}.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The 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`.
| Name | Type | Req | Description |
|---|---|---|---|
| endDate | string | – | Optional ISO-8601 end of date range. Defaults to now if omitted. |
| filters | array | – | Optional Liongard Filters array (e.g. by EnvironmentID, Severity). |
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number of items per page (default: 25) |
| startDate | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| Description | string | – | Environment description |
| Name | string | yes | The environment name (required) |
| Status | string | – | Environment status |
| Tier | string | – | Environment tier classification |
| Visible | boolean | – | Whether 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| AgentID | number | – | Optional agent ID to run the inspection on |
| EnvironmentID | number | yes | The environment ID to associate with |
| InspectorID | number | yes | The inspector type ID |
| Name | string | yes | Name for the launchpoint |
| Schedule | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| launchpointId | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | number | yes | REQUIRED. Liongard Environment ID to scope the query to. Use liongard_environments_list to discover environment IDs. |
| filters | array | – | Optional Liongard query filters (array of filter objects). |
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | number | yes | REQUIRED. Liongard Environment ID to scope the query to. Use liongard_environments_list to discover environment IDs. |
| filters | array | – | Optional Liongard query filters (array of filter objects). |
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| EnvironmentIDs | array | – | Optional array of environment IDs to filter by |
| MetricIDs | array | – | Optional array of metric IDs to evaluate |
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| EnvironmentIDs | array | – | Optional array of environment IDs to filter by |
| MetricIDs | array | – | Optional array of metric IDs to evaluate |
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-indexed, default: 1) |
| pageSize | number | – | Number of items per page (default: 50) |
No output schema declared.
No examples provided.