Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Jusratio

FreeNot checked

JusRatio Connector — hosted MCP server for Brazilian jurisprudence search (STF, STJ, state courts, federal legislation) with verifiable citations

GitHubEmbed

About

JusRatio Connector — hosted MCP server for Brazilian jurisprudence search (STF, STJ, state courts, federal legislation) with verifiable citations

README

Listed on Anthropic Connectors Directory Status

JusRatio is a hosted Remote MCP server providing semantic + lexical search of Brazilian jurisprudence (STF, STJ, state courts) and federal legislation — with verifiable citations (every result links back to the canonical source) and overruling alerts (knows when a precedent has been superseded).

This repository contains the public manifest, integration guides, and tool reference. The server implementation is hosted at https://mcp.jusratio.com.br/mcpno local installation required.


What it does

  • Hybrid retrieval — dense embeddings (Gemini) + BM25 lexical scoring + LLM reranking
  • Authority-aware ranking — privileges binding precedents (Súmula Vinculante, Tema Repetitivo, Repercussão Geral) over orientative case law
  • Verifiable citations — every result includes the canonical URL of the source court (no fabrication)
  • Overruling alerts — surfaces when a precedent has been superseded
  • Coverage — 327k STJ panel decisions, 537k STF/STJ canonical documents, 9,673 articles across 37 federal diplomas

Tools (12)

Tool Title What it does
pesquisar_documentos Pesquisar jurisprudência Hybrid search of Brazilian case law with verifiable citations
buscar_legislacao Buscar legislação federal Search federal legislation (CF, CC, CPC, CLT, etc.)
obter_resultado_pesquisa Verificar status da pesquisa Poll status of async search jobs
obter_documento Ler decisão completa Retrieve full text of a decision
obter_documento_chunk Ler trecho de decisão Paginated chunk reader for large documents
read_decisao_pdf_chunk Ler PDF do acórdão Read full PDF of a decision (chunked)
listar_overruling_por_tema Listar precedentes superados List superseded precedents on a topic
listar_tribunais Listar tribunais List indexed courts and document counts
listar_ramos_direito Listar ramos do direito List indexed areas of law
timeline_decisoes Linha do tempo de decisões Chronological view of decisions
informativo_juridico Listar informativos do STF e STJ Recent STF/STJ informational bulletins
listar_estatisticas_uso Ver estatísticas de uso Server usage stats

All tools are read-only (readOnlyHint=true). The server does not mutate user data.

Connect

Claude Desktop / Claude.ai web

  1. Settings → Connectors → Add custom connector
  2. URL: https://mcp.jusratio.com.br/mcp
  3. Sign in with the JusRatio account you created at jusratio.com.br

Full guide: jusratio.com.br/docs/instalacao-claude-desktop

Codex Desktop / OpenAI

Settings → Connectors → Add Custom MCP Server with the same URL.

Full guide: jusratio.com.br/docs/codex-desktop

Google Antigravity

Full guide: jusratio.com.br/docs/antigravity

Other MCP-compatible clients

The server speaks streamable HTTP MCP with OAuth 2.1 + PKCE (S256) and Dynamic Client Registration (RFC 7591). Any spec-compliant client should work.

Authentication

  • OAuth 2.1 with PKCE (S256) — interactive sign-in via browser
  • RFC 8414 — server metadata at /.well-known/oauth-authorization-server
  • RFC 9728 — protected resource metadata at /.well-known/oauth-protected-resource
  • RFC 7591 — Dynamic Client Registration at /oauth/register
  • Bearer tokens — long-lived API keys for headless / programmatic clients (manage at jusratio.com.br/app/chaves)

Pricing

Plan Price Searches/month
Free R$ 0 (no credit card) 10
Pro Annual R$ 21.90/month (R$ 262.80/year) 60
Pro Monthly R$ 29.90/month 60

Gemini reranking costs are absorbed by JusRatio in all tiers — no BYOK required, no Google Cloud account needed.

Multiple tool calls within ~5 minutes of the same session count as one search (burst grouping). Don't be conservative on tool calls; the server groups them.

Privacy & Terms

Support

License

This documentation repository is MIT-licensed (see LICENSE). The server implementation is proprietary.


Built by Carlos Victor Rodrigues. Hosted on Fly.io (gru region, São Paulo) with Postgres (Supabase) + Qdrant Cloud + Gemini (Google).

from github.com/Jusratio/jusratio-mcp-server

Installing Jusratio

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Jusratio/jusratio-mcp-server

FAQ

Is Jusratio MCP free?

Yes, Jusratio MCP is free — one-click install via Unyly at no cost.

Does Jusratio need an API key?

No, Jusratio runs without API keys or environment variables.

Is Jusratio hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Jusratio in Claude Desktop, Claude Code or Cursor?

Open Jusratio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Jusratio with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs