Skip to main content

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 the mcp-publisher CLI, run mcp-publisher init to generate a server.json, mcp-publisher login github, then mcp-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

auditagent_mcp-0.3.0.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auditagent_mcp-0.3.0-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

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

Hashes for auditagent_mcp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 60e9dd3c398a053b54e336ab3adbd8ac5f5552ae0c620151ea095610411b7d2b
MD5 06e267b93b0857876c91ed44b596e5cf
BLAKE2b-256 2b661e041070c132b98795fe7b87f3fb59141cd7ecedad0daad2b02f6181dc69

See more details on using hashes here.

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

Hashes for auditagent_mcp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 236d642b63425ab3cda534251889bb341f415fcd3b1cb9d05e29e8264f13dd0f
MD5 aafd97776bb0969b01eeefbca1bbca82
BLAKE2b-256 6bc67fb08fc53b4240b589ed6d1b9fe8ebd165cae51ee85648a4e57555169b33

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page