Protheus Research MCP Server
Provides structured access to TOTVS Protheus technical documentation, community knowledge, and release notes, enabling AI agents to search docs, cross-reference sources, generate ADVPL/TL++ examples, and debug runtime errors in the Protheus ecosystem.
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., "@Protheus Research MCP Serversearch official Protheus docs for error handling in ADVPL"
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.
Protheus Research MCP Server
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.
Related MCP server: Vibe Coder MCP
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.jsConfiguration
Add to your MCP client configuration:
{
"mcpServers": {
"protheus-research": {
"command": "node",
"args": ["dist/index.js"]
}
}
}License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context23265MIT
- AlicenseBqualityCmaintenanceAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.1138100MIT
- Flicense-qualityDmaintenanceA streamlined MCP server that provides essential AI-powered tools for interactive development chat and systematic root cause analysis. It supports multiple AI providers to help developers brainstorm technical solutions and perform evidence-based debugging.
- Alicense-qualityCmaintenanceAn MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.12MIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/limaduzz11/protheus-research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server