Skip to main content
Glama
Patrowl

PatrowlIntelMCP

Official
by Patrowl

patrowl-intel-mcp

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.

Related MCP server: cwe-search_mcp

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"] }
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Unifies NVD, EPSS, CISA KEV, GitHub Advisory, and OSV into a single MCP server, enabling AI agents to query vulnerability intelligence conversationally with 23 tools for incident response, prioritization, dependency audits, and threat monitoring.
    Last updated
    41
    324
    18
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables querying the WPScan API for WordPress plugin, theme, core vulnerabilities, and specific vulnerability lookups through MCP tools.
    Last updated
    4
    19
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Patrowl/PatrowlIntelMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server