{"id":12506,"date":"2026-04-30T10:03:40","date_gmt":"2026-04-30T10:03:40","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2026\/04\/30\/cve-mcp-server-turns-claude-into-a-fully-capable-security-analyst-with-27-tools-across-21-apis\/"},"modified":"2026-04-30T10:03:40","modified_gmt":"2026-04-30T10:03:40","slug":"cve-mcp-server-turns-claude-into-a-fully-capable-security-analyst-with-27-tools-across-21-apis","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2026\/04\/30\/cve-mcp-server-turns-claude-into-a-fully-capable-security-analyst-with-27-tools-across-21-apis\/","title":{"rendered":"CVE MCP Server Turns Claude Into a Fully Capable Security Analyst With 27 Tools Across 21 APIs"},"content":{"rendered":"<p>    CVE MCP Server Turns Claude Into a Fully Capable Security Analyst With 27 Tools Across 21 APIs<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p>A new open-source project called CVE <a href=\"https:\/\/cybersecuritynews.com\/mcp-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">MCP Server<\/a> is redefining how security teams triage vulnerabilities, transforming Anthropic\u2019s Claude AI into a fully capable security analyst by giving it direct, correlated access to 27 intelligence tools spanning 21 external APIs all through a single natural-language query.<\/p>\n<p>Every security analyst knows the painful reality: triaging even a single CVE can mean opening a dozen browser tabs simultaneously, NVD for CVSS scores, EPSS for exploitation probability, <a href=\"https:\/\/cybersecuritynews.com\/?s=CISA%27s+Known+Exploited+Vulnerabilities+%28KEV%29+catalog\" target=\"_blank\" rel=\"noreferrer noopener\">CISA\u2019s Known Exploited Vulnerabilities (KEV) catalog<\/a>, GitHub for patch status, VirusTotal for malware associations, Shodan for exposed hosts, and more.<\/p>\n<p>Industry data confirms this bottleneck is severe, with EPSS v4 research showing that 96% of CVE alerts that fall below an exploitation threshold go completely uninvestigated due to manual workload alone.<\/p>\n<p>For teams managing 50 or more CVEs simultaneously, that fragmented workflow can consume an entire workday.<\/p>\n<p>Released on GitHub by developer Mahipal (mukul975), CVE MCP Server is a production-grade implementation of Anthropic\u2019s Model Context Protocol (MCP) an open standard that enables seamless integration between LLM applications and external data sources and tools.<\/p>\n<h2 class=\"wp-block-heading\" id=\"h-cve-mcp-server-with-27-tools\"><strong>CVE MCP Server With 27 Tools<\/strong><\/h2>\n<p>The server integrates Claude with 27 security tools organized into five categories: Core Vulnerability Intelligence, Exploit &amp; Attack Intelligence, Advanced Risk &amp; Reporting, Network Intelligence, and Threat Intelligence.<\/p>\n<p>Built with Python, FastMCP, httpx, aiosqlite, Pydantic v2, and defusedxml, the entire stack operates via outbound HTTPS only, no inbound ports, no telemetry, no API keys ever logged.<\/p>\n<p>The tool catalog is extensive and immediately production-ready. Core vulnerability tools include <code>lookup_cve<\/code> (NVD), <code>get_epss_score<\/code> (FIRST), <code>check_kev_status<\/code> (CISA), and <code>bulk_cve_lookup<\/code> for batch-fetching up to 20 CVEs in parallel.<\/p>\n<p>Exploit intelligence tools map CVEs to <a href=\"https:\/\/cybersecuritynews.com\/mitre-engenuity-attck\/\" target=\"_blank\" rel=\"noreferrer noopener\">MITRE ATT&amp;CK techniques<\/a>, check PoC availability across GitHub and Exploit-DB, and retrieve CAPEC attack patterns.<\/p>\n<p>Network intelligence layers in AbuseIPDB reputation scoring, GreyNoise scan activity, Shodan host profiling, and CIRCL Passive DNS. <a href=\"https:\/\/cybersecuritynews.com\/automating-threat-intelligence-tools-and-techniques-for-2025\/\" target=\"_blank\" rel=\"noreferrer noopener\">Threat intelligence tools<\/a> connect to VirusTotal, MalwareBazaar, ThreatFox for IOC lookups, and Ransomwhere for ransomware Bitcoin address tracking.<\/p>\n<p>At the heart of the project is a weighted risk scoring formula that moves beyond CVSS-only prioritization, a methodology aligned with the industry shift toward multi-signal triage.<\/p>\n<p>The formula weights EPSS probability at 35%, CISA KEV status at 30%, CVSS at 20%, and PoC availability at 15%, with boost multipliers applied for active KEV+PoC combinations, CVSS \u2265 9.0 with high EPSS, and recently published CVEs.<\/p>\n<p>A score of 76\u2013100 triggers a CRITICAL label requiring patching within 24\u201348 hours under an emergency change window.<\/p>\n<p>One notable design decision is accessibility: eight tools require zero API keys to function, including EPSS, CISA KEV, OSV.dev, MITRE ATT&amp;CK, CWE lookups, CVSS parsing, Ransomwhere, and NVD at a reduced rate.<\/p>\n<p>Teams can deploy and begin querying immediately, then progressively add Tier 1 keys (NVD, GitHub) for 10\u00d7 throughput and Tier 2 keys (AbuseIPDB, VirusTotal, GreyNoise, Shodan) for full multi-domain intelligence.<\/p>\n<p>The server also addresses the software supply chain angle with three DevSecOps tools: <code>scan_dependencies<\/code> queries OSV.dev for vulnerable package versions, <code>scan_github_advisories<\/code> searches GitHub Security Advisories by ecosystem, and <code>urlscan_check<\/code> analyzes suspicious URLs.<\/p>\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEghqrDYCAqO-ejGou9K7f_Q0uWZrek3FF_nblbk57mlZEFya-ZVi7A2t8PlhTDZso6Wdg0rQq9P3GVzl_y3WY60cBCYUEBrE-fgkakVT9w4icqhHzBCHojXefqHQnmvhHBD9aWsc7ApX-78JTkAn21Dtmrl-bIglFMz-cQK25X-Mxt7iehhV92rnnvciIM5\/s16000\/CVE%2520MCP%2520Tool.webp?ssl=1\" alt=\"\"><\/figure>\n<p>In a single Claude prompt, a developer can scan an entire <code>requirements.txt<\/code> and receive prioritized upgrade recommendations.<\/p>\n<p>The CVE MCP Server is available now at <a href=\"https:\/\/github.com\/mukul975\/cve-mcp-server\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">github.com\/mukul975\/cve-mcp-server<\/a> under an open-source license, with Claude Desktop and Claude Code configuration supported out of the box.<\/p>\n<p class=\"has-text-align-center has-background\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 94%,rgb(169,184,195) 100%)\"><strong>Follow us on <a href=\"https:\/\/news.google.com\/publications\/CAAqMggKIixDQklTR3dnTWFoY0tGV041WW1WeWMyVmpkWEpwZEhsdVpYZHpMbU52YlNnQVAB?hl=en-IN&amp;gl=IN&amp;ceid=IN:en\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Google News<\/a>, <a href=\"https:\/\/www.linkedin.com\/company\/cybersecurity-news\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">LinkedIn<\/a>, and <a href=\"https:\/\/x.com\/cyber_press_org\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">X<\/a> for daily cybersecurity updates. <a href=\"https:\/\/cybersecuritynews.com\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Contact us<\/a> to feature your stories.<\/strong><\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/cve-mcp-server-and-claude\/\">CVE MCP Server Turns Claude Into a Fully Capable Security Analyst With 27 Tools Across 21 APIs<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Guru Baran<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/cve-mcp-server-and-claude\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CVE MCP Server Turns Claude Into a Fully Capable Security Analyst With 27 Tools Across 21 APIs A new open-source project called CVE MCP Server is redefining how security teams triage vulnerabilities, transforming Anthropic\u2019s Claude AI into a fully capable security analyst by giving it direct, correlated access to 27 intelligence tools spanning 21 external [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129,63,1709],"tags":[130],"class_list":["post-12506","post","type-post","status-publish","format-standard","hentry","category-cyber-security","category-cyber-security-news","category-cyberpedia","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/12506"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=12506"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/12506\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=12506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=12506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=12506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}