Protheus Research
FreeNot checkedMCP server for technical research in the TOTVS Protheus ecosystem
About
MCP server for technical research in the TOTVS Protheus ecosystem
README
MCP (Model Context Protocol) server for technical research in the TOTVS Protheus ecosystem. Enables AI agents to query official documentation, community knowledge bases, and release notes through structured tools.
Overview
Provides structured access to Protheus technical knowledge — from ADVPL language reference to module-specific documentation, runtime error investigation, and code generation.
Tools
- search_protheus_docs — Search official TOTVS documentation
- search_community — Search trusted community sources
- search_release_notes — Find release notes and patches
- compare_sources — Cross-reference official and community findings
- deep_research — Comprehensive multi-source research
- generate_advpl_example — Generate ADVPL/TL++ code examples
- debug_protheus_error — Investigate runtime errors and stack traces
Tech Stack
TypeScript Node.js MCP SDK SQL Server REST APIs
Quick Start
# Install dependencies
npm install
# Build
npm run build
# Start MCP server
node dist/index.js
Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"protheus-research": {
"command": "node",
"args": ["dist/index.js"]
}
}
}
License
MIT
Installing Protheus Research
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/limaduzz11/protheus-researchFAQ
Is Protheus Research MCP free?
Yes, Protheus Research MCP is free — one-click install via Unyly at no cost.
Does Protheus Research need an API key?
No, Protheus Research runs without API keys or environment variables.
Is Protheus Research hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Protheus Research in Claude Desktop, Claude Code or Cursor?
Open Protheus Research on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Protheus Research with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
