MCP Server Policy
AXIOM MCP POLICY
Enforce policies on every tool call to the Axiom MCP Server. 4 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Axiom.
# Download policy scaffold
curl -o axiom.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/axiom.yaml
# Run with Intercept
intercept --policy axiom.yaml -- npx -y @ Server documentation: https://github.com/axiomhq/mcp-server-axiom
OTHER TOOLS
4POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for "
default: "allow"
tools:
axiom_get_agent:
rules: []
axiom_get_catalog:
rules: []
axiom_read_skill:
rules: []
axiom_search_skills:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Axiom MCP server expose?
The Axiom MCP Server exposes 4 tools across 1 categories: Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Axiom?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Axiom MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Axiom 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 AXIOM
Open source. One binary. Zero dependencies.