# io.github.megabrainee/sectora (remote · mcp.sectora.io)

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

- Trust score: 67/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.sectora.io`: 67/100 (this document), [markdown](https://verifymcp.io/servers/megabrainee-sectora/mcp.md), [page](https://verifymcp.io/servers/megabrainee-sectora/mcp)

## Channel facts

- Endpoint: `https://mcp.sectora.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 14 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1197 tokens (~85/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http megabrainee-sectora https://mcp.sectora.io/mcp
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add megabrainee-sectora --url https://mcp.sectora.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  megabrainee-sectora:
    url: "https://mcp.sectora.io/mcp"
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 67, +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.

### 2026-08-01 (score 66, +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.

### 2026-07-31 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 64, +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.

### 2026-07-27 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (14)

### `lookup_cve` (~86 tokens)

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.

Input parameters:

- `cve_id` (string, required): CVE identifier in format CVE-YYYY-NNNNN (e.g., CVE-2024-3400)

### `assess_tech_risk` (~71 tokens)

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

Input parameters:

- `technologies` (string, required): Comma-separated list of technology names (e.g., "Apache HTTP Server, OpenSSL, nginx"). Max 50 technologies.

### `search_cves` (~93 tokens)

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

Input parameters:

- `has_exploit` (string): Only show CVEs with public exploits
- `is_kev` (string): Only show CVEs in CISA KEV catalog
- `query` (string, required): Search keyword (CVE ID, technology name, or description)
- `severity` (string): Filter by severity

### `get_kev_recent` (~52 tokens)

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

Input parameters:

- `days` (string): Number of days to look back (1-365, default: 30)

### `get_trending_cves` (~52 tokens)

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

Input parameters:

- `limit` (string): Maximum results to return (1-100, default: 20)

### `get_weaponization_score` (~88 tokens)

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.

Input parameters:

- `cve_id` (string, required): CVE identifier in format CVE-YYYY-NNNNN (e.g., CVE-2024-3400)

### `lookup_ip_reputation` (~89 tokens)

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

Input parameters:

- `ip` (string, required): IPv4 (e.g., 1.2.3.4) or IPv6 (e.g., 2606:4700::1) address to look up

### `get_threat_stats` (~42 tokens)

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

### `list_my_findings` (~129 tokens)

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.

Input parameters:

- `domain` (string): Limit to a single domain (e.g., app.example.com)
- `limit` (string): Max findings (1-100, default: 25)
- `severity` (string): Comma-separated severities to include: critical, high, medium, low, info
- `status` (string): Filter by confirmation status

### `list_my_scans` (~61 tokens)

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

Input parameters:

- `limit` (string): Max scans (1-100, default: 25)
- `status` (string): Filter by status (queued, running, completed, failed)

### `get_scan` (~44 tokens)

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

Input parameters:

- `scan_id` (string, required): Scan UUID

### `scan_url` (~164 tokens)

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.

Input parameters:

- `confirm` (string): Set to "true" to actually execute the scan. Without this, the call returns a preview only.
- `profile` (string): Scan profile: quick (~2 min), standard (~10 min), deep (~30 min)
- `url` (string, required): Full URL to scan (must start with http:// or https://)

### `get_my_posture` (~81 tokens)

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.

Input parameters:

- `domain` (string, required): Domain registered under your Sectora account

### `assess_dependency` (~145 tokens)

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.

Input parameters:

- `ecosystem` (string, required): Package ecosystem: npm, PyPI, Go, Maven, NuGet, RubyGems, Packagist, crates.io
- `name` (string, required): Package name (e.g., "lodash", "django", "github.com/gorilla/mux")
- `version` (string, required): Exact version (e.g., "4.17.20")

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/megabrainee-sectora/mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 65
- 2026-07-29: 64
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 62

## Links

- Remote endpoint: https://mcp.sectora.io/mcp
- Repository: https://github.com/BraineeTech/sectora
- Website: https://sectora.io/mcp
- Changelog RSS feed: https://verifymcp.io/servers/megabrainee-sectora/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/megabrainee-sectora/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/megabrainee-sectora/mcp
