auditagent-mcp
An MCP server exposing your AuditAgent workspace as four tools:
get_recent_actions, get_pending_approvals, draft_questionnaire_answers,
get_compliance_summary. Works from Claude, ChatGPT, Grok, or any other MCP
client — two different ways to connect, depending on which:
Option A — hosted (Claude.ai web/mobile, ChatGPT, Grok)
These are hosted chat products with no local machine to run a server on, so
they can only reach a server over the network, not installed via pip. This
server is already mounted at /mcp on the deployed backend (see
backend/app/main.py) — add <your backend's base URL>/mcp as a custom
connector (e.g. https://api.auditagent.dev/mcp once that domain's DNS is
pointed at the deployed backend — see docs/MANUAL_SETUP.md's DNS step; until
then, use whatever URL the backend is actually reachable at, e.g. the Hugging
Face Space's https://<you>-<space>.hf.space/mcp):
- Claude.ai: Settings → Connectors → Add custom connector → paste the URL, and use your AuditAgent API key (Settings → API keys in the dashboard) as the bearer token when prompted.
- ChatGPT: Settings → Connectors → Developer mode (Plus/Pro and up) → add a custom connector with the same URL and bearer token.
- Grok: grok.com/connectors → New Connector → Custom → same URL and bearer token.
Each connection authenticates as your own workspace — nothing is shared between different users of the hosted server.
Option B — local (Claude Desktop, Claude Code)
These run as a local process on your own machine, so they can spawn this server directly instead of connecting to the hosted one.
pip install auditagent-mcp
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 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_..."
}
}
}
}
Using it
Once connected (either option), ask 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: getting listed for organic discovery
Two separate, unrelated listings — do either or both:
- The official MCP Registry (
registry.modelcontextprotocol.io, a community-run metadata index, not an Anthropic product): install themcp-publisherCLI, runmcp-publisher initto generate aserver.json,mcp-publisher login github, thenmcp-publisher publish. This is what makes any MCP-aware client or aggregator find this server by name. - Anthropic's own Connectors Directory (the curated list inside
claude.ai/Claude Desktop/Claude Code's own UI): a separate submission
through
https://claude.ai/admin-settings/directory/submissions/new(remote servers like this one; needs a Team/Enterprise claude.ai org) — requires a documentation URL, a privacy policy URL, and OAuth for any authenticated action (this server currently uses a static bearer token instead, which the portal may or may not accept as-is; check its current requirements before submitting).
Both are manual, one-time submissions tied to your own identity/ownership — not something this repo automates.
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.3.0.tar.gz.
File metadata
- Download URL: auditagent_mcp-0.3.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60e9dd3c398a053b54e336ab3adbd8ac5f5552ae0c620151ea095610411b7d2b
|
|
| MD5 |
06e267b93b0857876c91ed44b596e5cf
|
|
| BLAKE2b-256 |
2b661e041070c132b98795fe7b87f3fb59141cd7ecedad0daad2b02f6181dc69
|
File details
Details for the file auditagent_mcp-0.3.0-py3-none-any.whl.
File metadata
- Download URL: auditagent_mcp-0.3.0-py3-none-any.whl
- Upload date:
- Size: 9.1 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 |
236d642b63425ab3cda534251889bb341f415fcd3b1cb9d05e29e8264f13dd0f
|
|
| MD5 |
aafd97776bb0969b01eeefbca1bbca82
|
|
| BLAKE2b-256 |
6bc67fb08fc53b4240b589ed6d1b9fe8ebd165cae51ee85648a4e57555169b33
|