- Home
- MCP servers
- SAIJ
SAIJ
- other
10
GitHub Stars
other
Language
4 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.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"hernan-cc-saij-mcp": {
"command": "uvx",
"args": [
"saij-mcp"
]
}
}
}You can run the SAIJ MCP server locally to enable any AI client to search and retrieve Argentine legal materials, including case law, legislation, summaries, and doctrine. It wraps the public SAIJ API with user-friendly MCP endpoints so your AI tools can query efficiently and get structured results.
How to use
After you configure a client to talk to the MCP server, you can perform practical searches such as querying for jurisprudence on a topic, retrieving complete metadata for a document by its SAIJ ID, or getting all summaries linked to a particular decision. Your AI assistant can then present relevant documents, summarize legal principles, and navigate the Argentine legal corpus through semantic queries.
How to install
Prerequisites you need before installing and running the MCP server:
Step-by-step setup
pip install saij-mcp # install globally
uvx saij-mcp # run the local MCP server with the uvx runner
Available tools
saij_search
Search by keywords across case law, summaries, legislation, and doctrine.
saij_get_document
Retrieve full metadata for a document by its SAIJ ID (e.g., FA20000057).
saij_get_sumarios
Fetch all summaries linked to a given ruling.