MCP Fiorilli Transparencia
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., "@MCP Fiorilli Transparencialist expenses for January 2024"
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.
MCP Fiorilli Transparencia
Servidor MCP para portais de transparencia com Fiorilli SCPI.
O que mudou (v3)
Resposta padrao em JSON estruturado (
structuredContent) em todas as tools.Paginacao/chunking para evitar truncamento e travamento de contexto.
Indexacao local do Diario Oficial com SQLite FTS5.
Busca do Diario baseada em indice persistente, com indexacao incremental por lotes.
Arquitetura MCP em
tools-only(semprompts/*eresources/*).analise_*removidas da superficie MCP; analises devem ser compostas no cliente consumidor.Filtros locais em todas as tools de dados:
_pagina,_por_pagina,_cursor_busca,_campos,_ordenar_por,_ordem
Suporte a transporte MCP por HTTP (Streamable HTTP) para deploy publico no Render.
Portal fixo em Paraguaçu Paulista por padrão.
configurar_portalendurecido para publico:so altera configuracao se
MCP_ALLOW_CONFIG_UPDATE=true.
Related MCP server: cnpjaberto
Ferramentas
Conjunto atual: tools de despesas, receitas, licitacoes/contratos, transferencias, pessoal e diario oficial.
Instalacao
npm install
npm run buildVariaveis de ambiente
# Transporte MCP: stdio (default) ou http
MCP_TRANSPORT=stdio
# Porta/host para modo HTTP
PORT=3000
HOST=0.0.0.0
# Seguranca para servidor publico
MCP_ALLOW_CONFIG_UPDATE=false
MCP_ALLOWED_HOSTS=paraguacu-transparente-mcp.onrender.com,localhost,127.0.0.1
# Tuning de payload
MCP_DEFAULT_PAGE_SIZE=100
MCP_MAX_PAGE_SIZE=500
MCP_TEXT_BLOCK_CHARS=12000
MCP_TOOLS_LIST_PAGE_SIZE=200
# Tuning do Diario Oficial
MCP_DATA_DIR=/var/data/paraguacu-mcp
MCP_DIARIO_SCAN_BATCH_SIZE=8
MCP_DIARIO_SCAN_MAX_BATCHES=4
MCP_DIARIO_SCAN_TIME_BUDGET_MS=70000Execucao local
# stdio (desktop clients)
npm start
# HTTP (Render / publico)
MCP_TRANSPORT=http npm startEndpoints no modo HTTP:
POST /mcpGET /mcpDELETE /mcpGET /health
Deploy no Render
Build command:
npm install && npm run buildStart command:
node dist/index.jsEnv obrigatorias:
MCP_TRANSPORT=httpPORT(Render injeta automaticamente)
MCP_ALLOW_CONFIG_UPDATE=false(recomendado)MCP_ALLOWED_HOSTScom o dominio publico do Render
Para manter o indice do Diario entre deploys/restarts, monte um disco persistente no path usado por
MCP_DATA_DIR.
Notas de output
O campo
contenttraz preview textual curto.O payload completo da resposta fica em
structuredContent.Para resultados grandes, use
next_cursor(ou_pagina) para navegar sem perder dados.
Licenca
MIT
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.
Latest Blog Posts
- 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/daviiferrer/paraguacu_transparente_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server