Skip to main content
Glama
README.md
# ComplianceIQ MCP Server

Generate professional compliance documents (privacy policies, terms of service, HIPAA policies, employee handbooks, and more) directly from Claude, Cursor, or any MCP-compatible AI tool.

## Setup

### Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "complianceiq": {
      "command": "npx",
      "args": ["complianceiq-mcp"],
      "env": {
        "COMPLIANCEIQ_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

### Environment Variables

| Variable | Required | Description |
|----------|----------|-------------|
| `COMPLIANCEIQ_API_KEY` | No (2 free docs/day) | API key from [complianceiq.site](https://complianceiq.site) |
| `COMPLIANCEIQ_API_URL` | No | Custom API URL (default: `https://complianceiq.site`) |

## Tools

### `generate_document`
Generate a compliance document tailored to your industry.

### `export_document`
Export to PDF or DOCX.

### `list_document_types`
List all 12 document types with descriptions.

## Links

- Website: [complianceiq.site](https://complianceiq.site)
- Pricing: [complianceiq.site/pricing](https://complianceiq.site/pricing)

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct role: listing document types, generating content, and exporting to file formats. No overlap in functionality, making tool selection unambiguous.

Naming Consistency5/5

All tool names follow the verb_noun pattern consistently: generate_document, export_document, and list_document_types. This creates a predictable and coherent naming scheme.

Tool Count5/5

With only 3 tools, the set is well-scoped for a focused compliance document generator. Each tool earns its place, covering the essential workflow without unnecessary bloat.

Completeness5/5

The tool set covers the full lifecycle: discover available document types, generate a document, and export it to a desired format. No obvious gaps exist for the intended purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues