Security & Testing
sectora.io
Provides threat intelligence and vulnerability management tools for security analysis.
ENDPOINT 1
https://mcp.sectora.io/mcp
MCP server metadata
- Name
- sectora-mcp-server
- Version
- 1.0.0
Known tools 14
lookup_cveGet full threat intelligence enrichment for a CVE including EPSS score, CISA KEV status, public exploits, Nuclei templates, risk level, and risk factors.
Inferred read-onlyget_kev_recentGet recently added entries to the CISA Known Exploited Vulnerabilities (KEV) catalog.
Inferred read-onlyget_trending_cvesGet currently trending CVEs based on recent KEV additions, high EPSS scores, and exploit availability.
Inferred read-onlylookup_ip_reputationLook up community IP reputation from Sectora Shield WAF network.
Inferred read-onlyget_threat_statsGet statistics about the Sectora threat intelligence database including counts of EPSS scores, KEV entries, Nuclei templates, and exploits.
Inferred read-onlyget_scanGet a scan with all its findings (full detail: title, description, evidence, remediation, CVSS).
Inferred read-onlyscan_urlKick off a DAST security scan against a public URL the API key owner controls.
Inferred read-onlyget_my_postureGet Shield WAF posture score and breakdown for a domain registered under this account.
Inferred read-onlyassess_dependencyCheck a single package@version for known vulnerabilities via OSV.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sectora-mcp-server]
url = "https://mcp.sectora.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sectora-mcp-server": {
"type": "http",
"url": "https://mcp.sectora.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sectora-mcp-server
Remote MCP URL: https://mcp.sectora.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sectora-mcp-server": {
"url": "https://mcp.sectora.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sectora-mcp-server": {
"type": "http",
"url": "https://mcp.sectora.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sectora-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.sectora.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.