← sectora.io
INDIVIDUAL MCP TOOL
lookup_ip_reputation
Look up community IP reputation from Sectora Shield WAF network.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
lookup_cve— Get full threat intelligence enrichment for a CVE including EPSS score, CISA KEV status, public exploits, Nuclei templates, risk level, and risk factors.assess_tech_risk— Assess security risk for a list of technologies.search_cves— Search for CVEs by keyword, severity, or other filters.get_kev_recent— Get recently added entries to the CISA Known Exploited Vulnerabilities (KEV) catalog.get_trending_cves— Get currently trending CVEs based on recent KEV additions, high EPSS scores, and exploit availability.get_weaponization_score— Get the weaponization score (0-100) for a CVE.get_threat_stats— Get statistics about the Sectora threat intelligence database including counts of EPSS scores, KEV entries, Nuclei templates, and exploits.list_my_findings— List the API key owner's open security findings across all scans.