- Home
- MCP servers
- Juba
Juba
- other
0
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": {
"frontalinilucas-juba-mcp": {
"command": "uvx",
"args": [
"juba-mcp"
],
"env": {
"UVX_CONFIG": "<UVX_CONFIG>"
}
}
}
}You can connect to the JUBA MCP Server to search and access full texts of Buenos Aires Supreme Court jurisprudence. This MCP enables any compatible AI client to query summaries and retrieve complete fallo documents from JUBA using a lightweight, direct HTTP scraping backend.
How to use
Once you have configured an MCP client with the JUBA MCP Server, you can perform quick and advanced searches to locate relevant summaries and obtain full fallos texts. Practical workflows include searching by keywords like prescripción, despido, phishings, or damning phrases, filtering by matter (civil, laboral, penal, etc.), and then requesting the complete fallo using its numeric ID.
How to install
Prerequisites you need before installing the MCP server are Python 3.10 or newer and a tool to run the MCP. The server itself is provided by a lightweight, local runtime you invoke with a simple command.
Additional setup and notes
Available tools include fast keyword search, advanced search with multiple filters, and retrieval of the full text for a given fallo by its ID. The server uses a non-API ASP.NET WebForms backend to scrape structured session tokens and parse HTML responses to extract data. It does not rely on browser automation, which keeps the operation fast and lightweight.
Available tools
juba_search
Quick keyword search across summaries to locate relevant cases.
juba_advanced_search
Advanced search with filters by field, case type, and date.
juba_get_fallo
Retrieve the full text of a fallo by its numeric ID.