home / mcp / lithuanian law mcp server
Provides access to in-force Lithuanian statutes from the TAR registry with article-level provisions, definitions, and search tools.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-lithuanian-law-mcp": {
"url": "https://lithuanian-law-mcp.vercel.app/mcp"
}
}
}You can access up-to-date Lithuanian statutes from the TAR register through an MCP server that presents provisions and definitions at the article level. You can use it locally via a command-line MCP client or access a remote, streamable HTTP endpoint to search, retrieve, and validate legal text and citations.
You have two primary ways to connect to this MCP server. Use the stdio configuration to run the server locally with your MCP client, or connect to the remote HTTP endpoint to query from anywhere.
Prerequisites: ensure you have Node.js and npm installed on your machine.
Option A: Run locally using stdio (CLI) with npx. This loads the MCP server on demand without a global install.
Option B: Use the remote HTTP endpoint. No local installation is required beyond your MCP client to reach the remote service.
If you choose local execution, you can start by running the following configuration in your MCP client to load the Lithuanian law MCP server.
{
"mcpServers": {
"lithuanian-law": {
"command": "npx",
"args": ["-y", "@ansvar/lithuanian-law-mcp"]
}
}
}Data and tools include full-text search of provisions, retrieval of specific articles or sections, citation validation, currency checks to see if statutes are in force, and cross-references to EU legal bases and implementations. You can also format citations, explore sources, and gain contextual legal insights with the provided tools.
This MCP server exposes a set of tools to help you work with Lithuanian law text, including searching, retrieving provisions, validating citations, and checking currency.
When using the remote endpoint, be mindful that your queries are processed by third-party infrastructure. For highly confidential matters, prefer the local or on-premise deployment. Always verify critical provisions against official sources.
Perform a full-text search across statutory provisions to find relevant articles and sections.
Retrieve a specific article or section by its identifier for quick reference.
Check the correctness of legal citations against standard formats.
Verify whether a statute is currently in force.
Identify EU legal basis references that support Lithuanian law provisions.
Find national declarations or implementations of EU regulations within Lithuania.
Search EU documents for cross-jurisdictional references.
Assess EU compliance of Lithuanian law text.
Conduct comprehensive legal research to support a position on a provision.
Format legal citations in a standardized style.
List data provenance and sources used by the server.
Show server metadata and status information.