poc_scout
Click 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., "@poc_scoutWhat CVEs affect D-Link DIR-850L? Download PoCs if available."
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.
poc_scout
IoT 固件漏洞情报 + PoC 自动下载的 MCP 工具,供 AI agent 直接调用。
IoT firmware vulnerability intelligence + PoC auto-download, exposed as an MCP server for AI agents.
是什么 / What it is
中文:poc_scout 是物联网固件漏洞情报工具,以 MCP server 形式提供服务。AI agent 把固件型号名(可附带组件名)喂给它,它返回相关 CVE 列表,按危险评分排序,并自动下载 PoC 到本地。纯 API + 规则实现,核心不依赖大模型。
English: poc_scout is an IoT firmware vulnerability intelligence tool exposed as an MCP server. Feed it a firmware model (optionally with component names), and it returns the relevant CVEs ranked by risk score, then auto-downloads PoCs to local disk. Built with pure APIs and rules — no LLM in the core.
Related MCP server: VulnMCP
快速开始 / Quick start
pip install -r requirements.txt
python server.py # MCP server(stdio transport)注册到 Claude Code / Register with Claude Code:
claude mcp add poc_scout -- python server.py命令行直接测 / CLI:
python cve_search.py "D-Link DIR-850L" # 只搜 CVE / search only
python cve_search.py "D-Link DIR-850L" --download # 顺带下载 PoC / with PoC downloadMCP 工具 / MCP tool
search_cve_by_firmware(firmware_name, top_n=0, download_poc=False, community_poc=False, force_refresh=False, component=None)
参数 / Param | 说明 / Description |
| 固件型号名,如 |
| 固件内组件名(字符串/列表,如 |
| 下载 PoC 到本地 / download PoCs to |
| 额外搜 GitHub 社区 PoC / also search GitHub community PoCs |
| 返回条数, |
| 强制绕过结果缓存 / bypass result cache |
限速说明 / Rate limits:GitHub API 未认证限速 60 次/小时。批量下载 PoC 时,可配合轮换 IP 或配置
GITHUB_TOKEN(配额升至 5000/h)缓解。 Unauthenticated GitHub API is limited to 60 req/h. For bulk PoC downloads, use rotating IPs or setGITHUB_TOKEN(raises the quota to 5000/h).
功能 / Features
固件 + 组件 → 相关 CVE(cve.org 主源 + NVD 兜底 + OSV 组件漏洞)/ firmware + component → CVEs (cve.org primary + NVD fallback + OSV component vulns)
PoC 自动下载:GitHub、exploit-db、社区 PoC 补充、死链检测 / auto PoC download: GitHub, exploit-db, community supplement, dead-link detection
EPSS 危险评分(野外被利用概率,高危排前)/ EPSS exploit-probability scoring, high-risk first
并发下载 + 限速预检 / concurrent downloads + rate-limit precheck
结果缓存 + 下载时间戳 / result cache + download timestamps
CVE 编号清单
output/<固件>/_cves.json/ per-firmware CVE manifestoutput/<firmware>/_cves.json鲁棒性测试(Hypothesis fuzz)/ robustness tests (Hypothesis fuzz)
测试 / Testing
python -m pytest test_robustness.py -vThis server cannot be installed
Maintenance
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
- Flicense-qualityCmaintenanceAn MCP server for EMBA firmware analysis that exposes structured security findings and tools to LLMs. It enables users to programmatically query, reason over, and correlate firmware analysis results such as kernel details, SBOMs, and attack paths.6
- AlicenseAqualityBmaintenanceAn MCP server for vulnerability management that provides tools for automated severity and CWE classification using NLP models. It enables AI agents to query the Vulnerability Lookup API for detailed CVE information and search for security vulnerabilities across various sources.1633AGPL 3.0
- AlicenseAqualityAmaintenanceMCP server for the NIST National Vulnerability Database — lets AI assistants search CVEs by keyword, severity, CPE, CWE, KEV status, and date range via natural language.2GPL 3.0
- AlicenseAqualityAmaintenanceUnifies 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.4167519MIT
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/kaf6rim/poc_scout'
If you have feedback or need assistance with the MCP directory API, please join our Discord server