auditagent-mcp
A Claude MCP server exposing your AuditAgent workspace as four tools:
get_recent_actions, get_pending_approvals, draft_questionnaire_answers,
get_compliance_summary.
Install
pip install auditagent-mcp
Configure
Get a workspace API key from Settings → API keys in the AuditAgent dashboard, then set:
export AUDITAGENT_API_KEY=al_live_...
export AUDITAGENT_BASE_URL=https://api.auditagent.dev # optional, this is the default
Add to Claude Desktop / Claude Code
Add to your MCP config (Claude Desktop: claude_desktop_config.json; Claude
Code: .mcp.json or claude mcp add):
{
"mcpServers": {
"auditagent": {
"command": "auditagent-mcp",
"env": {
"AUDITAGENT_API_KEY": "al_live_..."
}
}
}
}
Then ask Claude things like:
"What agent actions happened in the last hour?" "Are there any approvals waiting on me?" "Draft an answer to: do you log all AI agent actions taken on customer data?" "What's our current compliance posture?"
Manual setup: listing on the MCP marketplace
Once published to PyPI (see the root docs/MANUAL_SETUP.md), submit this
server to the Anthropic MCP directory (https://github.com/modelcontextprotocol/servers
or the in-product marketplace listing flow, whichever is current when you
ship) for organic discovery — this is a manual, one-time submission, not
something this repo can automate.
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 auditagent_mcp-0.2.0.tar.gz.
File metadata
- Download URL: auditagent_mcp-0.2.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a4158c7da728a3073f2cd24dbc2bc4a9b2ef55d166d474ceb0aaaa08b219870
|
|
| MD5 |
62371d03918df53e638ade0cbe57dce1
|
|
| BLAKE2b-256 |
681a6117145f96cb05d5129d6e132866c639bcfb33e0faf2416309c5e48f487a
|
File details
Details for the file auditagent_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: auditagent_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1465a2d8266a252df9ee33d0956cf2c143551a0abac764baec8b135cb42247cc
|
|
| MD5 |
f3f1db1ca4ccc2fc6929af649a95d591
|
|
| BLAKE2b-256 |
2c15564132e3d132e62468f2705cbf10da2e4b4d3b56331c3fdc929748284255
|