br-docs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_cpfA | Valida um CPF brasileiro (aceita formatado "529.982.247-25" ou cru "52998224725"). Retorna { valid } e, quando inválido, { reason }. |
| generate_cpfA | Gera um CPF válido aleatório. Use formatted=true para "XXX.XXX.XXX-XX". |
| validate_cnpjA | Valida um CNPJ brasileiro (aceita formatado "11.222.333/0001-81" ou cru). Retorna { valid } e, quando inválido, { reason }. |
| generate_cnpjA | Gera um CNPJ válido aleatório. Use formatted=true para "XX.XXX.XXX/XXXX-XX". |
| validate_boletoA | Valida a linha digitável de um boleto bancário (47 dígitos, aceita pontuação). Confere o mod 10 dos 3 campos e o DV geral mod 11. Retorna { valid } e { reason } quando inválido. |
| parse_boletoA | Extrai código do banco, valor (R$) e data de vencimento da linha digitável de um boleto. Falha com mensagem clara se a linha for inválida. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| audit_customer_record | Gera uma instrução para auditar um cadastro de cliente (JSON), validando cada documento brasileiro encontrado com as tools deste servidor. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| validation-rules | Documentação em markdown dos algoritmos de validação: mod 11 do CPF/CNPJ, mod 10 e mod 11 do boleto e fator de vencimento. |
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/Mouraovicente/br-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server