processo-mcp
Leverages macOS Vision framework for local OCR of PDF pages, using Apple's Neural Engine for improved accuracy on photographed documents.
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., "@processo-mcpbuscar por 'sentença' no último caso"
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.
processo-mcp
Servidor MCP para trabalhar com processos volumosos em PDF (PJe, SEI, escaneados) no Claude Desktop/Code. O processo nunca entra inteiro na conversa: texto extraído página a página (OCR local via Tesseract), índice híbrido BM25+denso (voyage-4-large) + rerank, índice visual para páginas ilegíveis (voyage-multimodal-3), citação sempre com arquivo + página exata e validação literal de citações.
Escopo: uso local em macOS
Projeto desenvolvido e mantido para uso pessoal, estritamente local, em
macOS (Apple Silicon). O OCR primário é o framework Vision da Apple
(Neural Engine, via ocrmac) — mais preciso que o Tesseract em página
fotografada/torta e 100% local.
Limitações se você for usar fora desse cenário (sinceridade acima de tudo):
Windows/Linux: o Vision não existe fora do macOS — o OCR cai automaticamente no Tesseract (fallback), com qualidade inferior em página fotografada. O instalador de Windows (
distribuicao/instalar-windows.ps1) nunca foi testado em máquina Windows real.Não é um servidor: transporte stdio puro, sem HTTP, sem autenticação, sem multiusuário. Cada pessoa roda a própria cópia na própria máquina.
Chave Voyage individual: texto (e imagem das páginas "visuais") é enviado à API da Voyage para embedding. Para material sigiloso, use plano com billing ativo (política no-train) — a estimativa de custo sempre pede confirmação antes de gastar.
Testado em um hardware só: MacBook Air M2 / 8 GB. Ajustes de lote e limiares foram calibrados para esse perfil.
Instalação: ver distribuicao/LEIA-ME.md.
Related MCP server: vectorise-mcp
Testes
uv run pytestSuíte 100% offline: roda em pasta temporária (nunca toca ~/Processos) e não
chama a API da Voyage (índice populado com embeddings sintéticos). Cobre as
armadilhas históricas do projeto — rodapé PJe mascarando página escaneada,
roubo de rótulo na heurística de peças, dígito trocado em citação, chars
invisíveis das atas, órfãos no índice, rebuild sem confirmação.
12 ferramentas: listar_casos, preparar_caso, status_caso, indexar_caso
(estimativa de custo + confirmação obrigatória), buscar, obter_pagina,
abrir_pagina, indice_pecas, cronologia, validar_citacoes,
quadro_controversias, resumo_caso.
Autor: Fábio Ximenes Barros.
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 Servers
- AlicenseAqualityBmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.Last updated325MIT
- Alicense-qualityDmaintenanceLocal MCP server that indexes folders of documents into a hybrid vector + keyword search index for Claude Desktop, with support for PDFs, Office files, and images via OCR.Last updatedMIT
- Flicense-qualityDmaintenanceMCP server that enables semantic search over local PDF collections using local RAG, with automatic indexing of new documents.Last updated
- AlicenseAqualityBmaintenanceA local-first MCP server that ingests PDFs, extracts structure, and provides semantic search and sequential navigation tools for AI clients to query and learn from documents.Last updated10MIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
Public Indian legal search MCP for Roop judgments, statutes, and corpus grounding.
Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui
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/fxbarros/MCP-Processo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server