Catalog
io.github.paulo2tab/certidao
OfficialCartorio Certidao
MCP server para gerenciamento de certidoes de cartorio via IA.
Manages notarial documents and certificates through AI processing.
README not available yet.
Install
Configuration
Environment variables
DATABASE_URLrequiredsecretURL de conexao PostgreSQL (ex: postgresql://user:pass@localhost/certidao_db)
claude_desktop_config.json
{
"mcpServers": {
"certidao": {
"command": "uvx",
"args": [
"cartorio-certidao-mcp"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}