io.github.megabrainee/sectora
https://mcp.sectora.io/mcpskills: {'id': 'lookup_cve', 'name': 'lookup_cve', 'description': 'Get full threat intelligence enrichment for a CVE including EPSS score, CISA KEV status, public exploits, Nuclei templates, risk level, and risk factors. Input must be a valid CVE ID.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'assess_tech_risk', 'name': 'assess_tech_risk', 'description': 'Assess security risk for a list of technologies. Returns known CVEs affecting each technology with severity breakdown. Input: comma-separated technology names only.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_cves', 'name': 'search_cves', 'description': 'Search for CVEs by keyword, severity, or other filters. Query must be alphanumeric text.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_kev_recent', 'name': 'get_kev_recent', 'description': 'Get recently added entries to the CISA Known Exploited Vulnerabilities (KEV) catalog.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_trending_cves', 'name': 'get_trending_cves', 'description': 'Get currently trending CVEs based on recent KEV additions, high EPSS scores, and exploit availability.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_weaponization_score', 'name': 'get_weaponization_score', 'description': 'Get the weaponization score (0-100) for a CVE. Factors in EPSS, KEV status, exploit availability, Nuclei templates, and CVSS. Input must be a valid CVE ID.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'lookup_ip_reputation', 'name': 'lookup_ip_reputation', 'description': 'Look up community IP reputation from Sectora Shield WAF network. Shows if an IP has been reported for attacks. Accepts IPv4 or IPv6 (the Shield network sees both).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_threat_stats', 'name': 'get_threat_stats', 'description': 'Get statistics about the Sectora threat intelligence database including counts of EPSS scores, KEV entries, Nuclei templates, and exploits. No input required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 176.9ms; conformance: pass
How to connect
https://mcp.sectora.io/mcp
curl -X POST https://mcp.sectora.io/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'