- Home
- MCP servers
- Uruguayan Law
Uruguayan Law
- 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.
You can access Uruguayan law data for cybersecurity compliance through a Model Context Protocol server, providing fast full-text search, precise article retrieval, citation validation, and currency checks to ensure laws are current.
How to use
To query the Uruguayan Law MCP, connect with either the remote HTTP endpoint or run the local MCP client. The HTTP endpoint lets you search and retrieve law provisions directly from a centralized server. The local client runs on your machine and acts as a local MCP connector, suitable for sensitive or offline workflows.
How to install
Prerequisites: you need Node.js and npm installed on your machine.
# Install and run the remote MCP as an HTTP endpoint is already hosted
# You can use the HTTP URL directly in your MCP client configuration
# Example: start using the local MCP client via npx (no build step required here)
npx @ansvar/uruguayan-law-mcp
Configuration examples
{
"mcpServers": {
"urug_law_http": {
"type": "http",
"name": "urug_law_http",
"url": "https://uruguayan-law-mcp.vercel.app/mcp",
"args": []
},
"urug_law_npm": {
"type": "stdio",
"name": "urug_law_npm",
"command": "npx",
"args": ["@ansvar/uruguayan-law-mcp"]
}
}
}
Additional sections
Important notes include that this tool is not legal advice and should be used to explore and validate statute text against official sources. For confidential matters, prefer the local MCP client or on-premise deployment. Laws change, so verify currency and citations against primary sources before relying on them for professional decisions.
Available tools
Full-text search
Provides a full-text search capability over the enacted Uruguayan laws using BM25 ranking to yield relevant results quickly.
Article-level retrieval
Supports retrieving specific articles or provisions by location or identifier for precise references.
Citation validation
Checks citations to prevent hallucinated references and improve reliability of results.
Currency checks
Verifies whether laws are still in force and up-to-date within the corpus.