AI Legal Watch MCP
AI Legal Watch MCP
CSV로 저장된 AI 법률 동향 추적기를 추가 전용(append-only) 방식으로 유지 관리하기 위한 MCP 서버입니다.
후보 행을 검증하고, 중복을 확인하며, 기존 CSV 형식을 보존하고, 직접 웹을 탐색하거나 법적 권위를 판단하지 않고 가능한 기사 후보의 순위를 매기는 데 도움을 줍니다.
하는 일
추적기 CSV를 읽고 필터링된 목록/다이제스트 뷰를 제공합니다
아무것도 쓰기 전에 후보 추가를 시뮬레이션(dry-run)합니다
추적기 지문이 여전히 일치할 때 승인된 행을 정확히 하나만 추가합니다
동시 추가를 방지하기 위해 잠금(lock)을 사용합니다
투명한 점수 매기기로 기사 후보를 제안합니다
Related MCP server: cv-builder
하지 않는 일
웹을 탐색하거나 법적 출처를 대신 검증하지 않습니다
기존 추적기 기록을 다시 쓰지 않습니다
허용되는 레거시 복구 범위를 넘어 기존 행을 조용히 병합하거나 정규화하지 않습니다
콘텐츠 아카이브를 요구하지 않으며, 구성된 경우 실패 시 개방(fail open)할 수 있습니다
요구 사항
Node.js
20이상stdio 서버를 실행할 수 있는 로컬 MCP 클라이언트
설치
cd tools/ai-legal-watch-mcp
npm install
npm test
npm run smokeMCP 클라이언트 설정
stdio 구성 예시:
{
"mcpServers": {
"ai-legal-watch": {
"command": "node",
"args": ["/absolute/path/to/ai-legal-watch-mcp/server.mjs"],
"env": {
"AI_LEGAL_WATCH_WORKSPACE": "/absolute/path/to/workspace"
}
}
}
}추적기는 선택한 작업 공간에서 기본적으로 ai-legal-watch-tracker.csv를 사용합니다. 필요한 경우 AI_LEGAL_WATCH_TRACKER로 재정의하세요.
로컬 콘텐츠 아카이브를 사용하여 후보 제안에서 이미 다룬 행을 제외하려면 AI_LEGAL_WATCH_ARCHIVE_ROOT 또는 CLEARON_CONTENT_ARCHIVE_ROOT를 설정하세요.
안전 모델
propose_tracker_update는 절대 쓰지 않습니다apply_tracker_update는 인코딩된 CSV 행을 하나만 추가하며 제안에서 반환된 정확한 SHA-256 지문을 요구합니다추적기 잠금, 지문 확인, 중복 확인은 모두 잠금이 유지되는 동안 반복됩니다
기존 행은 재직렬화되지 않아 허용된 과거 형식의 특이성을 보존합니다
새 행은 게시 워크플로 레이블이 아닌 법적 분류를 사용해야 합니다
도구
list_watch_itemsfind_duplicate_developmentpropose_tracker_updateapply_tracker_updategenerate_watch_digestsuggest_article_candidates
예제 워크플로
주제, 개발 날짜, 공식 출처 URL과 함께
find_duplicate_development를 호출합니다.전체 후보 행과 함께
propose_tracker_update를 호출합니다.이 MCP 외부에서 기본 1차 출처와 법적 분류를 검증합니다.
정확한
tracker_sha256과 변경되지 않은candidate로apply_tracker_update를 호출합니다.지문이 오래된 경우 이전 페이로드를 재시도하는 대신 새 제안을 생성합니다.
개발
npm test
npm run smoke
npm run syntaxMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceLocal-first MCP server that transforms civil case PDFs into queryable cases with structural provenance, evidence IDs, and page-level verification for drafting and factual review.22Apache 2.0
- FlicenseNot gradedqualityBmaintenanceProvides MCP tools for managing a CV as structured content, including a SQLite-backed snippet library with tools to list, create, update, and match job postings, compose role-tailored CV variants, and manage drafts.
- AlicenseNot gradedqualityBmaintenanceA local-first LinkedIn workspace that turns your own documents, CVs, repositories, and exports into a verifiable claim ledger and evidence-backed canonical profile, enabling evidence import, claim verification, profile patching, post drafting, content planning, analytics, and publication approvals through MCP tools — all stored locally in SQLite with an optional human-review dashboard.29MIT
- AlicenseBqualityCmaintenanceEnables users to maintain append-only content history with verified publication and social follow-through outcomes, search for overlaps, and run read-only integrity verification of stored snapshots.16MIT
Related MCP Connectors
Resolve, search and verify legal citations against the official sources, with provenance.
Temporal search and comparison for official Luxembourg and reviewed EU law, with provenance.
Deterministic cited disclosure drafts with verified GHG lineage and audit hashes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwgoodwin/ai-legal-watch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server