Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Croatian Competition

FreeNot checked

Enables querying Croatian competition data including regulations, decisions, and requirements from the Croatian Competition Agency (AZTN) directly from MCP-comp

GitHubEmbed

About

Enables querying Croatian competition data including regulations, decisions, and requirements from the Croatian Competition Agency (AZTN) directly from MCP-compatible clients.

README

The Croatian competition corpus is now served through the Ansvar Gateway. Connect your AI assistant (Claude, Copilot, Cursor, custom MCP client) to https://gateway.ansvar.eu/mcp — one OAuth connection, free tier available, covering this corpus plus EU regulations, national law across dozens of audited jurisdictions (Europe + the US), and CVE/security intelligence, every result with a verbatim source citation. Start at https://ansvar.eu/docs/quickstart

Connect

Claude Code (one line):

claude mcp add ansvar --transport http https://gateway.ansvar.eu/mcp

Claude Desktop / Cursor — add to claude_desktop_config.json (or mcp.json):

{
  "mcpServers": {
    "ansvar": {
      "type": "url",
      "url": "https://gateway.ansvar.eu/mcp"
    }
  }
}

Claude.ai — Settings → Connectors → Add custom connector → paste https://gateway.ansvar.eu/mcp

First request opens an OAuth signup flow (setup details: ansvar.eu/docs/quickstart). After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.


Self-host this MCP

You can also clone this repo and build the corpus yourself. The schema, fetcher, and tool implementations all live here. What is not in the repo is the pre-built database — TDM and standards-licensing constraints on the upstream sources mean we host the corpus on Ansvar infrastructure rather than redistribute it as a public artifact.

Build your own: run this repo's ingestion script (entry-point varies per repo — typically scripts/ingest.sh, npm run ingest, or make ingest; check the repo root).

Croatian competition data for AI compliance tools.

License CI

Query Croatian competition data -- regulations, decisions, and requirements from AZTN (Croatian Competition Agency) -- directly from Claude, Cursor, or any MCP-compatible client.

Built by Ansvar Systems -- Stockholm, Sweden


Available Tools (8)

Tool Description
hr_comp_search_decisions Full-text search across AZTN competition enforcement decisions. Covers abuse of dominance, cartel enforcement, and se...
hr_comp_get_decision Get a specific AZTN competition decision by case number (e.g.,
hr_comp_search_mergers Search AZTN merger control decisions. Returns merger cases with acquiring party, target, sector, and clearance outcom...
hr_comp_get_merger Get a specific AZTN merger control decision by case number (e.g.,
hr_comp_list_sectors List all industry sectors with AZTN enforcement activity covered in this MCP, with decision and merger counts.
hr_comp_about Return metadata about this MCP server: version, data source, coverage, and tool list.
hr_comp_list_sources List authoritative data sources with provenance metadata.
hr_comp_check_data_freshness Check record counts and latest ingestion date to assess data currency.

All tools return structured data with source references and timestamps.


Data Sources and Freshness

All content is sourced from official Croatian regulatory publications:

  • AZTN (Croatian Competition Agency) -- Official regulatory authority

Data Currency

  • Database updates are periodic and may lag official publications
  • Freshness checks run via GitHub Actions workflows
  • Last-updated timestamps in tool responses indicate data age

See COVERAGE.md for full provenance metadata.


Security

This project uses multiple layers of automated security scanning:

Scanner What It Does Schedule
CodeQL Static analysis for security vulnerabilities Weekly + PRs
Semgrep SAST scanning (OWASP top 10, secrets, TypeScript) Every push
Gitleaks Secret detection across git history Every push
Trivy CVE scanning on filesystem and npm dependencies Daily
Docker Security Container image scanning + SBOM generation Daily
Socket.dev Supply chain attack detection PRs
Dependabot Automated dependency updates Weekly

See SECURITY.md for the full policy and vulnerability reporting.


Important Disclaimers

Not Regulatory Advice

THIS TOOL IS NOT REGULATORY OR LEGAL ADVICE

Regulatory data is sourced from official publications by AZTN (Croatian Competition Agency). However:

  • This is a research tool, not a substitute for professional regulatory counsel
  • Verify all references against primary sources before making compliance decisions
  • Coverage may be incomplete -- do not rely solely on this for regulatory research

Before using professionally, read: DISCLAIMER.md | PRIVACY.md

Confidentiality

Queries go through the Claude API. For privileged or confidential matters, use on-premise deployment. See PRIVACY.md for details.


Development

Setup

git clone https://github.com/Ansvar-Systems/croatian-competition-mcp
cd croatian-competition-mcp
npm install
npm run build
npm test

Running Locally

npm run dev                                       # Start MCP server
npx @anthropic/mcp-inspector node dist/index.js   # Test with MCP Inspector

Data Management

npm run seed    # Seed SQLite database with sample data
npm run ingest  # Ingest latest AZTN data

More Ansvar MCPs

Full fleet coverage at ansvar.eu/coverage.

Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.


License

Apache License 2.0. See LICENSE for details.

Data Licenses

Regulatory data sourced from official government publications. See COVERAGE.md for per-source licensing details.


About Ansvar Systems

We build AI-powered compliance and legal research tools for the European market. Our MCP fleet provides structured, verified regulatory data to AI assistants -- so compliance professionals can work with accurate sources instead of guessing.

ansvar.eu -- Stockholm, Sweden


Built with care in Stockholm, Sweden

from github.com/Ansvar-Systems/croatian-competition-mcp

Installing Croatian Competition

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Ansvar-Systems/croatian-competition-mcp

FAQ

Is Croatian Competition MCP free?

Yes, Croatian Competition MCP is free — one-click install via Unyly at no cost.

Does Croatian Competition need an API key?

No, Croatian Competition runs without API keys or environment variables.

Is Croatian Competition hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Croatian Competition in Claude Desktop, Claude Code or Cursor?

Open Croatian Competition on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Croatian Competition with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs