Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.audditur.com/llms.txt

Use this file to discover all available pages before exploring further.

Audditur acts as an MCP server, allowing LLM clients to securely provision applications and manage workspace members on behalf of an authenticated user.

What is MCP?

Model Context Protocol is an open standard for connecting LLMs to external tools and data sources. An MCP server advertises a typed catalog of tools the client model can invoke during a conversation. The Audditur MCP Gateway:
  • Authenticates each session against your workspace using a PUBLIC_KEY / SECRET_KEY pair.
  • Exposes tools for workspace inspection, application lifecycle, and member management.
  • Enforces workspace permissions and platform business rules on every call.

Available tools

ToolPurpose
get_workspaceRead workspace architecture, members, roles, and billing profiles.
create_applicationStart a new registration, trademark, or licensing application.
update_applicationModify a draft application’s metadata.
delete_applicationRemove a draft application.
add_memberProvision a teammate into the workspace.
remove_memberRevoke a teammate’s workspace access.

How LLM clients connect

Claude Desktop

Add Audditur to claude_desktop_config.json and the assistant can manage your workspace from any chat.