agent-bom-enforce

Intercept and enforce user-defined policies on MCP tool calls via a runtime proxy.

29|7|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/msaad00/agent-bom --skill agent-bom-enforce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-bom-enforce
Source: https://github.com/msaad00/agent-bom/tree/main/integrations/openclaw/enforce
Command: npx skills add https://github.com/msaad00/agent-bom --skill agent-bom-enforce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces security policies on MCP tool calls and blocks dangerous operations at runtime by placing a local proxy in the middle.

Core Features & Use Cases

  • Runtime policy enforcement blocks risky MCP calls in real time.
  • Proxy-based interception runs locally to monitor and guard tool usage.
  • Policy-as-code support allows user-provided YAML/JSON rules to define guardrails.

Quick Start

Start the enforcement proxy and apply a policy YAML file to begin guarding MCP calls.

Frequently Asked Questions about agent-bom-enforce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce security policies on MCP tool calls at runtime?

You can enforce runtime security policies on MCP tool calls by running a local proxy that intercepts interactions and evaluates them against your provided YAML or JSON policy-as-code rules to block dangerous operations in real time.

What is policy-as-code enforcement for MCP interactions?

Policy-as-code enforcement for MCP interactions is the process of defining security guardrails in YAML or JSON files and applying them through a local proxy to monitor, audit, and block unsafe runtime tool calls.

Can I use a local proxy to intercept and block dangerous MCP operations?

Yes, you can use a local proxy to intercept MCP operations, evaluate them against user-provided policy rules, and block risky tool calls before they execute while auditing the activity locally.

How do I start guarding MCP calls with a YAML policy file?

To start guarding MCP calls, launch the enforcement proxy locally and apply a policy-as-code YAML or JSON file to define the rules that monitor and block unsafe tool usage during runtime.

Does runtime MCP policy enforcement work in local environments only?

Runtime MCP policy enforcement is designed for local environments where a proxy can sit in the middle to intercept, monitor, and audit tool calls against your defined policy-as-code rules.