io.github.WYRE-AI/liongard-mcp

MCPcommunity
v2.3.9io.github.WYRE-AIUnknownUpdated 28d agoGitHub

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

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
28d agoLast update
Needs 1 credential before it runs
  • LIONGARD_API_KEYAPI keyrequired

    Liongard API access key (access key ID and secret combined per Liongard auth scheme)

Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Package
Authorio.github.WYRE-AI
LicenseUnknown
Version2.3.9
Sourcemcp-registry
Trust Status
B
60/100Good
✓Listed in Forge index+10/10
—Publisher identity verified+0/30
→ Publisher: run `forge publish` from the repo to claim ownership
—Domain verification+0/10
→ Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
✓Prompt-injection scan · clean+30/30
✓Obfuscation / exfil scan · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain—
Provenance—
DependenciesNot audited
Tool surface24 tools · 1 privileged
Security scan✓ CleanvHEAD · 1d agoHow well does this scan work?
EvalsNone
IndexedAug 27, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

24 tools · 1 privileged
Statically extracted from the published packagevHEAD · 1d ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

liongard_navigateDiscover 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.

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.

No input schema was published for this tool.

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

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

No input schema was published for this tool.

liongard_agents_deleteprivileged⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes an agent from Liongard and removes

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes an agent from Liongard and removes

No input schema was published for this tool.

liongard_detections_listList 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`.

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`.

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

liongard_inventory_identitiesList 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.

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.

No input schema was published for this tool.

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

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

No input schema was published for this tool.

liongard_inventory_devicesList 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.

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.

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

liongard_timeline_listList 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.

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.

No input schema was published for this tool.

24 of 24 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

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

Keywords
mcp
Alternatives
Comparing tool surfaces…

No dependency coverage

This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.