什么是 eu.ansvar/cypriot-law-mcp?
通过MCP访问塞浦路斯立法,支持对法律法规及具体条文进行全文检索。
README
Cypriot Law MCP
<!-- ANSVAR-CTA-BEGIN -->▶ Try this MCP instantly via Ansvar Gateway
50 free queries/day · no card required · OAuth signup at ansvar.eu/gateway
One endpoint, one OAuth signup, access from any MCP-compatible client.
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 flow at ansvar.eu/gateway. 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).
Model Context Protocol (MCP) server for Cypriot legal compliance, sourced from primary government and EU portals only.
Licensing status (2026-05-17 update)
Cyprus has no statutory public-domain carve-out for state works. Copyright
Act 59/1976 Art. 4(c) grants copyright to government-created works rather than
excluding them — the opposite of the German UrhG §5 / Czech §3 / NL Art. 11 /
URG Art. 5 model. A CY-Statutory-PD licence code is not being added to
the Ansvar catalog. Per ADR-030, this MCP cannot flip to GREEN by relabelling;
it requires corpus replacement (Path B). See DEPRECATION_NOTICE.md
for the Path B plan: EUR-Lex Cyprus acquis + Cyprus Parliament primary
legislation + curia.europa.eu Cyprus rulings, broadly mirroring the
Norwegian-style 3-MCP split.
Out of scope: cylaw.org (CyLaw / KINOP / CyLII)
This server does not ingest, redistribute, or display content from cylaw.org (the Cyprus Law Portal operated by the Cyprus Bar Association via KINOP / CyLII). CyLaw's terms of service prohibit bulk extraction, indexing, and redistribution of its compilation, and we respect those terms.
Any future Cypriot statute corpus will come from primary government sources only — the Supreme Court of Cyprus's own publication channels, the Official Gazette of the Republic of Cyprus, and the parliamentary record at parliament.cy. We will not source statutes from CyLaw under any circumstance unless and until KINOP grants written authorisation.
The previous version of this repository contained a CyLaw-derived statute seed corpus and a CyLaw scraper. Both were removed in 2026-04-26 (file deletion + git history rewrite + removal from all branches and tags). The current code path does not fetch from cylaw.org.
Status (2026-04-26)
This repository is being rebuilt around a primary-source-only ingestion model. No replacement statute corpus is committed yet; npm run build:db produces an empty schema until the primary-source adapters listed below are wired in.
Data sources (active premium-tier adapters)
| Source | Authority | Records |
|---|---|---|
| EUR-Lex SPARQL (Cyprus NIM) | Publications Office of the EU | 6,377 NIM transposition measures |
| CySEC Circulars | Cyprus Securities and Exchange Commission | 943 circular metadata records (Cyprus-PSI) |
Data sources (planned, not yet ingested)
supremecourt.gov.cy— Lotus Domino XML view direct (Phase 0 probe confirmed reachable from Hetzner)parliament.cy— primary-source path (probe pending)hudoc.echr.coe.int— Cyprus respondent cases (blocked by Cloudflare bot protection at probe time)
Tools
search_legislation— full-text search across statutes (FTS5 with BM25)search_eu_implementations— EU directives transposed into Cypriot national lawsearch_agency_guidance— premium-tier search across CySEC + DPA decisionssearch_case_law— premium-tier search across primary-source case law (auto-hidden until corpus populated)get_provision,validate_citation,format_citation,check_currency, etc.
tools/list returns only the surfaces that have data; tools without data are auto-hidden via capability gating in src/tools/registry.ts.
Build
npm install
npm run build # tsc → dist/
npm run build:db # produces empty schema until primary-source adapters land
npm run build:db:paid # adds premium-tier schema
License
Apache-2.0 for the code. Each data source ships with its own license; see list_sources tool output at runtime.
常见问题
eu.ansvar/cypriot-law-mcp 是什么?
通过MCP访问塞浦路斯立法,支持对法律法规及具体条文进行全文检索。
相关 Skills
Slack动图
by anthropics
面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。
✎ 帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。
MCP构建
by anthropics
聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。
✎ 想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。
接口测试套件
by alirezarezvani
扫描 Next.js、Express、FastAPI、Django REST 的 API 路由,自动生成覆盖鉴权、参数校验、错误码、分页、上传与限流场景的 Vitest 或 Pytest 测试套件。
✎ 帮你把API与集成测试自动化跑顺,减少回归漏测;能力全面,尤其适合复杂接口场景的QA团队。
相关 MCP Server
Slack 消息
编辑精选by Anthropic
Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。
✎ 这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。
by netdata
io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。
✎ 这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。
by d4vinci
Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。
✎ 这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。