AI Legal Watch MCP
AI Legal Watch MCP
MCP-Server für die Append-only-Pflege eines als CSV gespeicherten Trackers für KI-bezogene Rechtsentwicklungen.
Er validiert Kandidatenzeilen, prüft auf Duplikate, bewahrt die historische CSV-Formatierung und hilft dabei, mögliche Artikelkandidaten zu bewerten, ohne direkt im Web zu browsen oder Rechtsquellen zu beurteilen.
Was er tut
Liest eine Tracker-CSV und stellt gefilterte Listen-/Digest-Ansichten bereit
Führt Kandidatenhinzufügungen als Trockenlauf aus, bevor etwas geschrieben wird
Hängt genau eine genehmigte Zeile an, wenn der Tracker-Fingerprint noch übereinstimmt
Verwendet eine Sperre, um doppelte gleichzeitige Anhänge zu verhindern
Schlägt Artikelkandidaten mit transparenter Bewertung vor
Related MCP server: cv-builder
Was er nicht tut
Er browst nicht im Web und verifiziert nicht die Rechtsquelle für Sie
Er schreibt keine vorhandene Tracker-Historie um
Er führt alte Zeilen nicht stillschweigend zusammen und normalisiert sie nicht über tolerierte Altdaten-Reparaturen hinaus
Er erfordert kein Inhaltsarchiv, kann aber im Fehlerfall offen (fail open) agieren, wenn eines konfiguriert ist
Voraussetzungen
Node.js
20oder neuerEin lokaler MCP-Client, der einen stdio-Server starten kann
Installation
cd tools/ai-legal-watch-mcp
npm install
npm test
npm run smokeMCP-Client-Einrichtung
Beispielkonfiguration für 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"
}
}
}
}Der Tracker verwendet standardmäßig ai-legal-watch-tracker.csv im gewählten Arbeitsbereich. Überschreiben Sie ihn bei Bedarf mit AI_LEGAL_WATCH_TRACKER.
Wenn die Kandidatenvorschläge bereits abgedeckte Zeilen mithilfe eines lokalen Inhaltsarchivs ausschließen sollen, setzen Sie AI_LEGAL_WATCH_ARCHIVE_ROOT oder CLEARON_CONTENT_ARCHIVE_ROOT.
Sicherheitsmodell
propose_tracker_updateschreibt nieapply_tracker_updatehängt nur eine kodierte CSV-Zeile an und erfordert den exakten SHA-256-Fingerprint, der vom Vorschlag zurückgegeben wurdeDie Tracker-Sperre, die Fingerprint-Prüfung und die Duplikatprüfung werden alle erneut ausgeführt, während die Sperre gehalten wird
Vorhandene Zeilen werden nicht neu serialisiert, wodurch tolerierte historische Formatierungseigenheiten erhalten bleiben
Neue Zeilen müssen rechtliche Klassifikationen verwenden, keine Veröffentlichungs-Workflow-Labels
Tools
list_watch_itemsfind_duplicate_developmentpropose_tracker_updateapply_tracker_updategenerate_watch_digestsuggest_article_candidates
Beispiel-Workflow
Rufen Sie
find_duplicate_developmentmit dem Thema, dem Entwicklungsdatum und der offiziellen Quell-URL auf.Rufen Sie
propose_tracker_updatemit der vollständigen Kandidatenzeile auf.Verifizieren Sie die zugrunde liegende Primärquelle und die rechtliche Klassifikation außerhalb dieses MCP.
Rufen Sie
apply_tracker_updatemit dem exaktentracker_sha256und dem unverändertencandidateauf.Wenn der Fingerprint veraltet ist, erstellen Sie einen neuen Vorschlag, anstatt eine alte Nutzlast erneut zu versuchen.
Entwicklung
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