Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.megabrainee/sectora

REMOTE · MCP.SECTORA.IO · SCANNED AUG 3

Threat intel + your scans/findings/Shield posture. CVE, EPSS, KEV, package vuln lookup, DAST.

Available components

+4 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1197 tokens (~85/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.sectora.io

# add to Claude Code
claude mcp add --transport http megabrainee-sectora https://mcp.sectora.io/mcp
# ~/.codex/config.toml
[mcp_servers.megabrainee-sectora]
url = "https://mcp.sectora.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "megabrainee-sectora": {
      "type": "remote",
      "url": "https://mcp.sectora.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add megabrainee-sectora --url https://mcp.sectora.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  megabrainee-sectora:
    url: "https://mcp.sectora.io/mcp"
// mcp.json
{
  "mcpServers": {
    "megabrainee-sectora": {
      "type": "http",
      "url": "https://mcp.sectora.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 62

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.sectora.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=sectora.io CN=WE1,O=Google Trust Services,C=US 5 Jun 2026 3 Sept 2026 ECDSA 256 ECDSA-SHA256 afb8fb005c6b88f40e3232d9e157a60c
SANs: sectora.io, *.sectora.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.sectora.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
sectora.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options DENY
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.sectora.io/mcp Verified 200
http (plaintext) http://mcp.sectora.io/mcp HTTPS enforced 301 https://mcp.sectora.io/mcp
MCP tools — 14 exposed · ~1,197 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
assess_dependency ~145

Check a single package@version for known vulnerabilities via OSV.dev (npm, PyPI, Go, Maven, NuGet, RubyGems, Packagist, crates.io, etc.). Returns advisories with CVE IDs, severity, fixed versions, and references. Free tier eligible.

NameTypeReqDescription
ecosystemstringyesPackage ecosystem: npm, PyPI, Go, Maven, NuGet, RubyGems, Packagist, crates.io
namestringyesPackage name (e.g., "lodash", "django", "github.com/gorilla/mux")
versionstringyesExact version (e.g., "4.17.20")

No output schema declared.

No examples provided.

assess_tech_risk ~71

Assess security risk for a list of technologies. Returns known CVEs affecting each technology with severity breakdown. Input: comma-separated technology names only.

NameTypeReqDescription
technologiesstringyesComma-separated list of technology names (e.g., "Apache HTTP Server, OpenSSL, nginx"). Max 50 technologies.

No output schema declared.

No examples provided.

get_kev_recent ~52

Get recently added entries to the CISA Known Exploited Vulnerabilities (KEV) catalog.

NameTypeReqDescription
daysstringNumber of days to look back (1-365, default: 30)

No output schema declared.

No examples provided.

get_my_posture ~81

Get Shield WAF posture score and breakdown for a domain registered under this account. Returns 0-100 score, letter grade, per-component breakdown (origin lock, virtual patching, TLS, etc.), and edge_health (whether Shield is actually intercepting traffic). Requires API key.

NameTypeReqDescription
domainstringyesDomain registered under your Sectora account

No output schema declared.

No examples provided.

get_scan ~44

Get a scan with all its findings (full detail: title, description, evidence, remediation, CVSS). Requires API key.

NameTypeReqDescription
scan_idstringyesScan UUID

No output schema declared.

No examples provided.

get_threat_stats ~42

Get statistics about the Sectora threat intelligence database including counts of EPSS scores, KEV entries, Nuclei templates, and exploits. No input required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_trending_cves ~52

Get currently trending CVEs based on recent KEV additions, high EPSS scores, and exploit availability.

NameTypeReqDescription
limitstringMaximum results to return (1-100, default: 20)

No output schema declared.

No examples provided.

get_weaponization_score ~88

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.

NameTypeReqDescription
cve_idstringyesCVE identifier in format CVE-YYYY-NNNNN (e.g., CVE-2024-3400)

No output schema declared.

No examples provided.

list_my_findings ~129

List the API key owner's open security findings across all scans. Use this to answer "what's my current exposure?" Filter by severity, status, or domain. Returns finding summaries; call get_scan for full detail. Requires API key.

NameTypeReqDescription
domainstringLimit to a single domain (e.g., app.example.com)
limitstringMax findings (1-100, default: 25)
severitystringComma-separated severities to include: critical, high, medium, low, info
statusstringFilter by confirmation status

No output schema declared.

No examples provided.

list_my_scans ~61

List the API key owner's recent scans with summary counts. Requires API key.

NameTypeReqDescription
limitstringMax scans (1-100, default: 25)
statusstringFilter by status (queued, running, completed, failed)

No output schema declared.

No examples provided.

lookup_cve ~86

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.

NameTypeReqDescription
cve_idstringyesCVE identifier in format CVE-YYYY-NNNNN (e.g., CVE-2024-3400)

No output schema declared.

No examples provided.

lookup_ip_reputation ~89

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).

NameTypeReqDescription
ipstringyesIPv4 (e.g., 1.2.3.4) or IPv6 (e.g., 2606:4700::1) address to look up

No output schema declared.

No examples provided.

scan_url ~164

Kick off a DAST security scan against a public URL the API key owner controls. Two-step flow: first call returns a preview (target, profile, ETA, quota remaining); confirm by calling again with confirm:true to actually start the scan. Returns scan_id; poll status with get_scan. Domain must be verified in the Sectora account. Daily quota: 25 scans/24h per user. Requires API key.

NameTypeReqDescription
confirmstringSet to "true" to actually execute the scan. Without this, the call returns a preview only.
profilestringScan profile: quick (~2 min), standard (~10 min), deep (~30 min)
urlstringyesFull URL to scan (must start with http:// or https://)

No output schema declared.

No examples provided.

search_cves ~93

Search for CVEs by keyword, severity, or other filters. Query must be alphanumeric text.

NameTypeReqDescription
has_exploitstringOnly show CVEs with public exploits
is_kevstringOnly show CVEs in CISA KEV catalog
querystringyesSearch keyword (CVE ID, technology name, or description)
severitystringFilter by severity

No output schema declared.

No examples provided.