feat: add Riigiteataja MCP server - #3
Open
stefanoamorelli wants to merge 3 commits into
Open
Conversation
- Add Model Context Protocol server for Riigiteataja.ee integration - Implement comprehensive legal document search and retrieval tools - Support bilingual (Estonian/English) document access - Include FAQ system for common legal queries - Add Docker support for containerized deployment - Complete CI/CD pipeline and security documentation - Full TypeScript implementation with comprehensive testing
- Align @vitest/coverage-v8 version with vitest 2.x in MCP server - Update root package-lock.json to resolve dependency conflicts - Fix CI build failures caused by version mismatches
- Update root package-lock.json to include MCP server dependencies - Ensure all CI builds can resolve dependencies correctly
PR Size Analysis❌ PR size is XL (> 1000 lines). Please break this into smaller PRs. 📊 Stats:
|
📁 Changed Files Summary
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Model Context Protocol (MCP) server for Estonian legal database Riigiteataja.ee, enabling AI assistants to access Estonian legislation and legal documents.
Features
MCP Tools Provided
search_laws: Search Estonian legal database with advanced filtersfetch_document: Retrieve specific legal documents by IDsearch_english_translations: Find available English translationsfetch_faq: Access legal FAQ systemsearch_faq: Query FAQ databaseIntegration
Compatible with Claude Desktop and other MCP-enabled applications:
{ "mcpServers": { "riigiteataja": { "command": "node", "args": ["path/to/mcp/riigiteataja/dist/index.js"] } } }Technical Stack
Dependencies
Uses the
@estonia-ai-kit/riigiteataja-api-clientlibrary for core functionality (see PR #2).Deployment