agent-bom
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan | Run a full AI supply chain security scan. |
| check | Check a specific package for known CVEs before installing. |
| intel_lookup | Look up one advisory from the local threat-intel database. |
| intel_match | Match package inventory coordinates to local threat-intel advisories. |
| intel_sources | Return canonical threat-intel sources and local feed-run freshness. |
| intel_daily_brief | Return a local analyst threat brief from governed intel sources. |
| blast_radius | Look up the blast radius of a specific CVE across your AI agent setup. |
| exposure_paths | Return ranked ExposurePath JSON for headless security agents. |
| should_i_deploy | Return an agent-native deploy gate decision from graph risk. |
| policy_check | Evaluate a security policy against current scan results. |
| registry_lookup | Query the agent-bom MCP server threat intelligence registry. |
| generate_sbom | Generate a Software Bill of Materials (SBOM) for your AI agent setup. |
| compliance | Get OWASP LLM Top 10 / OWASP MCP Top 10 / MITRE ATLAS / NIST AI RMF compliance posture. |
| remediate | Generate a remediation plan for vulnerabilities in your AI agent setup. |
| verify | Verify package integrity and SLSA provenance against registries. |
| skill_scan | Scan skill and instruction files for trust, findings, and provenance. |
| skill_verify | Verify Sigstore provenance for skill and instruction files. |
| skill_trust | Assess the trust level of a SKILL.md file using ClawHub-style categories. |
| where | Show all MCP discovery paths and which config files exist. |
| inventory | List all discovered MCP configurations and servers without CVE scanning. |
| tool_risk_assessment | Score live-introspected MCP tool capabilities and server risk. |
| diff | Compare a fresh scan against a baseline to find new and resolved vulns. |
| marketplace_check | Pre-install trust check for an MCP server package. |
| code_scan | Run SAST (Static Application Security Testing) on source code via Semgrep. |
| context_graph | Build an agent context graph with lateral movement analysis. |
| graph_export | Export the agent dependency graph in graph-native formats. |
| analytics_query | Query vulnerability trends, posture history, and runtime event summaries from ClickHouse. |
| cis_benchmark | Run CIS benchmark checks against a cloud account. |
| fleet_scan | Batch-scan a list of MCP server names against the security metadata registry. |
| runtime_correlate | Cross-reference vulnerability scan results with proxy runtime audit logs. |
| runtime_production_index | Return metadata-only runtime production posture for agent/tool traffic. Summarizes tool-call volume, block rate, policy decisions, authorization trace posture, alerts, active sources/sessions, freshness, and retention mode without returning prompts, raw arguments, responses, or credential values. |
| runtime_blueprints | Return canonical role/profile blueprints for runtime policy design. |
| runtime_blueprint_drift | Compare current runtime traffic with an approved role/profile blueprint. |
| proxy_status | Return current MCP proxy metrics and alert summary, if a session is active. |
| proxy_alerts | Return recent runtime proxy alerts without prompts, arguments, or responses. |
| gateway_status | Return gateway policy and inter-agent firewall runtime statistics. |
| shield_status | Return current Shield assessment for a session without changing enforcement state. |
| shield_start | Start Shield enforcement for a session. Requires admin role, shield:write scope, and audit reason. |
| shield_unblock | Unblock Shield enforcement for a session. Requires admin role, shield:write scope, and audit reason. |
| shield_break_glass | Run Shield break-glass override. Requires admin role, shield:write scope, and audit reason. |
| firewall_check | Dry-run an inter-agent firewall decision without recording it to the control-plane tally. |
| audit_query | Read tenant-scoped control-plane audit records. |
| audit_integrity | Verify control-plane and runtime audit chain integrity. |
| vector_db_scan | Scan for running vector databases and assess their security posture. |
| aisvs_benchmark | Run AISVS v1.0 (AI Security Verification Standard) compliance checks. |
| gpu_infra_scan | Discover GPU/AI compute infrastructure: containers, K8s nodes, and DCGM endpoints. |
| dataset_card_scan | Scan a directory for ML dataset card metadata, provenance, and optionally PII/PHI content. |
| training_pipeline_scan | Scan a directory for ML training pipeline lineage and provenance. |
| browser_extension_scan | Scan installed browser extensions for dangerous permissions. |
| model_provenance_scan | Check ML model provenance and supply chain metadata. |
| prompt_scan | Scan prompt template files for injection risks and security issues. |
| model_file_scan | Scan a directory for ML model files and assess serialization risks. |
| ai_inventory_scan | Scan source code for AI component usage patterns. |
| license_compliance_scan | Evaluate package licenses against compliance policy. |
| ingest_external_scan | Ingest Trivy, Grype, or Syft JSON scan output and return packages with blast radius analysis. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| quick-audit | Run a complete security audit of your AI agent setup |
| pre-install-check | Check an MCP server package for vulnerabilities before installing |
| compliance-report | Generate OWASP/ATLAS/NIST compliance posture for your AI stack |
| fleet-audit | Audit an endpoint or cloud inventory file and return graph-ready findings |
| incident-triage | Prioritize a CVE or suspicious MCP finding using blast radius and runtime evidence |
| remediation-plan | Draft a human-reviewed remediation plan without modifying files |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| registry_servers_resource | Browse the MCP server security metadata registry (427+ servers). Returns the full registry with risk levels (category-derived), tools, credential env vars (heuristic-inferred), and verification status for every known MCP server. |
| policy_template_resource | Get a default security policy template for agent-bom. Returns a ready-to-use policy with common rules: block critical CVEs, flag CISA KEV entries, warn on unverified servers, and limit credential exposure. |
| tool_metrics_resource | Return bounded MCP tool execution metrics for observability. |
| inventory_schema_resource | Describe the canonical operator-pushed inventory contract. |
| mcp_hardening_resource | Return MCP hardening controls tuned for scans and proxy/gateway deployments. |
| framework_controls_resource | Summarize framework coverage and the evidence surfaces behind each claim. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/msaad00/agent-bom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server