MCP Server Policy

CHARGEBEE MCP POLICY

Enforce policies on every tool call to the Chargebee MCP Server. 2 tools listed, categorised, and ready for rules.

chargebee/agentkit 0 read 2 write 2 tools total
chargebee billing subscriptions payments saas

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Chargebee.

terminal

# Download policy scaffold

curl -o chargebee.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/chargebee.yaml

# Run with Intercept

intercept --policy chargebee.yaml -- npx -y @chargebee/agentkit

Server documentation: https://github.com/chargebee/agentkit

FINANCIAL TOOLS

2

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

chargebee.yaml
version: "1"
description: "Policy for chargebee/agentkit"
default: "allow"
tools:
    chargebee_code_planner:
        rules: []
    chargebee_documentation_search:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Chargebee MCP server expose?

The Chargebee MCP Server exposes 2 tools across 1 categories: Financial. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Chargebee?

Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Chargebee MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the Chargebee policy free to use?

Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.

ENFORCE POLICIES ON CHARGEBEE

Open source. One binary. Zero dependencies.