Permission control proxy enforcing least-privilege policies and auditing AI agent tool calls at runtime.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentward.
read_fileRead the complete contents of a file as text. DEPRECATED: Use read_text_file instead.
read_text_fileRead the complete contents of a file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Use the 'head' parameter to read only the first N lines of a file, or the 'tail' parameter to read only the last N lines of a file. Operates on the file as text regardless of extension. Only works within allowed directories.
read_media_fileRead a file and return it as a base64-encoded content block with its MIME type. Image and audio files are returned as image/audio content; any other file type is returned as an embedded resource. Only works within allowed directories.
read_multiple_filesRead the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.
write_fileCreate a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.
edit_fileMake line-based edits to a text file. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made. Only works within allowed directories.
Secure every agent action โ from install to runtime.
Source-available security platform for AI agents.
Telling an agent "don't touch the stove" is a natural-language guardrail that can be circumvented. AgentWard puts a physical lock on the stove โ code-level enforcement that prompt injection can't override.
AgentWard sits between AI agents and their tools (MCP servers, HTTP gateways, function calls) to enforce least-privilege policies, inspect data flows at runtime, and generate compliance audit trails. Policies are enforced in code, outside the LLM context window โ the model never sees them, can't override them, can't be tricked into ignoring them.
AI agents now have access to your email, calendar, filesystem, shell, databases, and APIs. The tools exist to give agents these capabilities. But nothing exists to control what they do with them.
| What exists today | What it does | What it doesn't do |
|---|---|---|
| Static scanners (mcp-scan, Cisco Skill Scanner) | Scan tool definitions, report risks | No runtime enforcement. Scan and walk away. |
| Package scanners (Snyk, Socket) | Flag known-vulnerable packages | Don't inspect .pth files or install-time code execution vectors. |
| Guardrails frameworks (NeMo, Guardrails AI) | Filter LLM inputs/outputs | Don't touch tool calls. An agent can still rm -rf /. |
| Prompt-based rules (SecureClaw) | Inject safety instructions into agent context | Vulnerable to prompt injection. The LLM can be tricked into ignoring them. |
| IAM / OAuth | Control who can access what | Control humans, not agents. An agent with your OAuth token has your full permissions. |
The gap: No tool-level permission enforcement that actually runs in code, outside the LLM, at the point of every tool call. Scanners find problems but don't fix them. Guardrails protect the model but not the tools. Prompt rules are suggestions, not enforcement.
AgentWard fills this gap. It's a proxy that sits between agents and tools, evaluating every tools/call against a declarative policy โ in code, at runtime, where prompt injection can't reach.
AgentWard scans and enforces policies on your existing AI agent tools. You need at least one of:
No MCP servers yet? AgentWard can also scan Python tool definitions (OpenAI, LangChain, CrewAI) in any project directory.
That's it. agentward init scans your tools, shows a risk summary, generates a recommended policy, and wires AgentWard into your environment. Most users don't need anything else.
If you want more control, you can run each step individually. AgentWard follows a five-step security lifecycle:
Auto-discovers MCP configs (Claude Desktop, Cursor, Windsurf, VS Code), Python tool definitions (OpenAI, LangChain, CrewAI), and OpenClaw skills. Outputs a permission map with risk ratings, skill chain analysis, security recommendations, developer fix guidance, and compliance-framework hints โ when scan detects PHI, financial, trading, personal-data, or cardholder-data patterns, it surfaces the relevant frameworks (HIPAA / GDPR / SOX / PCI-DSS / DORA / MiFID II) and the exact agentward comply --framework <name> command to evaluate against them. A markdown report (agentward-report.md) is saved automatically.
The scanner also runs pre-install security checks on skill directories before you install them โ catching threats at the supply chain stage, before they can execute code at runtime:
pickle.loads, yaml.load, Java deserialization, and PHP unserialize calls that can execute arbitrary code when the skill processes agent-controlled inputyaml.load without Loader= and bare yaml.unsafe_load callspostinstall, preinstall, and lifecycle scripts for suspicious shell commands (ClawHavoc-style install-time code execution)--scan-site-packages) โ scans Python site-packages directories for malicious .pth files that execute code at interpreter startup; see Supply Chain: .pth File ScannerTool-schema-level checks the scanner also runs against every MCP server it enumerates:
start_process with python/node/bash -i) and a stdin-injection tool (interact_with_process); injected code runs inside the REPL and bypasses shell-level pattern matchingwrite_file + set_config_value(defaultShell, โฆ)), the canonical write-then-reconfigure backdoor patternurl, endpoint, isUrl-style booleans) without an allowlist constraint in the descriptionreadOnlyHint: true) โ flags tools like get_recent_tool_calls that let an attacker enumerate prior tool invocations; readOnlyHint=true is also surfaced as a silent-auto-approval amplifier on any HIGH+ toolGenerates a smart-default agentward.yaml with security-aware rules based on what scan found โ skill restrictions, approval gates, and chaining rules tailored to your setup.
Rewrites your MCP configs so every tool call routes through the AgentWard proxy. For OpenClaw, swaps the gateway port so AgentWard sits as an HTTP reverse proxy.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentward-ai-agentward)<a href="https://allmcps.com/mcp/agentward-ai-agentward"><img src="https://allmcps.com/api/badge/agentward-ai-agentward?style=directory" alt="Agentward on AllMCPs" /></a>