Back to Home
avianabr icon

sei-cognitivo-mcp-server

by avianabr

Overview

An AI-powered Microservice Control Plane (MCP) server that integrates with a SEI (Sistema Eletrônico de Informações) system to provide intelligent tools for document processing, summarization, and classification using Oracle Cloud Generative AI.

Installation

Run Command
python src/mcp-server.py

Environment Variables

  • SEI_URL
  • SEI_SIGLA_SISTEMA
  • SEI_IDENTIFICACAO_SERVICO
  • SEI_TEST_USER_ID
  • SEI_TEST_UNIT_ID
  • OCI_GENAI_MODEL_ID
  • OCI_GENAI_SERVICE_ENDPOINT
  • OCI_GENAI_COMPARTMENT_ID

Security Notes

The SEI client identification service key (`identificacao_servico`) and other SEI client parameters (URL, `sigla_sistema`) are hardcoded directly in the source code. The `identificacao_servico` appears to be a sensitive token, posing a significant security risk as it grants access to the SEI system. Additionally, test user/unit IDs and the OCI compartment ID are hardcoded. For a production environment, these values must be externalized, ideally as environment variables or using a secure secrets management system.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2025-12-13

Tags

AISEIDocument ProcessingLangChainOracle Cloud