Compliant MCP Server

Tool for testing AI system prompts against various attack vectors

Remote serverstreamable-httpGo

What is the Compliant MCP server?

Compliant MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Tool for testing AI system prompts against various attack vectors.

What you get

Compliant LLM is your comprehensive toolkit for ensuring compliance and security of your AI systems.

What the assistant can call

Once Compliant is connected, these are the calls the assistant has available:

  • OpenAI — Anthropic
  • Gemini — Mistral
  • Groq — Deepseek
  • Azure — vLLM Ollama
  • Ollama — Nvidia Nim
  • Developers — Contributors
  • Telemetry — Compliant LLM tracks anonymized usage statistics to improve the product. No private or personally identifiable information is tracked

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need one environment variable: DISABLE_COMPLIANT_LLM_TELEMETRY. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Compliant's toolset — OpenAI, Gemini, Groq and 4 more — is a fair guide to whether it matches your workflow. It is maintained by Compliant LLM Contributors; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the compliant mcp server does with a few real requests.

Available tools

ToolWhat it does
OpenAIAnthropic
GeminiMistral
GroqDeepseek
AzurevLLM Ollama
OllamaNvidia Nim
DevelopersContributors
TelemetryCompliant LLM tracks anonymized usage statistics to improve the product. No private or personally identifiable information is tracked.

How to install the Compliant MCP server

{
  "mcpServers": {
    "compliant-llm": {
      "command": "uvx",
      "args": ["compliant-llm"],
      "env": {
        "DISABLE_COMPLIANT_LLM_TELEMETRY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
DISABLE_COMPLIANT_LLM_TELEMETRYConfiguration value read at startup.Optional

Example prompts to try

  • Use Compliant to OpenAI.
  • Use Compliant to Gemini.
  • Use Compliant to Groq.

Frequently asked questions

It connects Compliant to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (OpenAI, Gemini, Groq, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Compliant directly.