MCP Tools Reference¶
agent-bom exposes 22 tools via its MCP server.
Tools¶
scan¶
Full discovery + vulnerability scan pipeline. Auto-discovers MCP clients, extracts servers and packages, scans for CVEs, computes blast radius.
check¶
Check a single package for vulnerabilities.
blast_radius¶
Map the full impact chain of a CVE across agents, servers, credentials, and tools.
registry_lookup¶
Look up an MCP server in the 427+ server security metadata registry.
compliance¶
Run compliance framework checks (OWASP, MITRE ATLAS, EU AI Act, NIST, CIS, SOC 2, ISO 27001).
remediate¶
Generate a prioritized remediation plan for discovered vulnerabilities.
verify¶
Package integrity check with Sigstore signature and SLSA provenance verification.
skill_trust¶
Assess the trust level of a SKILL.md file (5-category analysis).
generate_sbom¶
Generate an SBOM in CycloneDX or SPDX format.
policy_check¶
Evaluate scan results against a security policy file.
diff¶
Compare two scan reports showing new, resolved, and persistent findings.
marketplace_check¶
Pre-install trust check combining registry lookup with integrity verification.
code_scan¶
SAST scanning via Semgrep with CWE-based compliance mapping.
where¶
Show all MCP client config discovery paths and what was found.
inventory¶
List all discovered agents, servers, and packages.
context_graph¶
Agent context graph with BFS lateral movement analysis.
analytics_query¶
Query vulnerability trends and posture history from ClickHouse.
cis_benchmark¶
Run CIS benchmark checks against AWS or Snowflake accounts.
fleet_scan¶
Batch registry lookup + risk scoring for MCP server inventories.
runtime_correlate¶
Cross-reference runtime audit logs with CVE findings for risk amplification.
vector_db_scan¶
Probe Qdrant, Weaviate, Chroma, and Milvus instances for authentication misconfigurations and exposure.
aisvs_benchmark¶
Run OWASP AISVS v1.0 compliance checks — 9 AI security verification checks across model, data, and inference layers.
Resources¶
| URI | Description |
|---|---|
registry://servers |
Browse the full MCP server security metadata registry |
policy://template |
Default security policy template |