What problem does it solve?
This Skill helps you create a standalone MCP server to search Brazilian court jurisprudence on tribunals that do not expose a usable public REST API, turning fragile web scraping work into a structured, tool-based interface.
Core Features & Use Cases
- Tribunal endpoint discovery: detects whether the target site is REST-like or requires scraping (JSF/AJAX, HTML parsing) by analyzing the target page and network behavior.
- Boolean syntax discovery and validation: systematically tests operators (AND/OR/NOT, exact phrases, hyphens, wildcards, proximity) and produces an operator table suitable for the MCP tool docstring.
- MCP generation with standard tools: generates a standalone server template with the required tools (buscar_, gerar_relatorio_, listar_*), plus a README with installation and usage guidance.
Quick Start
Ask the AI to create a new MCP for your tribunal by providing the jurisprudence search URL and telling it whether to create the MCP in the project’s .claude/mcp-servers or in the global ~/.claude/mcp-servers.