MCP server for AgentAudit — lets AI agents query their own compliance audit trail
Project description
AgentAudit MCP Server
MCP server that lets AI agents query their own AgentAudit compliance trail.
Agents can review their recent actions, check risk summaries, and dry-run risk checks before executing.
Install
pip install agentic-audit-mcp
Or run directly:
uvx agentaudit-mcp
Configure in Claude Code
// ~/.claude/settings.json
{
"mcpServers": {
"agentaudit": {
"command": "uvx",
"args": ["agentaudit-mcp"],
"env": {
"AGENTAUDIT_API_KEY": "aa_live_xxxxx",
"AGENTAUDIT_BASE_URL": "http://localhost:8000"
}
}
}
}
Tools
| Tool | Description |
|---|---|
get_my_audit_events |
Review recent actions and risk levels |
get_session_risk_summary |
Risk breakdown for the current session |
check_action_risk |
Dry-run risk check without logging |
Links
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_audit_mcp-0.1.0.tar.gz.
File metadata
- Download URL: agentic_audit_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf73175285cb913f3788b4bdeb46ef79cd2547f22a1adf20084753d0bc42571d
|
|
| MD5 |
93d3e87787d12c698bed7dce5247a719
|
|
| BLAKE2b-256 |
8d9a6c0722c044a48f23e2ee29fa0e170a641fd9d4d38c267329698c7bccf1b5
|
File details
Details for the file agentic_audit_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentic_audit_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c4294eee5467c0bc791f4ace6c29bf1b3aecd58945aa95eff9f41d8421aa85e
|
|
| MD5 |
4d79e7a78239637099b59c1c55f70bdf
|
|
| BLAKE2b-256 |
a85295dd1da8b9d4f376c01d90afb5310f46498a27dfeacd335a9f5244bcb590
|