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 |
|---|---|
| scanA | Run a full AI supply chain security scan. |
| checkA | Check a specific package for known CVEs before installing. |
| intel_lookupA | Look up one advisory from the local threat-intel database. |
| intel_matchA | Match package inventory coordinates to local threat-intel advisories. |
| intel_sourcesA | Return canonical threat-intel sources and local feed-run freshness. |
| intel_daily_briefA | Return a local analyst threat brief from governed intel sources. |
| blast_radiusA | Look up the blast radius of a specific CVE across your AI agent setup. |
| exposure_pathsA | Return ranked ExposurePath JSON for headless security agents. |
| should_i_deployB | Return an agent-native deploy gate decision from graph risk. |
| policy_checkA | Evaluate a security policy against current scan results. |
| registry_lookupA | Query the agent-bom MCP server threat intelligence registry. |
| generate_sbomA | Generate a Software Bill of Materials (SBOM) for your AI agent setup. |
| complianceA | Get OWASP LLM Top 10 / OWASP MCP Top 10 / MITRE ATLAS / NIST AI RMF compliance posture. |
| remediateA | Generate a remediation plan for vulnerabilities in your AI agent setup. |
| verifyA | Verify package integrity and SLSA provenance against registries. |
| skill_scanA | Scan skill and instruction files for trust, findings, and provenance. |
| skill_verifyA | Verify Sigstore provenance for skill and instruction files. |
| skill_trustA | Assess the trust level of a SKILL.md file using ClawHub-style categories. |
| whereA | Show all MCP discovery paths and which config files exist. |
| inventoryA | List all discovered MCP configurations and servers without CVE scanning. |
| tool_risk_assessmentB | Score live-introspected MCP tool capabilities and server risk. |
| diffA | Compare a fresh scan against a baseline to find new and resolved vulns. |
| marketplace_checkA | Pre-install trust check for an MCP server package. |
| code_scanA | Run SAST (Static Application Security Testing) on source code via Semgrep. |
| context_graphA | Build an agent context graph with lateral movement analysis. |
| graph_exportA | Export the agent dependency graph in graph-native formats. |
| analytics_queryA | Query vulnerability trends, posture history, and runtime event summaries from ClickHouse. |
| cis_benchmarkA | Run CIS benchmark checks against a cloud account. |
| fleet_scanA | Batch-scan a list of MCP server names against the security metadata registry. |
| runtime_correlateA | Cross-reference vulnerability scan results with proxy runtime audit logs. |
| runtime_production_indexA | 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_blueprintsA | Return canonical role/profile blueprints for runtime policy design. |
| runtime_blueprint_driftA | Compare current runtime traffic with an approved role/profile blueprint. |
| proxy_statusA | Return current MCP proxy metrics and alert summary, if a session is active. |
| proxy_alertsA | Return recent runtime proxy alerts without prompts, arguments, or responses. |
| gateway_statusA | Return gateway policy and inter-agent firewall runtime statistics. |
| shield_statusA | Return current Shield assessment for a session without changing enforcement state. |
| shield_startA | Start Shield enforcement for a session. Requires admin role, shield:write scope, and audit reason. |
| shield_unblockA | Unblock Shield enforcement for a session. Requires admin role, shield:write scope, and audit reason. |
| shield_break_glassA | Run Shield break-glass override. Requires admin role, shield:write scope, and audit reason. |
| firewall_checkA | Dry-run an inter-agent firewall decision without recording it to the control-plane tally. |
| audit_queryB | Read tenant-scoped control-plane audit records. |
| audit_integrityA | Verify control-plane and runtime audit chain integrity. |
| vector_db_scanA | Scan for running vector databases and assess their security posture. |
| aisvs_benchmarkA | Run AISVS v1.0 (AI Security Verification Standard) compliance checks. |
| gpu_infra_scanA | Discover GPU/AI compute infrastructure: containers, K8s nodes, and DCGM endpoints. |
| dataset_card_scanA | Scan a directory for ML dataset card metadata, provenance, and optionally PII/PHI content. |
| training_pipeline_scanA | Scan a directory for ML training pipeline lineage and provenance. |
| browser_extension_scanA | Scan installed browser extensions for dangerous permissions. |
| model_provenance_scanA | Check ML model provenance and supply chain metadata. |
| prompt_scanC | Scan prompt template files for injection risks and security issues. |
| model_file_scanA | Scan a directory for ML model files and assess serialization risks. |
| ai_inventory_scanA | Scan source code for AI component usage patterns. |
| license_compliance_scanB | Evaluate package licenses against compliance policy. |
| ingest_external_scanA | 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