Audditur acts as an MCP server, allowing LLM clients to securely provision applications and manage workspace members on behalf of an authenticated user.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.
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_KEYpair. - Exposes tools for workspace inspection, application lifecycle, and member management.
- Enforces workspace permissions and platform business rules on every call.
Available tools
| Tool | Purpose |
|---|---|
get_workspace | Read workspace architecture, members, roles, and billing profiles. |
create_application | Start a new registration, trademark, or licensing application. |
update_application | Modify a draft application’s metadata. |
delete_application | Remove a draft application. |
add_member | Provision a teammate into the workspace. |
remove_member | Revoke 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..png?fit=max&auto=format&n=L1YuKV3h53IFs5Qs&q=85&s=67f2588fc9547193398e6a4783ac88eb)
