cpf-validador
by opastorello
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENV | No | development or production — controls which routes are open without token | development |
| API_TOKEN | No | Token Bearer. Se vazio, todos os endpoints ficam abertos | |
| MAX_WORKERS | No | Limite máximo de workers que o cliente pode solicitar | 20 |
| RETRY_DELAY | No | Segundos de espera entre tentativas de CAPTCHA | 1.0 |
| APP_TIMEZONE | No | Timezone para timestamps do histórico | America/Sao_Paulo |
| HTTP_TIMEOUT | No | Timeout (segundos) para requisições HTTP ao TRT3 | 30 |
| TASK_TIMEOUT | No | Timeout (segundos) por CPF individual em consultas paralelas | 60 |
| TRT3_BASE_URL | No | URL base do site do TRT3 | https://certidao.trt3.jus.br |
| TRT3_FORM_PATH | No | Path do formulário de consulta | /certidao/feitosTrabalhistas/aba1.emissao.htm |
| CAPTCHA_TIMEOUT | No | Timeout (segundos) para download da imagem CAPTCHA | 15 |
| DEFAULT_WORKERS | No | Threads paralelas padrão nas consultas em lote | 8 |
| RATE_LIMIT_MASK | No | Rate limit de /trt3/buscar-por-mascara por IP | 3/minute |
| RATE_LIMIT_FEITOS | No | Rate limit de /trt3/feitos por IP | 10/minute |
| CAPTCHA_MODEL_PATH | No | Path absoluto para o modelo .pt (útil para montar modelo externo) | |
| MAX_CAPTCHA_ATTEMPTS | No | Tentativas máximas de resolver o CAPTCHA antes de desistir | 20 |
| RATE_LIMIT_MULTIPLOS | No | Rate limit de /trt3/feitos-multiplos por IP | 5/minute |
| RATE_LIMIT_VARIACOES | No | Rate limit de /trt3/buscar-por-variacoes por IP | 3/minute |
| MAX_WILDCARDS_IN_MASK | No | Máximo de * na parte base da máscara (evita explosão combinatória) | 5 |
| HISTORY_RETENTION_DAYS | No | Dias de retenção do histórico (LGPD). 0 = sem limite | 90 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/opastorello/cpf-validador'
If you have feedback or need assistance with the MCP directory API, please join our Discord server