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.

Cork

OCI · GHCR.IO/WYRE-AI/CORK-MCP:V1.0.0 · SCANNED SEP 20

MCP server for Cork's cyber-insurance API for MSPs.

38 Trust /100
Trust breakdown (7 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 → Why this is hard to 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 & Transparency32
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3068 tokens (~133/item across 23 items; 23 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • 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 Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 86% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 23 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.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

How do I install the Cork MCP server?

Cork runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/cork-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.

oci · ghcr.io/wyre-ai/cork-mcp:v1.0.0

# add to Claude Code
claude mcp add wyre-ai-cork-mcp -- docker run --rm -i ghcr.io/wyre-ai/cork-mcp:v1.0.0
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-cork-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/cork-mcp:v1.0.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-cork-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/cork-mcp:v1.0.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-cork-mcp -- docker run --rm -i ghcr.io/wyre-ai/cork-mcp:v1.0.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-cork-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/cork-mcp:v1.0.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-cork-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/cork-mcp:v1.0.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-cork-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/cork-mcp:v1.0.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-cork-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/cork-mcp:v1.0.0"
      ]
    }
  }
}
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 Sept 26 38

    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 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/cork-mcp:v1.0.0

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

Background: How many MCP packages publish verified provenance →

MCP tools · 23 exposed · ~3,068 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cork_get_available_integrations ~111

List integration types that can be connected to Cork, including required credential fields. Metadata about what CAN be connected, not what IS connected - see cork_get_connected_integrations for that.

NameTypeReqDescription
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
vendor_typestringFilter by vendor type (e.g. 'rmm', 'edr', 'mfa').

No output schema declared.

No examples provided.

cork_get_client_devices ~139

List devices observed for a client across all connected integrations - hostnames, IP addresses, the integration each device was seen in, whether the device can receive a future install dispatch (can_install_software), normalized OS details, resolved device type, and hardware model. Device UUIDs can be used to filter cork_get_software_vulnerabilities. Requires a client UUID from cork_get_clients.

NameTypeReqDescription
client_uuidstringyesClient UUID, from cork_get_clients.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.

No output schema declared.

No examples provided.

cork_get_client_domains ~93

List email domains observed for a client. Domain UUIDs can be used to filter cork_get_compliance_events. Requires a client UUID from cork_get_clients.

NameTypeReqDescription
client_uuidstringyesClient UUID, from cork_get_clients.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.

No output schema declared.

No examples provided.

cork_get_client_inboxes ~104

List email inboxes (users and shared mailboxes) observed for a client, with inbox type, associated domains, and the integration each inbox was sourced from. Requires a client UUID from cork_get_clients.

NameTypeReqDescription
client_uuidstringyesClient UUID, from cork_get_clients.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.

No output schema declared.

No examples provided.

cork_get_client_score_history ~156

List a client's full Cork Cyber Score history, newest first, with the risk points each category (coverage, compliance, vulnerabilities, claims) deducted from that score. Use created_after/created_before to bound a period (both inclusive) for trend reporting - cork_get_clients only carries the 10 most recent scores. Requires a client UUID from cork_get_clients.

NameTypeReqDescription
client_uuidstringyesClient UUID, from cork_get_clients.
created_afterstringInclusive lower bound.
created_beforestringInclusive upper bound.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.

No output schema declared.

No examples provided.

cork_get_clients ~191

List clients with their financial protection status (warranty_status), associated integration tenants, and the 10 most recent Cork Cyber Scores (newest first). For older scores or a bounded date range, use cork_get_client_score_history. Client UUIDs from this response are required by cork_get_client_devices, cork_get_client_inboxes, cork_get_client_domains, cork_get_compliance_events, and the vulnerability tools. If the API user is a distributor, pass partner_uuid to scope results to a specific partner.

NameTypeReqDescription
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
partner_uuidstringFilter by partner UUID (distributor users only). Obtain from cork_get_partners.
show_hiddenbooleanInclude hidden/archived clients when true. Defaults to false.

No output schema declared.

No examples provided.

cork_get_compliance_event_types ~39

List all compliance event types with their descriptions and cure periods. Use to discover valid event_type values before filtering cork_get_compliance_events.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cork_get_compliance_events ~327

List policy violations and risk events detected for a client's assets. Filter by event_type (use cork_get_compliance_event_types for valid values), device, inbox, or domain UUID. Use at_risk=true to show only currently active risks. Resolved events are excluded by default; set show_resolved=true to include them.

NameTypeReqDescription
at_riskbooleanWhen true, only return currently active (unresolved, unsuppressed) risk events.
client_uuidstringyesClient UUID, from cork_get_clients.
created_afterstring
created_beforestring
device_uuidstringFilter to a specific device UUID from cork_get_client_devices.
domain_uuidstringFilter to a specific domain UUID from cork_get_client_domains.
event_typestringFilter by event type. Use cork_get_compliance_event_types for valid values.
inbox_uuidstringFilter to a specific inbox UUID from cork_get_client_inboxes.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
resolved_afterstringRequires show_resolved=true.
resolved_beforestringRequires show_resolved=true.
show_resolvedbooleanInclude resolved events in results. Required to use resolved_after/resolved_before. Defaults to false.
show_silencedbooleanInclude silenced/suppressed events in results. Defaults to false.

No output schema declared.

No examples provided.

cork_get_compliance_notification_settings ~115

List the notification and alerting rules configured for compliance events on a client's assets - which event types trigger alerts and how they are routed.

NameTypeReqDescription
client_uuidstringyesClient UUID, from cork_get_clients.
device_uuidstring
domain_uuidstring
inbox_uuidstring
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.

No output schema declared.

No examples provided.

cork_get_connected_integrations ~161

List integrations connected to Cork - vendor, connection status, and sync details. RMM integrations also carry an installer block describing whether software installs can run through them (capable, requires_manual_setup, authorized, configured_package_managers). Use with cork_get_client_devices to see which integration a device is mapped through. Discovers integration UUIDs needed by cork_get_integration_devices, cork_get_integration_users, and cork_get_integration_tenants.

NameTypeReqDescription
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
partner_uuidstringFilter by partner UUID (distributor users only). Obtain from cork_get_partners.

No output schema declared.

No examples provided.

cork_get_installer_history ~205

List past software install attempts (most recent first) with dispatch state, target client/device, package, and any errors. Filter by client_uuid or device_uuid. state is one of queued, running, success, partial, error - 'success' means the RMM accepted the job, not that the on-device install finished.

NameTypeReqDescription
client_uuidstringFilter to installs targeting a single client. Obtain from cork_get_clients.
device_uuidstringFilter to installs targeting a single mapped device. Obtain from cork_get_client_devices.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
partner_uuidstringFilter by partner UUID (distributor users only). Distributors scoping to a child partner's client or device must set this too - client_uuid/device_uuid alone stay scoped to your own partner's install…

No output schema declared.

No examples provided.

cork_get_installer_setup ~139

Get the one-time setup steps for an RMM vendor that requires manual setup before software installs work - the script to create in the RMM, its exact name, settings to match, and variables to declare. Use when a connected integration shows installer.requires_manual_setup=true (and the package manager is missing from installer.configured_package_managers).

NameTypeReqDescription
package_manager_keystringyesPackage manager the setup is for.
vendor_keystringyesRMM vendor key to set up (e.g. NINJA_RMM, DATTO_RMM). Obtain from a connected integration's vendor.key where installer.requires_manual_setup is true.

No output schema declared.

No examples provided.

cork_get_integration_devices ~100

List devices observed from an integration - hostnames, IP addresses, device properties, and normalized OS details for devices that have been mapped.

NameTypeReqDescription
integration_uuidstringyesIntegration UUID, from cork_get_connected_integrations.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
tenant_uuidstring

No output schema declared.

No examples provided.

cork_get_integration_tenants ~82

List customer tenants observed from an integration.

NameTypeReqDescription
integration_uuidstringyesIntegration UUID, from cork_get_connected_integrations.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
tenant_uuidstring

No output schema declared.

No examples provided.

cork_get_integration_users ~80

List users observed from an integration.

NameTypeReqDescription
integration_uuidstringyesIntegration UUID, from cork_get_connected_integrations.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
tenant_uuidstring

No output schema declared.

No examples provided.

cork_get_invoice_line_items ~154

List billed, top-level line items for an invoice (obtained via cork_get_invoices). Only items with a nonzero total billed are returned; discount line items are included and carry a negative total_billed. Sub-items billed as part of a parent line item (e.g. individual licenses within a bundle) are nested under that item's children field, and always carry a total_billed of 0 since their amount is rolled into the parent.

NameTypeReqDescription
invoice_uuidstringyesInvoice UUID, from cork_get_invoices.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.

No output schema declared.

No examples provided.

cork_get_invoices ~90

List billing invoices. Returns invoice UUIDs required by cork_get_invoice_line_items. If the API user is a distributor, pass partner_uuid to scope results to a specific partner.

NameTypeReqDescription
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
partner_uuidstring

No output schema declared.

No examples provided.

cork_get_partners ~87

List partner sub-accounts managed by this distributor. Returns partner UUIDs that can be passed as partner_uuid to cork_get_clients and other tools to scope results to a specific partner. Distributor accounts only.

NameTypeReqDescription
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.

No output schema declared.

No examples provided.

cork_get_software_packages ~134

List software packages available to install across supported package managers (WinGet, Chocolatey). Filter by package_manager_key or search (substring match against name/publisher). Returns package_id values that would be used by a future install dispatch - this connector does not implement software install itself.

NameTypeReqDescription
package_manager_keystringFilter by package manager key.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
searchstringCase-insensitive substring match against package name and publisher.

No output schema declared.

No examples provided.

cork_get_software_vulnerabilities ~256

List individual software vulnerabilities with full CVE details including CVSS score, EPSS score, KEV (known exploited) status, and impacted version. Filter by minimum_cvss_score, minimum_epss_score, minimum_priority, or only_known_exploited=true to focus on the highest-risk findings. Scope by client_uuid or device_uuid.

NameTypeReqDescription
client_uuidstringFilter by client, from cork_get_clients.
device_uuidstringFilter by device, from cork_get_client_devices.
minimum_cvss_scorenumberMinimum CVSS score. Defaults to 0.
minimum_epss_scorenumberMinimum EPSS score. Defaults to 0.
minimum_prioritystring
only_known_exploitedbooleanOnly show known exploited vulnerabilities.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
partner_uuidstringFilter by partner, for distributors only.
sort_bystring
sort_directionstring
sw_vendorstringFilter by software vendor.

No output schema declared.

No examples provided.

cork_get_software_vulnerability_summary ~165

Get a rollup of CVEs grouped by software product, showing number of impacted devices, impacted versions, and highest severity rating. Use client_uuid to scope to a single client. Follow up with cork_get_software_vulnerabilities to drill into specific CVEs for a product.

NameTypeReqDescription
client_uuidstringFilter by client, from cork_get_clients.
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
partner_uuidstringFilter by partner, for distributors only.
sort_bystring
sort_directionstring
sw_vendorstringFilter by software vendor.

No output schema declared.

No examples provided.

cork_get_warranties ~103

List active cyber warranty packages. To identify which clients lack coverage, check the warranty_status field in cork_get_clients results - clients with 'unwarranted' status have no active warranty.

NameTypeReqDescription
pagenumberPage number (1-based). Defaults to 1.
page_sizenumberItems per page (max 100). Defaults to 10.
partner_uuidstringFilter by partner UUID (distributor users only).

No output schema declared.

No examples provided.

cork_who_am_i ~37

Get information on the authenticated Cork user (identity, role, and partner/distributor scope). Useful for a quick credential sanity check.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Cork MCP server?

Cork is an MCP server listed in the public MCP registry as io.github.WYRE-AI/cork-mcp. MCP server for Cork's cyber-insurance API for MSPs. This page covers its container image (ghcr.io/wyre-ai/cork-mcp:v1.0.0).

Is the Cork MCP server safe to use?

Cork scores 38 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 Cork MCP server expose?

Cork exposes 23 tools: cork_get_clients, cork_get_client_devices, cork_get_client_domains, cork_get_client_inboxes, cork_get_client_score_history, and 18 more. Their descriptions and schemas cost roughly 3,068 tokens of context every time the server is loaded.

Is the Cork MCP server still maintained?

Cork is still listed as active in the MCP registry. We last reached this channel on 20 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 Cork MCP server under?

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