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.

Cisco Umbrella

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

MCP server for Cisco Umbrella's deployment, admin, policy, reporting, and investigate APIs.

37 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 Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2393 tokens (~77/item across 31 items; 31 tools + 0 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 Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% 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 31 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 31 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 Cisco Umbrella MCP server?

Cisco Umbrella runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/cisco-umbrella-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/cisco-umbrella-mcp:v1.0.0

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

    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/cisco-umbrella-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 · 31 exposed · ~2,393 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
umbrella_activity ~148

Raw activity (request-level) log over a time range, optionally broken down by traffic type.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
fromnumberyesRange start, epoch milliseconds.
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.
tonumberyesRange end, epoch milliseconds.
trafficTypestringOptional traffic-type breakdown. Omit for the all-traffic-types view.

No output schema declared.

No examples provided.

umbrella_api_usage_keys ~48

API usage broken down by API key over a date range.

NameTypeReqDescription
fromstringyesRange start, YYYY-MM-DD.
tostringyesRange end, YYYY-MM-DD.

No output schema declared.

No examples provided.

umbrella_api_usage_requests ~45

Detailed API request log over a date range.

NameTypeReqDescription
fromstringyesRange start, YYYY-MM-DD.
tostringyesRange end, YYYY-MM-DD.

No output schema declared.

No examples provided.

umbrella_api_usage_responses ~46

Detailed API response log over a date range.

NameTypeReqDescription
fromstringyesRange start, YYYY-MM-DD.
tostringyesRange end, YYYY-MM-DD.

No output schema declared.

No examples provided.

umbrella_api_usage_summary ~49

Summary of this organization's Umbrella API usage over a date range.

NameTypeReqDescription
fromstringyesRange start, YYYY-MM-DD.
tostringyesRange end, YYYY-MM-DD.

No output schema declared.

No examples provided.

umbrella_appdiscovery_app_identities ~115

List the identities (users/devices) observed using a specific discovered application.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
appIdstringyesDiscovered application ID.
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_appdiscovery_app_risk ~62

Get risk details for a specific discovered application. Cisco's own Postman collection lists this endpoint under both "App Details" and "App Risk Details" - they are the same URL.

NameTypeReqDescription
appIdstringyesDiscovered application ID.

No output schema declared.

No examples provided.

umbrella_appdiscovery_applications ~99

List cloud applications discovered in this organization's traffic (App Discovery).

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_domain_categorization ~28

Get the content/security categorization for a domain.

NameTypeReqDescription
domainstringyes

No output schema declared.

No examples provided.

umbrella_domain_resource_records ~32

Get passive DNS resource records (historical DNS resolutions) for a domain.

NameTypeReqDescription
domainstringyes

No output schema declared.

No examples provided.

umbrella_domain_risk_score ~32

Get Cisco's risk score for a domain (higher = riskier).

NameTypeReqDescription
domainstringyes

No output schema declared.

No examples provided.

umbrella_domain_security_score ~40

Get detailed security scoring signals for a domain (DGA score, perplexity, entropy, Secure Rank, etc).

NameTypeReqDescription
domainstringyes

No output schema declared.

No examples provided.

umbrella_domain_volume ~26

Get DNS query volume over time for a domain.

NameTypeReqDescription
domainstringyes

No output schema declared.

No examples provided.

umbrella_get_internal_domains ~97

Get all internal domains configured to bypass Umbrella DNS resolution.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_get_samples ~33

Get malware/file samples associated with a domain, IP, or URL.

NameTypeReqDescription
domainIpOrUrlstringyes

No output schema declared.

No examples provided.

umbrella_get_user ~33

Get a specific Umbrella admin console user by user ID.

NameTypeReqDescription
userIdstringyesUmbrella user ID.

No output schema declared.

No examples provided.

umbrella_identities ~155

List identities (roaming computers, networks, mobile devices, AD users) with traffic summaries, filtered by one or more identity types.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
identityTypesarrayyesIdentity type(s) to filter by, e.g. ['roaming'], ['network'], ['mobile_device','android'], ['directory_user'] - per Cisco's documented identitytypes values.
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_api_keys ~21

List all API keys configured for this Umbrella organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

umbrella_list_destination_lists ~101

List all destination lists (allow/block lists) configured for this Umbrella organization.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_destinations ~116

List the destinations (domains/URLs/IPs) contained in a specific destination list.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
destinationListIdstringyesID of the destination list.
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_internal_networks ~100

List internal (RFC1918) networks registered for internal-network identities.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_networks ~100

List Cisco Umbrella networks (public IP identities) registered to this organization.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_roaming_computers ~100

List all roaming computers enrolled via the Umbrella roaming client.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_roles ~20

List all administrative roles available in this Umbrella organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

umbrella_list_sites ~98

List Umbrella sites (logical groupings of virtual appliances/internal networks).

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_users ~95

List all admin console users for this Umbrella organization.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_list_virtual_appliances ~103

List all Umbrella virtual appliances (on-prem DNS forwarders) and their status.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.

No output schema declared.

No examples provided.

umbrella_top_categories ~122

Report of the most-requested content/security categories over a time range.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
fromnumberyesRange start, epoch milliseconds.
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.
tonumberyesRange end, epoch milliseconds.

No output schema declared.

No examples provided.

umbrella_top_destinations ~153

Report of the most-requested destinations (domains) over a time range, optionally broken down by traffic type.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
fromnumberyesRange start, epoch milliseconds.
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.
tonumberyesRange end, epoch milliseconds.
trafficTypestringOptional traffic-type breakdown. Omit for the all-traffic-types view.

No output schema declared.

No examples provided.

umbrella_top_most_seen_domains ~26

Get Cisco's list of the top million most globally-popular domains.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

umbrella_total_requests ~150

Total DNS/proxy/firewall request counts over a time range, optionally broken down by traffic type.

NameTypeReqDescription
additionalParamsobjectEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/va…
fromnumberyesRange start, epoch milliseconds.
limitnumberMaximum number of records to return.
offsetnumberNumber of records to skip, for paging.
tonumberyesRange end, epoch milliseconds.
trafficTypestringOptional traffic-type breakdown. Omit for the all-traffic-types view.

No output schema declared.

No examples provided.

Common questions

What is the Cisco Umbrella MCP server?

Cisco Umbrella is an MCP server listed in the public MCP registry as io.github.WYRE-AI/cisco-umbrella-mcp. MCP server for Cisco Umbrella's deployment, admin, policy, reporting, and investigate APIs. This page covers its container image (ghcr.io/wyre-ai/cisco-umbrella-mcp:v1.0.0).

Is the Cisco Umbrella MCP server safe to use?

Cisco Umbrella scores 37 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 Cisco Umbrella MCP server expose?

Cisco Umbrella exposes 31 tools: umbrella_list_networks, umbrella_list_internal_networks, umbrella_list_sites, umbrella_list_virtual_appliances, umbrella_list_roaming_computers, and 26 more. Their descriptions and schemas cost roughly 2,393 tokens of context every time the server is loaded.

Is the Cisco Umbrella MCP server still maintained?

Cisco Umbrella 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 Cisco Umbrella MCP server under?

Cisco Umbrella 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.