Skip to main content
Glama
limaduzz11

Protheus Research MCP Server

by limaduzz11

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.js

Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "protheus-research": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

License

MIT

Install Server
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    A 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.
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
    12
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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