← eucompliance.tools

INDIVIDUAL MCP TOOL

ai_act_disclosure

Create a signed Article 50 provenance record and German/English disclosure for AI-generated content, including a privacy-first hash-only path.

eucompliance.toolsnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.eucompliance.tools/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

eucompliance.tools

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.eucompliance-tools]
url = "https://mcp.eucompliance.tools/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eucompliance-tools": {
      "type": "http",
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eucompliance-tools
Remote MCP URL: https://mcp.eucompliance.tools/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": {
    "eucompliance-tools": {
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eucompliance-tools": {
      "type": "http",
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eucompliance-tools",
  "transport": "streamable-http",
  "url": "https://mcp.eucompliance.tools/mcp"
}
MCP Inspector

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

Related tools

  • validate_vat — FREE live validation of an EU VAT ID against VIES, including the registered name and address when the member state publishes them.
  • validate_iban — FREE IBAN checksum and country-structure validation with BIC and bank-name enrichment where registry data exists.
  • recommend_agent_tool — FREE deterministic router over the published Agent Card.
  • prepare_agentllm — FREE deterministic validation and exact-price routing for all AgentLLM tiers.
  • prepare_agentllm_micro — FREE validation of the exact AgentLLM prompt, system instruction and token limit before purchase.
  • agentllm_micro — OpenAI-compatible classification, extraction, routing and short summaries for exactly 0.003 USDC per call.
  • agentllm_basic — OpenAI-compatible general chat and summaries for exactly 0.005 USDC per call.
  • agentllm_plus — OpenAI-compatible stronger drafting, analysis and longer summaries for exactly 0.02 USDC per call.