PatrowlIntelMCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PatrowlIntelMCPsearch for CVEs with public exploits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Filter/rank the CVE feed (risk score, EPSS, KEV, exploited, technology, dates). |
| Full record for one CVE (CVSS, EPSS, KEV, SSVC, exploits, references). |
| Recent trending threats, filterable by severity and date. |
Related MCP server: MCP CVE Intelligence Server Lite
Configuration (environment)
Variable | Default | Purpose |
|
| Backend API base URL. |
| = API base | Public site base used for CVE citation links. |
| (unset) | Reserved for the future authenticated tier. |
|
| Per-request timeout (seconds). |
Run
# from the repo root
uv run patrowl-intel-mcp # or: pip install -e . && patrowl-intel-mcpClient 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"] }Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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