Cork
OCI · GHCR.IO/WYRE-AI/CORK-MCP:V1.0.0 · SCANNED SEP 20
MCP server for Cork's cyber-insurance API for MSPs.
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 → 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
- 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
- License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add wyre-ai-cork-mcp -- docker run --rm -i ghcr.io/wyre-ai/cork-mcp:v1.0.0
{
"mcpServers": {
"wyre-ai-cork-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/cork-mcp:v1.0.0"
]
}
}
} {
"servers": {
"wyre-ai-cork-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/cork-mcp:v1.0.0"
]
}
}
} codex mcp add wyre-ai-cork-mcp -- docker run --rm -i ghcr.io/wyre-ai/cork-mcp:v1.0.0
{
"$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
}
}
} mcp_servers:
wyre-ai-cork-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/cork-mcp:v1.0.0"] {
"McpServers": {
"wyre-ai-cork-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/cork-mcp:v1.0.0"
]
}
}
} {
"mcpServers": {
"wyre-ai-cork-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/cork-mcp:v1.0.0"
]
}
}
} 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.
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 →
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| vendor_type | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | yes | Client UUID, from cork_get_clients. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | yes | Client UUID, from cork_get_clients. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | yes | Client UUID, from cork_get_clients. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | yes | Client UUID, from cork_get_clients. |
| created_after | string | – | Inclusive lower bound. |
| created_before | string | – | Inclusive upper bound. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| partner_uuid | string | – | Filter by partner UUID (distributor users only). Obtain from cork_get_partners. |
| show_hidden | boolean | – | Include 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.
| Name | Type | Req | Description |
|---|---|---|---|
| at_risk | boolean | – | When true, only return currently active (unresolved, unsuppressed) risk events. |
| client_uuid | string | yes | Client UUID, from cork_get_clients. |
| created_after | string | – | – |
| created_before | string | – | – |
| device_uuid | string | – | Filter to a specific device UUID from cork_get_client_devices. |
| domain_uuid | string | – | Filter to a specific domain UUID from cork_get_client_domains. |
| event_type | string | – | Filter by event type. Use cork_get_compliance_event_types for valid values. |
| inbox_uuid | string | – | Filter to a specific inbox UUID from cork_get_client_inboxes. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| resolved_after | string | – | Requires show_resolved=true. |
| resolved_before | string | – | Requires show_resolved=true. |
| show_resolved | boolean | – | Include resolved events in results. Required to use resolved_after/resolved_before. Defaults to false. |
| show_silenced | boolean | – | Include 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | yes | Client UUID, from cork_get_clients. |
| device_uuid | string | – | – |
| domain_uuid | string | – | – |
| inbox_uuid | string | – | – |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| partner_uuid | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | – | Filter to installs targeting a single client. Obtain from cork_get_clients. |
| device_uuid | string | – | Filter to installs targeting a single mapped device. Obtain from cork_get_client_devices. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| partner_uuid | string | – | Filter 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).
| Name | Type | Req | Description |
|---|---|---|---|
| package_manager_key | string | yes | Package manager the setup is for. |
| vendor_key | string | yes | RMM 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.
| Name | Type | Req | Description |
|---|---|---|---|
| integration_uuid | string | yes | Integration UUID, from cork_get_connected_integrations. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| tenant_uuid | string | – | – |
No output schema declared.
No examples provided.
cork_get_integration_tenants ~82
List customer tenants observed from an integration.
| Name | Type | Req | Description |
|---|---|---|---|
| integration_uuid | string | yes | Integration UUID, from cork_get_connected_integrations. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| tenant_uuid | string | – | – |
No output schema declared.
No examples provided.
cork_get_integration_users ~80
List users observed from an integration.
| Name | Type | Req | Description |
|---|---|---|---|
| integration_uuid | string | yes | Integration UUID, from cork_get_connected_integrations. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| tenant_uuid | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_uuid | string | yes | Invoice UUID, from cork_get_invoices. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| partner_uuid | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| package_manager_key | string | – | Filter by package manager key. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| search | string | – | Case-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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | – | Filter by client, from cork_get_clients. |
| device_uuid | string | – | Filter by device, from cork_get_client_devices. |
| minimum_cvss_score | number | – | Minimum CVSS score. Defaults to 0. |
| minimum_epss_score | number | – | Minimum EPSS score. Defaults to 0. |
| minimum_priority | string | – | – |
| only_known_exploited | boolean | – | Only show known exploited vulnerabilities. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| partner_uuid | string | – | Filter by partner, for distributors only. |
| sort_by | string | – | – |
| sort_direction | string | – | – |
| sw_vendor | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_uuid | string | – | Filter by client, from cork_get_clients. |
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| partner_uuid | string | – | Filter by partner, for distributors only. |
| sort_by | string | – | – |
| sort_direction | string | – | – |
| sw_vendor | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based). Defaults to 1. |
| page_size | number | – | Items per page (max 100). Defaults to 10. |
| partner_uuid | string | – | Filter 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.
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.