- Home
- MCP servers
- Latvian Law MCP
Latvian Law MCP
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Latvian Law MCP provides access to Latvian legislation through an MCP server, enabling you to search, retrieve, and verify provisions related to data protection, cybersecurity, e-commerce, and criminal law within a standardized Model Context Protocol framework.
How to use
You can connect to Latvian Law MCP either locally through an MCP client that starts the server on your machine, or remotely via a hosted endpoint. Use the local MCP configuration to run the server alongside your other MCPs, or query the remote endpoint to access Latvian law data from anywhere.
How to install
Prerequisites: ensure you have Node.js installed on your system. You also need npm or npx to run MCP packages.
To run the local MCP server using the standard MCP command, place the following configuration in your MCP client settings. This uses npx to fetch and run the Latvian Law MCP package.
{
"mcpServers": {
"latvian-law": {
"command": "npx",
"args": ["-y", "@ansvar/latvian-law-mcp"]
}
}
}
Example usage
To connect to the remote MCP endpoint, use the following URL in your MCP client or browser-capable viewer: latvian-law-mcp.vercel.app/mcp.
Data sources
The Latvian legislation data comes from Likumi.lv, the Latvijas Vēstnesis Official Gazette, with Latvian Government Open Data licensing. The data is public domain under Latvian Copyright Law Art. 6.
Tools
This server exposes a set of tools for working with Latvian law data, including full-text search, provision retrieval, citation validation, currency checks, EU cross-references, national implementations, EU compliance checks, comprehensive legal research, and citation formatting.
License
Apache-2.0 license applies to the MCP server software.
Important Disclaimers
Not legal advice: statute text comes from official government publications, but this tool is a research aid and should not substitute professional legal counsel. Coverage may be incomplete, verify citations against official primary sources, and check database freshness date for currency.
Client confidentiality
When using the remote endpoint, queries are processed by third-party infrastructure. For privileged or confidential matters, use the local npm package or on‑premise deployment.
Open Law
This server is part of Ansvar Open Law, offering free, structured access to legislation from many jurisdictions via the Model Context Protocol.
Ansvar MCP Network
Ansvar Open Law is part of a broader MCP Network, featuring many servers covering global legislation and compliance frameworks.
Notes
This project is built to enable researchers, developers, and policy professionals to explore Latvian law data through a standardized MCP interface.
Available tools
search_legislation
Perform a full-text search across Latvian legislative provisions to locate relevant articles, sections, or terms.
get_provision
Retrieve a specific article or section from a statute by citation or reference.
validate_citation
Check the correctness and format of a legal citation according to official standards.
check_currency
Determine whether a statute is currently in force or has been repealed or amended.
get_eu_basis
Fetch EU legal basis or cross-references related to a given Latvian provision.
get_latvian_implementations
Identify national implementations of EU law within Latvia.
search_eu_implementations
Search EU documents for references that relate to the Latvian context.
validate_eu_compliance
Assess compliance of Latvian provisions with EU requirements.
build_legal_stance
Conduct comprehensive legal research to support a stance or argument.
format_citation
Format legal citations in a standardized, publication-ready style.
list_sources
Return data provenance and source attribution for the provided materials.
about
Provide server metadata including version, data freshness, and policy notes.