★ 1 stars
Unknown language
🔍 Search
Updated today
JusRatio Connector — hosted MCP server for Brazilian jurisprudence search (STF, STJ, state courts, federal legislation) with verifiable citations
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jusratio-mcp-server": {
"command": "npx",
"args": [
"-y",
"Jusratio/jusratio-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add jusratio-mcp-server npx -y Jusratio/jusratio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"jusratio-mcp-server": {
"command": "npx",
"args": [
"-y",
"Jusratio/jusratio-mcp-server"
]
}
}
}