Command Palette

Search for a command to run...

UnylyUnyly
Browse all

PatrowlIntelMCP

FreeNot checked

Exposes PatrowlIntel vulnerability intelligence (CVEs, EPSS, CISA KEV, public exploits, trending attacks) via MCP tools like search_cves, get_cve, and list_tren

GitHubEmbed

About

Exposes PatrowlIntel vulnerability intelligence (CVEs, EPSS, CISA KEV, public exploits, trending attacks) via MCP tools like search_cves, get_cve, and list_trending_attacks.

README

An MCP server that exposes PatrowlIntel vulnerability intelligence (CVEs, EPSS, CISA KEV, public exploits, trending attacks) to any MCP client. It is a thin, read-only stdio wrapper over the public PatrowlIntel API.

v0 — three tools: search_cves, get_cve, list_trending_attacks.

Tools

Tool Purpose
search_cves Filter/rank the CVE feed (risk score, EPSS, KEV, exploited, technology, dates).
get_cve Full record for one CVE (CVSS, EPSS, KEV, SSVC, exploits, references).
list_trending_attacks Recent trending threats, filterable by severity and date.

Configuration (environment)

Variable Default Purpose
PATROWL_INTEL_API_BASE https://intel.patrowl.io Backend API base URL.
PATROWL_INTEL_WEB_BASE = API base Public site base used for CVE citation links.
PATROWL_INTEL_API_KEY (unset) Reserved for the future authenticated tier.
PATROWL_INTEL_TIMEOUT 15 Per-request timeout (seconds).
PATROWL_INTEL_MCP_TRANSPORT stdio stdio (local clients) or streamable-http (networked service).
PATROWL_INTEL_MCP_HOST 127.0.0.1 Bind host for streamable-http.
PATROWL_INTEL_MCP_PORT 8790 Bind port for streamable-http.

Run

# stdio (default) — for local MCP clients that launch the process
uv run patrowl-intel-mcp          # or: pip install -e . && patrowl-intel-mcp

# streamable-http — as a networked service (e.g. Docker); serves at /mcp
PATROWL_INTEL_MCP_TRANSPORT=streamable-http PATROWL_INTEL_MCP_HOST=0.0.0.0 \
  uv run patrowl-intel-mcp

Client config

{
  "mcpServers": {
    "patrowl-intel": {
      "command": "uvx",
      "args": ["patrowl-intel-mcp"],
      "env": { "PATROWL_INTEL_API_BASE": "https://<your-intel-host>" }
    }
  }
}

During local development, point command at your checkout instead:

{ "command": "uv", "args": ["--directory", "/path/to/PatrowlIntelMCP", "run", "patrowl-intel-mcp"] }

from github.com/Patrowl/PatrowlIntelMCP

Install PatrowlIntelMCP in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install patrowlintelmcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add patrowlintelmcp -- uvx patrowl-intel-mcp

FAQ

Is PatrowlIntelMCP MCP free?

Yes, PatrowlIntelMCP MCP is free — one-click install via Unyly at no cost.

Does PatrowlIntelMCP need an API key?

No, PatrowlIntelMCP runs without API keys or environment variables.

Is PatrowlIntelMCP hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install PatrowlIntelMCP in Claude Desktop, Claude Code or Cursor?

Open PatrowlIntelMCP on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare PatrowlIntelMCP with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs