RAGJur MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RAGJur MCP Serverbuscar jurisprudência sobre dano moral em acidente de trabalho"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RAGJur MCP Server
Servidor MCP (Model Context Protocol) para busca jurisprudencial e jurimetria em 67M+ decisões de 55 tribunais brasileiros.
Compatibilidade
Plataforma | Transporte | Status |
Claude Desktop / Claude Code | stdio | Suportado |
Claude (cloud) | Streamable HTTP | Suportado |
GPT Actions (ChatGPT) | OpenAPI REST | Suportado |
Microsoft Copilot | OpenAPI REST | Suportado |
Google Vertex AI Extensions | OpenAPI REST | Suportado |
Any MCP Client | Streamable HTTP | Suportado |
Related MCP server: Legal Document RAG MCP Server
Quick Start
Local (Claude Desktop / Claude Code)
cd tools/ragjur-mcp
npm install
npm run build
# Testar
RAGJUR_API_KEY=rj_... npm testAdicione ao claude_desktop_config.json (ajuste o caminho para a sua máquina —
exemplo com caminho relativo ao repositório):
{
"mcpServers": {
"ragjur": {
"command": "node",
"args": ["/caminho/para/1.RagJUR/tools/ragjur-mcp/build/index.js"],
"env": {
"TRANSPORT": "stdio",
"RAGJUR_API_KEY": "rj_..."
}
}
}
}Remote (Claude Code / clientes HTTP): use o
mcp.jsondeste diretório — endpointhttps://ragjur-mcp-662926580906.southamerica-east1.run.app/mcpcom headerx-api-key. O/mcpexige autenticação (x-api-key ou Bearer).
Cloud Run (HTTP)
gcloud builds submit --config=cloudbuild.yaml --project=beanstechGPT Actions / Copilot
Use a spec em /openapi.json:
https://ragjur-mcp-662926580906.southamerica-east1.run.app/openapi.jsonTools Disponíveis (14)
Tool | Descrição |
| Busca BM25 em 67M+ julgados com filtros |
| Visão panorâmica: taxa de provimento, categorias |
| Divergência entre turmas sobre um tema |
| Evolução temporal (trimestral) |
| Predição multi-fator do resultado |
| Perfil estatístico de juiz/relator |
| Termos significativos de uma turma |
| Agrupamento por embeddings |
| Análise estratégica completa |
| Anti-alucinação: verifica citações |
| Gera peças processuais |
| Busca vetorial por similaridade |
| Chat grounded em jurisprudência |
| Estatísticas de tempo processual |
Endpoints
Rota | Método | Descrição |
| GET | Info do servidor |
| POST/GET/DELETE | MCP Streamable HTTP |
| GET | Health check completo |
| GET | Lista de tools |
| POST | Executa tool (REST) |
| GET | OpenAPI 3.1 spec |
Health Check
curl https://ragjur-mcp-662926580906.southamerica-east1.run.app/healthRetorna:
{
"status": "healthy",
"version": "2.0.0",
"checks": {
"api": true,
"elasticsearch": true,
"doc_count": 67110561,
"api_latency_ms": 650
},
"tools": { "count": 14, "available": [...] }
}Variáveis de Ambiente
Variável | Obrigatória | Descrição |
| Sim | API key do RAGJur |
| Não |
|
| Não | Porta HTTP (default: 8080) |
| Não | URL base da API (default: produção) |
🏪 Publicação em Marketplaces
Canal | Status | Como |
MCP Registry (registry.modelcontextprotocol.io) | Pronto — |
|
Claude Connectors Directory | Pendente | Requer org Team/Enterprise na Anthropic + submissão em claude.ai/admin-settings/directory/submissions/new |
GPT Store | Config pronto — | platform.openai.com/gpts → import actions via |
npm | Pronto — |
|
Auth: header x-api-key com chave RAGJur (planos: ragjur.com.br/precos).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Case law search, court decisions and súmulas, across indexed public sources (STF, STJ, TST, state co
Busca semantica de jurisprudencia brasileira: STJ, STF e 9 tribunais estaduais, 650 mil+ decisoes.
Search Brazilian case law from federal and state courts with verified decisions and source links.
Busca e verifica jurisprudência brasileira real (+400 mil julgados) — anti-alucinação para IA.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables users to search, retrieve, and validate over 11,000 Philippine statutes and nearly 100,000 provisions through AI-powered legal research tools. It supports full-text search across Republic Acts, the Constitution, and various codes while providing cross-referencing and international law alignment capabilities.1
- FlicenseNot gradedqualityDmaintenanceEnables semantic and keyword search over legal documents, conflict detection, and document overview, supporting Indonesian and English texts.
- AlicenseAqualityAmaintenanceConnects AI assistants to Brazilian judicial data from DataJud CNJ and 91 courts, enabling process consultation, monitoring, and deadline calculation under the Civil Procedure Code.982MIT
- FlicenseNot gradedqualityBmaintenanceEnables users to search Spanish judicial rulings and extract text from resolutions using natural language queries.6
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/beanstechhub/ragjur-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server