Cylera

Cylera

Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM.

10K+

7 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Cylera MCP Server

Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM. .

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/Cylera/cylera-mcp-server/blob/aca7cc7492981d8e1bf7c366a826630b55c3f5ee/Dockerfile
Commitaca7cc7492981d8e1bf7c366a826630b55c3f5ee
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/cylera-mcp-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (7)

Tools provided by this ServerShort Description
get_deviceGet details about a device by MAC address
get_proceduresProvide details about how the device has been utilized recently by providing details of the procedures performed
get_device_attributesGet attributes for a device by MAC address
get_risk_mitigationsGet risk mitigations for a given CVE reference
get_subnetsGet a list of subnets with optional filtering
get_vulnerabilitiesReturns a paginated list of vulnerabilities with filtering options
search_for_devicesSearch for devices that match the provided search criteria with comprehensive filtering options

Tools Details

Tool: get_device

Get details about a device by MAC address

Tool: get_procedures

Provide details about how the device has been utilized recently by providing details of the procedures performed

Tool: get_device_attributes

Get attributes for a device by MAC address

Tool: get_risk_mitigations

Get risk mitigations for a given CVE reference

Tool: get_subnets

Get a list of subnets with optional filtering

Tool: get_vulnerabilities

Returns a paginated list of vulnerabilities with filtering options

Tool: search_for_devices

Search for devices that match the provided search criteria with comprehensive filtering options

Use this MCP Server

{
  "mcpServers": {
    "cylera-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "CYLERA_BASE_URL",
        "-e",
        "CYLERA_USERNAME",
        "-e",
        "CYLERA_PASSWORD",
        "mcp/cylera-mcp-server"
      ],
      "env": {
        "CYLERA_BASE_URL": "https://partner.us1.cylera.com Or https://partner.uk1.cylera.com/ Or https://partner.demo.cylera.com",
        "CYLERA_USERNAME": "Your username you use to login to Cylera",
        "CYLERA_PASSWORD": "Your password you use to login to Cylera"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Related servers