Skip to content

cloud-peek/cloudpeek-vulnerability-intelligence

v0.1.0UNLICENSED

Look up CVEs and CWEs from CloudPeek's indexed Open Knowledge Format corpus. Deterministic, source-grounded vulnerability intelligence with no embeddings and no model calls.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cloudpeek-vulnerability-intelligencestreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.cloudpeek.ai/vulnerability/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cloudpeek-vulnerability-intelligence",
  "version": "0.1.0",
  "description": "Look up CVEs and CWEs from CloudPeek's indexed Open Knowledge Format corpus. Deterministic, source-grounded vulnerability intelligence with no embeddings and no model calls.",
  "author": {
    "name": "CloudPeek",
    "email": "support@cloudpeek.io",
    "url": "https://cloudpeek.io"
  },
  "homepage": "https://cloudpeek.io",
  "license": "UNLICENSED",
  "keywords": ["security", "vulnerability", "cve", "cwe", "mcp"]
}