# JurisRAG API — Brazilian judicial data for AI agents

JurisRAG provides a REST API and remote MCP server for searching normalized public Brazilian court cases and movements from official CNJ DataJud sources.

## Use JurisRAG

- MCP endpoint: https://jurisrag-api.lcalado.chatgpt.site/api/mcp
- MCP tool: `search_brazilian_court_cases`
- REST endpoint: `POST https://jurisrag-api.lcalado.chatgpt.site/api/v1/processos/search`
- OpenAPI: https://jurisrag-api.lcalado.chatgpt.site/openapi.json
- Price: US$0.01 per successful search
- Payment: x402 v2, USDC on Base Mainnet
- Authentication: no account, subscription or API key

## Coverage

The service provides one normalized interface for public data exposed by STF, superior courts, federal regional courts, state courts, labor courts, electoral courts and available military courts. Sealed proceedings are excluded.

## Input example

```json
{"tribunal":"tjsp","numero_processo":"00000000020268260000","limite":10}
```

## Agent discovery

- https://jurisrag-api.lcalado.chatgpt.site/agents
- https://jurisrag-api.lcalado.chatgpt.site/llms.txt
- https://jurisrag-api.lcalado.chatgpt.site/llms-full.txt
- https://jurisrag-api.lcalado.chatgpt.site/SKILL.md
- https://jurisrag-api.lcalado.chatgpt.site/mcp-actions.json
- https://jurisrag-api.lcalado.chatgpt.site/agent-permissions.json
- https://jurisrag-api.lcalado.chatgpt.site/.well-known/mcp.json
