streamable-httpupdated 5mo ago
Security Operations & NIS2/DORA Cyber Compliance MCP Server — 12 tools for NIS2 compliance, ISO 27001:2022 gap analysis, DORA ICT risk (Art.5-12), incident playbooks, CVE prioritization, attack surface checks, phishing detection.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with cybershield?
CyberShield MCP Server v1.0.0
Security Operations & NIS2/DORA Cyber Compliance MCP Server — 12 tools for NIS2 compliance, ISO 27001:2022 gap analysis, DORA ICT risk (Art.5-12), incident playbooks, CVE prioritization, attack surface checks, phishing detection.
Port 12601 | Part of ToolOracle & FeedOracle Infrastructure
Quick Connect
# Claude Desktop / Claude Code
claude mcp add cybershield https://tooloracle.io/cybershield/mcp
# Or use directly
curl -X POST https://tooloracle.io/cybershield/mcp/ \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
12 Tools
| threat_landscape | Tool 1 |
| cve_risk_score | Tool 2 |
| attack_surface_check | Tool 3 |
| phishing_indicators | Tool 4 |
| nis2_compliance | Tool 5 |
| nis2_incident_report | Tool 6 |
| iso27001_gap | Tool 7 |
| dora_ict_risk | Tool 8 |
| password_policy | Tool 9 |
| incident_playbook | Tool 10 |
| risk_matrix | Tool 11 |
| security_metrics | Tool 12 |
Endpoints
| Endpoint | URL |
|---|---|
| MCP (StreamableHTTP) | https://tooloracle.io/cybershield/mcp/ |
| MCP (FeedOracle) | https://feedoracle.io/cybershield/mcp/ |
| Health | https://tooloracle.io/cybershield/health |
Architecture
- Transport: StreamableHTTP + SSE (MCP Protocol 2025-03-26)
- Auth: x402 micropayments (USDC on Base) + Stripe subscriptions
- Signing: ECDSA ES256K — every response cryptographically signed
- Platform: Whitelabel MCP Platform v1.0
Part of the ToolOracle Ecosystem
ToolOracle operates 81+ MCP servers with 824+ tools across:
- Compliance & Regulation — DORA, MiCA, NIS2, AMLR, GDPR, EU AI Act
- Finance & Tax — CFOCoPilot, TaxOracle, ISO20022Oracle
- Legal — LawOracle, LegalTechOracle, ContractOracle
- Healthcare — HealthGuard
- Supply Chain — SupplyChainOracle
- Cybersecurity — CyberShield, DORAOracle, TLPTOracle
- HR — HROracle
- Blockchain — 13 chains (ETH, BTC, Solana, Arbitrum, etc.)
- Business Intelligence — SEO, Leads, Reviews, E-Commerce
License
Proprietary — © 2026 ToolOracle / FeedOracle. All rights reserved. Contact: enterprise@feedoracle.io
Install
Add cybershield to your client. Pick the one you use.
claude mcp add --transport http cybershield https://tooloracle.io/cybershield/mcp/codex mcp add cybershield --url https://tooloracle.io/cybershield/mcp/{
"mcpServers": {
"cybershield": {
"url": "https://tooloracle.io/cybershield/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cybershield": {
"type": "http",
"url": "https://tooloracle.io/cybershield/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cybershield": {
"url": "https://tooloracle.io/cybershield/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cybershield": {
"serverUrl": "https://tooloracle.io/cybershield/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance8/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 153 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |