← clausely.co.uk

INDIVIDUAL MCP TOOL

check_compliance_obligations

Runs Clausely's compliance risk check for a UK business.

clausely.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://clausely.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_compliance_obligations and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

clausely.co.uk

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.clausely-compliance-suite]
url = "https://clausely.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "clausely-compliance-suite": {
      "type": "http",
      "url": "https://clausely.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: clausely-compliance-suite
Remote MCP URL: https://clausely.co.uk/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "clausely-compliance-suite": {
      "url": "https://clausely.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "clausely-compliance-suite": {
      "type": "http",
      "url": "https://clausely.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "clausely-compliance-suite",
  "transport": "streamable-http",
  "url": "https://clausely.co.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_compliance_packs — Lists every Clausely compliance documentation pack for UK SMEs, covering the EU AI Act, the Worker Protection Act 2024, and UK GDPR.
  • get_compliance_pack — Returns the full details of one specific Clausely pack: current price and the exact list of documents it produces (e.
  • list_blog_articles — Lists Clausely's published articles on UK and EU compliance topics, including the EU AI Act, the Worker Protection Act 2024, and UK GDPR.
  • get_blog_article — Returns the full text of one Clausely article by slug, for detailed, accurate answers on a specific UK or EU compliance topic.
  • get_partner_programme — Returns details of Clausely's referral partner programme for accountants, consultants, HR advisers, and agencies who want to offer UK compliance documentation to their own clients.