TOTVS RM Database MCP Server
Provides an HTTP MCP server for interacting with the TOTVS RM database, enabling AI agents to query and manage database resources via a RESTful endpoint with bearer token authentication.
Click on "Deploy 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., "@TOTVS RM Database MCP Serverlist all tables in the database"
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.
TOTVS RM Database MCP Server — Windows Service
Instala e gerencia o TOTVS RM Database MCP Server como um serviço Windows, garantindo que ele seja iniciado automaticamente junto com o sistema operacional.
Pré-requisitos
Requisito | Versão mínima |
Node.js | 18+ (testado com v24) |
Sistema Operacional | Windows 10 / Server 2019+ |
Permissão | Administrador |
O servidor MCP deve estar presente em:
C:\MCP\totvs-rm-database-mcp-server\Related MCP server: MCP Platform Service
Instalação das dependências
cd c:\GIT\ExtrairRAG-BancoDados-WindowsService
npm installInstalar o serviço
Execute o terminal como Administrador.
node install-service.jsO serviço será registrado no Windows com as seguintes configurações:
Propriedade | Valor |
Nome |
|
Descrição | MCP Server HTTP para banco de dados TOTVS RM |
Endpoint |
|
Inicialização | Automática |
Variável |
|
Variável |
|
Remover o serviço
Execute o terminal como Administrador.
node uninstall-service.jsGerenciar o serviço manualmente
# Verificar status
Get-Service -Name TotvsRmDatabaseMcpServer
# Iniciar
Start-Service -Name TotvsRmDatabaseMcpServer
# Parar
Stop-Service -Name TotvsRmDatabaseMcpServer
# Reiniciar
Restart-Service -Name TotvsRmDatabaseMcpServerLogs
Os logs do serviço são gerados pelo node-windows na pasta:
C:\MCP\totvs-rm-database-mcp-server\daemon\Arquivos gerados:
TotvsRmDatabaseMcpServer.log— saída padrão (stdout)TotvsRmDatabaseMcpServer_error.log— erros (stderr)
Estrutura do projeto
ExtrairRAG-BancoDados-WindowsService\
├── install-service.js # Registra e inicia o serviço Windows
├── uninstall-service.js # Remove o serviço Windows
├── package.json
└── node_modules\
└── node-windows\ # Biblioteca de integração com o SCM do WindowsAutenticação no MCP Server
O servidor exige um Bearer token em todas as requisições ao endpoint /mcp:
Para alterar a chave, edite o arquivo .env em C:\MCP\totvs-rm-database-mcp-server\.env e reinicie o serviço.
This server cannot be deployed
Maintenance
Related MCP Connectors
TOTVS Protheus ERP for AI: stock, sales, orders, customers and MRP. Read-only, official API.
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides secure, API-key authenticated access to on-premise MSSQL databases, enabling SQL query execution, schema exploration, and stored procedure management through MCP.-
- FlicenseBqualityDmaintenanceA minimal Model Context Protocol (MCP) service for integration with external platforms. Provides CRUD operations, reference data fetching, and authentication capabilities.7-
- AlicenseAqualityCmaintenanceA read-only MCP server exposing TOTVS support tickets (Portal do Cliente) as tools for LLMs in Claude Code, Claude Desktop, and Cursor.11MIT
- FlicenseAqualityBmaintenanceRead-only MCP connector for querying the Protheus (TOTVS) system, exposing 10 GET endpoints as MCP tools with OAuth2 authentication and friendly error handling.10-